v1
latestOpenAPI 3.0.02026-07-26355499.1 KBValidate 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:
- The bank account, branch and type are valid.
- The account exists in the bank.
- The bank account belongs to the beneficiary details indicated (Document, name, etc).
- The amount specified is within the minimum and maximum limits (optional, only performed if amount is sent).
- 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
Response
No Content. The bank account is valid and passed all validations.