I would like to automatically track PayPal donations and display the current donation amount in my site.

So, How can I do it?

Should I use PHP?

Do you know tutorials for it?

Thanks

link|improve this question

67% accept rate
google.co.uk/… Try them videos. – RobertPitt Sep 15 '10 at 20:56
feedback

1 Answer

up vote 7 down vote accepted

You might take a look at the Instant Payment Notification system https://cms.paypal.com/cms_content/en_US/files/developer/PP_OrderMgmt_IntegrationGuide.pdf . It would allow you to setup a receiver page that would be notified of each paypal payment.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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