Avinash
Avinash

Reputation: 23

How to redirect the page after payment has been done using paypal

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

Answers (2)

Sandeep Garg
Sandeep Garg

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

Anshuman Jasrotia
Anshuman Jasrotia

Reputation: 3185

You can set auto return true in your paypal account see link for more description

Upvotes: 0

Related Questions