nevetz1911
nevetz1911

Reputation: 135

How to get transaction information from PayPal donation?

I have a Donate button which was created using Paypal website, but what do I have to do if I want to save some information like if the transaction status, the value of the donation, etc..?

Upvotes: 0

Views: 89

Answers (1)

GeekNinja
GeekNinja

Reputation: 766

Info:

  1. Usually in most cases you can gather that information from running a history report or you can drill down and create a transaction detail report from the reports option (more / reports | may vary on UI); view the donation contents such as transaction ID, donation amount, ect.
  2. You can also create an IPN script to gather this data

Simple Solution:

  1. You can view the contents of each donation as well through the PayPal email notification

Hope this helps!

Upvotes: 1

Related Questions