I am using paypal sandbox add to cart button, it is working fine but i want to save the transactions done by that button, that is i want to save customer id, no of items sold and their prices etc, is there any way to achieve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use PayPal IPN; https://www.paypal.com/ipn/ - PayPal will then initiate a POST to a script on your server, which will contain all information about the transaction. The item ordered, the amount it was ordered for, the first name of the buyer, the last name of the buyer, et cetera. |
||||
|
