Martin
Martin

Reputation: 485

How can I automatically track PayPal donations and display it on my site?

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

Upvotes: 3

Views: 1323

Answers (1)

BBonifield
BBonifield

Reputation: 5003

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.

Upvotes: 7

Related Questions