Hi, I have created a paypal Unsubscribe button in Java , when user click on it and after login to paypal account and unsubscribes , the paypal posts on the notifyurl successfully and i am able to update my database.But i want to return to my site after unsubscription. But not able to do so.
Is there any way so that i can return to my site,to display the GUI.
The unsubscribe button code paypal has only provided me with following url https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=%5Fsubscr-find&alias=sellr1%5F1252495907%5Fbiz%40gmail%2ecom
The notify url is my servlet.
Thanks in advance.
-Zeeshan