Update contact bank account
Updates an existing contact bank account with new information. 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
id
Bank Account ID to update
contactId
Contact ID
merchantId
Merchant ID
organizationId
Organization ID
Request
This endpoint expects an object.
name
entity
Response
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
Update Account Request Bad Request Error
401
Update Account Request Unauthorized Error
403
Update Account Request Forbidden Error
404
Update Account Request Not Found Error
422
Update Account Request Unprocessable Entity Error
500
Update Account Request Internal Server Error