Return url on payment success contains no POST data with rm='2' when auto return is on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My html form is like below:
<form action='https://www.sandbox.paypal.com/cgi-bin/webscr' method='POST'>
<input type='hidden' name='cmd' value='_s-xclick'>
<input type='submit' value='Continue >>'>
<input type='hidden' name='encrypted' value='-----BEGIN PKCS7-----
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-----END PKCS7-----
'>
</form>
Inside the encrypted data, I set rm='2'.
When I turn off auto return from my seller account, buyer clicks the return button after successful payment, the return url has all POST payment data.
When I turn on auto return from my seller account, the return url has empty data. No POST are sent to me.
This happens on both sandbox and live
What do I do wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- where does paypal payments go to if there is no linked phone or email to the seller ? in PayPal Payments Standard
- Couldn't receive International payment in PayPal Payments Standard
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- My PayPal is not allowing me to receive or send requests. in PayPal Payments Standard
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment