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
headerrequired

Path Parameters

id
string
required

Body

application/json
notes
string

Notes related to the bank account.

Response

200 - application/json
userId
string

Id of the user who updated the bank account.

createdAt
string

Creation date and time of the bank account.

bankName
string

Name of the bank.

country
enum<string>

Country of the bank.

Available options:
MX,
PE,
US
accountHolderName
string

Name of the account holder.

fiat
enum<string>

Fiat currency of the bank account.

Available options:
USD,
MXN,
PEN
accountNumber
string

Number of the bank account.

swiftCode
string

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

CLABE
string

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

approved
boolean

Indicates if the bank account has been approved.

notes
string

Notes about the bank account.

advancedVerificationStatus
enum<string>

Advanced verification status of the bank account.

Available options:
initiated,
sent,
passed,
cancelled
id
string

Id of the updated bank account.