grim2594 Posted January 25, 2009 Share Posted January 25, 2009 Hello guys, I am wondering if there is a way I can extract the data from the data transfer system paypal provides with return url. The code that the software developers supplied with the product is not good enough. I need something that will actually post to sale.php the true values of the order was. Here is the code which they provided: (The code is suppose to be in the checkout_complete.php page) <img src=http://www.mydomain.com/affiliate/sale.php?amount=10&transaction=B style='visibility: hidden'> What I need is to be able to pull "amount" from the data transfer from the return URL on the checkout_complete.php page that paypal directs the buyer to after payment. If anyone can help me, I would be appreciate it! Link to comment https://forums.phpfreaks.com/topic/142345-get-data-from-paypal-purchase-complete-post/ Share on other sites More sharing options...
zq29 Posted January 26, 2009 Share Posted January 26, 2009 It would be stored in the $_GET['amount'] variable. Link to comment https://forums.phpfreaks.com/topic/142345-get-data-from-paypal-purchase-complete-post/#findComment-746505 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.