Bank account validator
Header parameters
X-Datestring · date-timeRequired
ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)
X-LoginstringRequired
Merchant X-Login Cashouts API Key
AuthorizationstringRequired
Authorization control hash
Body
countrystring · max: 2Required
Country of the bank account to validate (ISO 3166-1 alpha-2).
documentstring · max: 30Required
Document of identity of the beneficiary.
document_typestring · max: 10Required
Type of the document specified.
first_namestring · max: 255Optional
First name of the beneficiary.
last_namestring · max: 255Optional
Last name of the beneficiary.
amountnumber · decimalOptional
Amount of the withdrawal.
currencystring · max: 3Optional
Currency of the amount (ISO 4217).
Responses
204
No Content. The bank account is valid and passed all validations.
400
Bad Request. A validation error occurred.
application/json
401
Unauthorized. Invalid credentials were provided.
application/json
post
/account/validateNo content
Last updated
Was this helpful?

