Bank Account Validation Endpoint
Validate bank accounts in real time by using the Bank Account Validation Endpoint
Last updated
Validate bank accounts in real time by using the Bank Account Validation Endpoint
Last updated
POST
https://api-stg.onekeypayments.com/v5/account/validate
This endpoint allows you to validate if a bank account is valid, if it exists and if it can receive funds
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
This endpoint allows you to validate not only if the details of the beneficiary are correct according to the validations performed by the banks, but also to validate if the account exists in the bank and if it can receive funds.
Validations performed:
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)
If all these checks pass, we can be sure that the account is valid and that a Withdrawal created with those details will be fulfilled successfully.
In order to start using this API, you need to:
Send the request with POST method.
Use the headers described here.
Specify the details required to validate the account in the body as JSON
This API must be activated on your account. Check with your Account Manager regarding the activation
In case the bank account passed all the validations, an HTTP 204 status code will be returned.