POST
/
bank-accounts
{
  "_id": "63dd5fd9cccad469ee2408f7",
  "bankCode": "SANTANDER",
  "countryCode": "CHL",
  "currencySymbol": "CLP",
  "accountNumber": "1234596789",
  "account": "62f28c4aa05176c3dfba8e",
  "name": "BANCO SANTANDER"
}

Authorizations

Authorization
string
headerrequired

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

Body

application/json
bankCode
string
accountNumber
string
required
countryCode
string
required
currencySymbol
string
required
documentNumber
string
email
string
payoutMethodId
string

[DEPRECATED] Currently being used only for Colombia, this optional field represents the payout provider.

accountType
string

Must be one of: checking or savings

Response

200 - application/json
_id
string
bankCode
string
countryCode
string
currencySymbol
string
accountNumber
string
account
string
name
string