Reputation: 569
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
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.
Upvotes: 1