v39

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017897360.9 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' required

The type of 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",
  "bank_provider": "mock_alpha",
  "created_at": "2020-01-31T23:00:00Z",
  "updated_at": "2020-01-31T23:00:00Z"
}