Adds a bank account to proceed with the operation.

bankCode and documentNumber are optional. documentedNumber is required when the users is not KYC’d.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
accountNumberstringRequired
countryCodestringRequired
currencySymbolstringRequired
bankCodestringOptional
documentNumberstringOptional
emailstringOptional
payoutMethodIdstringOptional

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

accountTypestringOptional

Must be one of: checking or savings

Response

successful operation

_idstringOptional
bankCodestringOptional
countryCodestringOptional
currencySymbolstringOptional
accountNumberstringOptional
accountstringOptional
namestringOptional

Errors