I am testing the a payment process of paypal.I am using Paypal Website Payment Pro solution.
When the PayPal transaction is complete, PayPal shows this payment successful message:
Thanks for your order
Your payment of $XXXX.XX USD is complete.
You're now going back to MYSITE.
If you are not redirected within 10 seconds, click here.
I want to skip this page and directly go to my specify page url.
I have followed this instruction as mention in paypal documentation.
1: login in paypal sandbox account
2: i went to profile tab then under Website payment settings then went to Website Payments Pro Hosted Solution and then Settings
there is a auto return option. i enable the auto return radio box and insert the return url .ans then saved it .
but the problem is that it is not auto redirecting .it is showing the same paypal payment successful page with a popup with message “continue or cancel button” if the user pree the cancel button then it will not redirect to my specify url (that i do not want)
I know may be this question is duplicated. but the reason i am asking this question because paypal do changes rapidly .
thanks in advance
If you used PAYPAL php SDK THEN You have to make a success page like”success.php” and in payment.php file you have to set success url of this file(success.php).