Get bank accounts by merchant

Retrieves all bank accounts associated with a specific merchant, with optional filtering by currency symbol.

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Headers

AuthorizationstringRequired

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

Query parameters

currencystringOptional

Filter bank accounts by currency symbol (e.g. USD, ARS, CLP)

Response

Get bankAccounts by Merchant
idstring
namestring
entitystring
kindenum
Allowed values:
isVirtualboolean
addressstring
networkstring
typeenum
Allowed values:
accountNumberstring
routingNumberstring
countryIdstring
currencyIdstring
currencyCodestring
Currency symbol
createdAtdatetime
updatedAtdatetime
isDefaultboolean
isTrackedboolean
merchantIdstring
contactIdstring
countryCodestring or null

Two-letter ISO country code

Errors