v49

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-294147162.3 KB
financial_accounts

Get a financial account

Get a financial account by its unique identifier.

get/v1/financial_accounts/{id}

Path parameters

idstring required

The unique identifier for the financial account

Response

The financial account was retrieved

idstring required

The unique identifier for the account

account_type'disbursements' | 'processing'

The type of account. This field is deprecated and will be removed in a future version. Use the program_id field instead.

program_idstring required

The identifier for the program determining the capabilities of this financial account

bank_providerstring required

The bank provider for the account

created_atstring date-time required

The date and time the account was created

updated_atstring date-time required

The date and time the account was last updated

Example response

{
  "id": "account_01jpjenf5q6cawy43yxfcrxhct",
  "account_type": "disbursements",
  "program_id": "program_01jpjenf5q6cawy43yxfcrxhct",
  "bank_provider": "mock_alpha",
  "created_at": "2020-01-31T23:00:00Z",
  "updated_at": "2020-01-31T23:00:00Z"
}