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
contactId
Contact ID
accountId
Bank Account ID
merchantId
Merchant ID
organizationId
Organization ID
Response
Get contact bankAccount by ID
id
name
entity
kind
Allowed values:
isVirtual
address
network
type
Allowed values:
accountNumber
routingNumber
countryId
currencyId
currencyCode
Currency symbol
createdAt
updatedAt
isDefault
isTracked
merchantId
contactId
countryCode
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