I have 2 websites, one of them just plain HTML and php, the other one asp.net.
The problem is, i want to use the PHP website with the paypal buttons to sell my product.
Then they get redirected (after successfull payment) to the asp.net website,
where they can create an account.
That page should be able to get all the custom variables from the paypal redirect, but i don’t want them to be visible in the URL.
Is this possible?
And if not, any suggestions?
You will receive all necessary data from PayPal to URL, specified as return URL. Validate these values and that’s all 🙂