v1

latestOpenAPI 3.0.02026-07-26355499.1 KB

Validate a bank account

Validates the correctness of beneficiary details, checks if the account exists in the bank, and confirms if it can receive funds. The validations performed are:

  1. The bank account, branch and type are valid.
  2. The account exists in the bank.
  3. The bank account belongs to the beneficiary details indicated (Document, name, etc).
  4. The amount specified is within the minimum and maximum limits (optional, only performed if amount is sent).
  5. The account can receive funds (it's not blocked, closed, etc).
post/account/validate

Headers

X-Datestring date-time required

ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)

X-Loginstring required

Merchant X-Login Cashouts API Key

Authorizationstring required

Authorization control hash

Request body

countrystring required

Country of the bank account to validate (ISO 3166-1 alpha-2).

documentstring required

Document of identity of the beneficiary.

document_typestring required

Type of the document specified.

first_namestring

First name of the beneficiary.

last_namestring

Last name of the beneficiary.

amountnumber

Amount of the withdrawal.

currencystring

Currency of the amount (ISO 4217).

Response

No Content. The bank account is valid and passed all validations.