Get balance for a specific merchant account
Retrieves the account balance for a specific bank account by ID, with optional date filtering.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
merchantId
Merchant ID
accountId
The ID of the bank account to fetch balances for.
organizationId
Organization ID
Query parameters
date
Date to get balance for. If not provided, returns the latest balance.
Response
Get balance for a specific merchant account by ID
id
accountNumber
The account number of the bank account
currency
The currency symbol of the account
balance
The current balance of the account
balanceDate
The date when the balance was requested. This could be the current date or a historical date if requesting past balances.
address
The blockchain address for crypto accounts
network
The blockchain network for crypto accounts
merchantId
The merchant ID if this is a merchant account
contactId
The contact ID if this is a contact account
Errors
400
Get Bank Account Balance by Account ID Request Bad Request Error
401
Get Bank Account Balance by Account ID Request Unauthorized Error
403
Get Bank Account Balance by Account ID Request Forbidden Error
404
Get Bank Account Balance by Account ID Request Not Found Error
422
Get Bank Account Balance by Account ID Request Unprocessable Entity Error
500
Get Bank Account Balance by Account ID Request Internal Server Error