i´m developing an application in rails, my problem is that now, with the new design of paypal's screen, when it redirects the client to my web page to notify him if the transaction has been done correctly, i only get in [:params] the controller's and the action's name, when I should recieve this two params: [:payment_status] and [:payer_status].

I'll try to explain it better, sometimes, when the user finishes the checkout on my web page and clicks on the "buy" button, my page redirects him to a paypal screen that has the description of the products buyed in the top of the page, and sometimes to another screen that has the description in the right side of the screen.

After he pays on paypal, he has the option to return to my page, where he would be notified with a message like "The transaction has been done". The problem is that always that the user is redirected to the second paypal's screen, after he pays and returns to my page, appears a message like "The transaction could not be finished correctly", because, like i said before i don't get the correct parameters. But always that the user is redirected from the first screen, i get the correct parameters and i can show the "transaction completed" message correctly.

Please I really need help. Thank you!

link|improve this question

0% accept rate
Could you please describe your issue more fully? I am unsure what exactly you're referring to. You say PayPal's screen is the issue, but say the issue is when the customer is redirected to your site: these are two conflicting statements. Why don't you use PDT or IPN? – SgtPooki Sep 27 '11 at 21:35
I'll try to explain it better, sometimes, when the user finishes the checkout on my web page and clicks on the "buy" button, my page redirects him to a paypal screen that has the description of the products buyed in the top of the page, and sometimes to another screen that has the description in the right side of the screen. – briancf Sep 28 '11 at 13:46
After he pays on paypal, he has the option to return to my page, where he would be notified with a message like "The transaction has been done". The problem is that always that the user is redirected to the second paypal's screen, after he pays and returns to my page, appears a message like "The transaction could not be finished correctly", because, like i said before i don't get the correct parameters. But always that the user is redirected from the first screen, i get the correct parameters and i can show the "transaction completed" message correctly. – briancf Sep 28 '11 at 13:54
You should edit your initial question to add this information. It sounds like PayPal may have a problem with the classic and Unified checkout pages not returning data correctly. I know you cannot control whether the classic or unified checkout appears, but PayPal is intending to move everything over to the unified checkout eventually. – SgtPooki Sep 28 '11 at 19:09
What method are you using to return the data? PDT? RM= ? – SgtPooki Sep 28 '11 at 19:10
show 3 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.