Sankar Subburaj
Sankar Subburaj

Reputation: 5042

API to get payment history of a customer

I need to show the payment history and balance amount of a customer from paypal account.

It is possible to do by paypal API or we need to maintained the history. If any one knows let me know.

Upvotes: 4

Views: 2476

Answers (2)

danmux
danmux

Reputation: 2982

The transaction Search API appears to fit the bill (though you have probably found this by now)...

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_soap_r_TransactionSearch

Upvotes: 2

Robert
Robert

Reputation: 19356

The user can either enter his own API credentials, or give you third-party permissions to call the GetBalance API call on his/her behalf: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_GetBalance

Upvotes: 2

Related Questions