Get bank account by ID

Retrieves a specific bank account by its ID. The account must belong to the specified merchant.

Authentication

AuthorizationBearer

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

Path parameters

accountIdstringRequired
Bank Account ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Response

Get bankAccount by ID
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