I am hoping someone can help me with the following. I have a Buy Now button. The Buy Now button displays PayPal page correctly in a separate window. Now what I am trying to do I cannot find info on it. I would like PayPal to return to the child dialog with a variable that will indicate success (payment made) or failure (payment cancelled by buyer). Is this possible?
I would like flow to work like this:
1.Member logs in to my site 2.Member clicks on BuyNow 3.PayPal opened in new window 4. Member proceeds/ cancels payment 5. PayPal returns to the web page that invoked it. 5a. If payment made the page is refreshed 5b. If payment not made nothing occurs
Bruno