vote up 0 vote down star

if transaction fails on paypal page or ccavenue page then how can i rollback all processing in php

flag

2 Answers

vote up 1 vote down

If you enable IPN posts in the PayPal settings you will get a notification with transaction status. If it fails you can rollback your changes.

Have a look here - https://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/ipn-techview-outside

link|flag
vote up 0 vote down

I think most gateways will make a callback if the payment went through. I usually assume that the payment isnt made until I get the callback. This means that the order is not verified until the callback.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.