12735961238
12735961238

Reputation: 569

API for retrieving the current balance of my PayPal account?

Is there an API for retrieving the current balance of my PayPal account? Is there a way I can securely query my PayPal account and retrieve the total balance in my account?

I want to do this to create a "we have x out of y for our monthly quota" type things.

Upvotes: 0

Views: 994

Answers (1)

Preston PHX
Preston PHX

Reputation: 30457

The Transaction Search API has a method to check balances.

To use it, first enable the Transaction Search permission in your REST App settings.

  • If you requested an API access token in the 9 hours prior to enabling that permission, either terminate that access token or wait up to 9 hours for it to expire from cache.

Upvotes: 1

Related Questions