views:

207

answers:

1

I have integrated sandbox paypal into my application.After successful payment i am not getting success in the query string.Instead i get is return to merchant but if i do cancel i get the cancel in the query string

+1  A: 

Are you verifying the IPN notification with Paypal?

logicnp
No i am not doing so
Tarun
I think thats required. When you receive a IPN notification, you must callback to the PayPal servers to verify the notification. This is described in the docs for IPN.
logicnp