v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Financial Account

List financial accounts

Retrieve information on your financial accounts including routing and account number.

get/v1/financial_accounts

Query parameters

account_tokenstring uuid

List financial accounts for a given account_token or business_account_token

business_account_tokenstring uuid

List financial accounts for a given business_account_token

type'ISSUING' | 'OPERATING' | 'RESERVE' | 'SECURITY' | 'EARLY_DIRECT_DEPOSIT_FLOAT'

List financial accounts of a given type

Response

OK

has_moreboolean required

Example response

{
  "data": [
    {
      "token": "b68b7424-aa69-4cbc-a946-30d90181b621"
    }
  ]
}