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

idstringRequired
Bank Account ID to update
contactIdstringRequired
Contact ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
namestringOptional
entitystringOptional

Response

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 or null

Two-letter ISO country code

Errors