Get contact bank account by ID

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

Authentication

AuthorizationBearer

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

Path parameters

contactIdstringRequired
Contact ID
accountIdstringRequired
Bank Account ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Response

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

Two-letter ISO country code

Errors

400
Get Bank Account by ID Request Bad Request Error
401
Get Bank Account by ID Request Unauthorized Error
403
Get Bank Account by ID Request Forbidden Error
404
Get Bank Account by ID Request Not Found Error
422
Get Bank Account by ID Request Unprocessable Entity Error
500
Get Bank Account by ID Request Internal Server Error