Get balances for all merchant accounts
Retrieves account balances for all bank accounts associated with a merchant, with optional filtering by currency and date.
Path parameters
merchantId
Merchant ID
organizationId
Organization ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
currency
Filter balances by currency symbol (e.g. USD, ARS, CLP)
date
Date to get balances for. If not provided, returns the latest balances
Response
Get balances for all merchant accounts
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