{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations Balances API", "version": "1.6" }, "items": [ { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "Paypal List all balances", "type": "http" }, "http": { "method": "GET", "url": "https://api-m.sandbox.paypal.com/v1/reporting/balances", "params": [ { "name": "as_of_time", "value": "", "type": "query", "description": "List balances in the response at the date time provided, will return the last refreshed balance in the system when not provided." }, { "name": "currency_code", "value": "", "type": "query", "description": "Filters the transactions in the response by a [three-character ISO-4217 currency code](/api/rest/reference/currency-codes/) for the PayPal transaction currency." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all balances. Specify date time to list balances for that time that appear in the response.
Notes:" } ] } ], "bundled": true }
- It takes a maximum of three hours for balances to appear in the list balances call.
- This call lists balances upto the previous three years.