Reputation: 23
In my webpage i have done the payment process of paypal. I have now able to do the payment process. But now my question is how can i redirect to the action method after the verification is success. Any help is appreciated.
Regards, Avinash
Upvotes: 2
Views: 1181
Reputation: 1276
What I think is after making the payment and confirmation you should redirect to the page you want to go with data you enters or you can use ajax to go to action method.
If you are using "Buy Now" button or "express checkout API" than you can define the return url in "Paypal account" for "Buy now" button and define the return url for "express checkout API"
Upvotes: 2
Reputation: 3185
You can set auto return true in your paypal account see link for more description
Upvotes: 0