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?

link|improve this question

80% accept rate
I'd advise you to expand your question just a bit. Is this server side code? Direct postback to PayPal's NVP API? – Kev Jun 28 '11 at 13:45
feedback

1 Answer

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.

link|improve this answer
Any particular reason this was downvoted? Considering this is exactly what you need to use. – Robert Sep 12 '11 at 19:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.