PATCH
/
api
/
bank
/
accounts
/
{id}

Requirements to consume the endpoint.

Create and modify role

The user must have the role to create and modify.

User approved

The user must be approved in at least one country.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
notes
string

Notes related to the bank account.

Response

200 - application/json
accountHolderName
string

Name of the account holder.

accountNumber
string

Number of the bank account.

advancedVerificationStatus
enum<string>

Advanced verification status of the bank account.

Available options:
initiated,
sent,
passed,
cancelled
approved
boolean

Indicates if the bank account has been approved.

bankName
string

Name of the bank.

CLABE
string

The Standardized Bank Code (CLABE) associated with the bank account, used in Mexico.

country
enum<string>

Country of the bank.

Available options:
MX,
PE,
US
createdAt
string

Creation date and time of the bank account.

fiat
enum<string>

Fiat currency of the bank account.

Available options:
USD,
MXN,
PEN
id
string

Id of the updated bank account.

notes
string

Notes about the bank account.

swiftCode
string

The SWIFT/BIC code associated with the bank account, used for international wire transfers.

userId
string

Id of the user who updated the bank account.