Get balance for a specific merchant account

Retrieves the account balance for a specific bank account by ID, with optional date filtering.

Path parameters

merchantIdstringRequired
Merchant ID
accountIdstringRequired
The ID of the bank account to fetch balances for.
organizationIdstringRequired
Organization ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

datedatetimeOptional
Date to get balance for. If not provided, returns the latest balance.

Response

Get balance for a specific merchant account by ID
idstring
accountNumberstring
The account number of the bank account
currencystring
The currency symbol of the account
balancestring
The current balance of the account
balanceDatedatetime
The date when the balance was requested. This could be the current date or a historical date if requesting past balances.
addressstring or null
The blockchain address for crypto accounts
networkstring or null
The blockchain network for crypto accounts
merchantIdstring or null
The merchant ID if this is a merchant account
contactIdstring or null
The contact ID if this is a contact account

Errors