/developer/company/accounts. Every request needs Authorization: Bearer <access_token> and X-On-Behalf-Of: <company_id> — see Authentication.
Endpoints
List accounts
balanceis the available balance in the account’s own currency, with pending outgoing payments already deducted.total_balanceconverts every account intobase_currencyat the current FX rate and sums them.funding_accountsholds the bank details for paying into the account:localfor domestic rails andswiftfor international transfers. Either isnullwhen not available.- Accounts are ordered main account first, then by the member’s dashboard preference.
- Only accounts the API key’s member can access are listed.
Get an account
account, plus pending_outgoing: the amount of outbound payments that are authorised but not yet settled. It is already subtracted from balance.
You get 404 with { "error": "Account not found" } when the account belongs to another company or the member cannot access it.