OAuth scope: organization.read
Retrieve the list and details of a company’s bank accounts.
The response contains the list of bank accounts of the authenticated company.
The balance
represents the actual amount of money on the account, in Euros. The authorized_balance
represents the amount available for payments, taking into account transactions that are being processed. More information here
The bank account’s slug
and iban
will be required for you to retrieve the list of transactions inside that bank account, using List transactions.
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
"super-organization-9798"
DEPRECATED. Please use Get organization and its bank_accounts instead.
The response is of type object
.