Banks
Creates a bank account
bankCode and documentNumber are optional. documentedNumber is required when the users is not KYC’d.
POST
/
bank-accounts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
accountNumber
string
requiredcountryCode
string
requiredcurrencySymbol
string
requiredbankCode
string
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