Bank Account Verification
Bulk Bank Verification
Use this API to request bank validations in bulk. It is an asynchronous process.
POST
Body
application/json
It is the unique ID to identify the the corresponding request. Only alphanumeric characters and underscore (_) are allowed.
Example:
"A45"
Response
200
application/json
Accepted
It represents the status of the API request.
Example:
"SUCCESSS"
It represents the sub code of the API request.
Example:
200
It represents the message of the API request.
Example:
"Bulk Validation requested successfully."
It contains the bulk request information.
Was this page helpful?