berlinaise
berlinaise

Reputation: 1

PayPal sandbox return URL being ignored despite option activated in profile

However, once a transaction is done I get first a confirmation page from PayPal with a manual "go back to seller's page" link. And it then automatically redirects me to the sandbox home page (logged out). This also happens when clicking on the manual link to go back to the seller's page.

What am I not getting? I appreciate any help on this. Lost so much time with that already...

Thanks, Sam

edit: adding these two lines to my form actually solved my problem:

<input type="hidden" name="return" value="your return url">
<input type="hidden" name="cancel_return" value="your cancel url">

Upvotes: 0

Views: 59

Answers (0)

Related Questions