Create a new contact bank account

Creates a new bank account for the specified contact. Supports both fiat and crypto accounts with appropriate validation.

Authentication

AuthorizationBearer

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

Path parameters

contactIdstringRequired
Contact ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Request

This endpoint expects an object.
namestringRequired
entitystringRequired
kindenumRequired
Allowed values:
isVirtualbooleanRequired
addressstringRequired
networkstringRequired
typeenumRequired
Allowed values:
accountNumberstringRequired
routingNumberstringRequired
isDefaultbooleanRequired
isTrackedbooleanRequired
countrySymbolenumRequired
currencySymbolenumRequired

Response

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