Hello there, Does paypal have any kind of API that basically redirects the buyer to my site, where I'll provide a generated link to download the product? More: Buyer visits my landing page -> Pays by paypal -> He's redirect back and I'll provide http://www.webproduct.com/download/19938di3jkef.html - Where he can download his script or simply automatically email him to the paypal address he just paid. All done instantly! Thank you so much in advance, Scorpiono
It's a shame to ask for money on this forum I believe what you are looking for Scorpiono is: <input type="hidden" name="return" value="http://www.yoursite.com/thankyou.htm"> Code (markup): Check out this page https://www.paypal.com/us/cgi-bin/webscr?cmd=_pdn_xclick_techview_outside PayPal also should send some data to provided URL verifying that user has paid because in other case he can check website document source and find there URL address to which he will be redirected? Well Scorpiono if you will dig dipper into and find answer to this question maybe you will post it here?