GET
/
api
/
bank
/
accounts

Requirements to consume the endpoint.

User approved

The user must be approved in at least one country.

Authorizations

x-api-key
string
headerrequired

Query Parameters

userId
string

User id by which you want to filter.

brokerId
string

Broker id by which you want to filter.

country
enum<string>

Country by which you want to filter.

Available options:
MX,
PE,
US
fiat
enum<string>

Fiat by which you want to filter.

Available options:
USD,
MXN,
PEN
page
integer

Used to specify the current page you want to get in the paging results.

limit
integer

Used to specify the maximum number of records to be returned on a single page.

Response

200 - application/json
userId
string

Id of the user who owns 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.

id
string

Id of the bank account.