Get bank accounts by contact

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

Authentication

AuthorizationBearer

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

Path parameters

contactIdstringRequired
Contact ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Query parameters

currencystringOptional

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

Response

Get bankAccounts by Contact
idstring
namestring
entitystring
kindenum
Allowed values:
isVirtualboolean
addressstring
networkstring
typeenum
Allowed values:
accountNumberstring
routingNumberstring
countryIdstring
currencyIdstring
currencyCodestring
Currency symbol
createdAtstringformat: "date-time"
updatedAtstringformat: "date-time"
isDefaultboolean
isTrackedboolean
merchantIdstring
contactIdstring
countryCodestring or null

Two-letter ISO country code

Errors