Bank Account Verification
Get Verification Status
Use this API to get the statuses of the bank validation request by providing the bvRefId or userId.
GET
Query Parameters
It is the bank verification reference ID.
Example:
"1628114"
It is the unique ID created to identify the bank verification user.
Example:
"A1011"
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:
"Bank account details verified successfully"
Was this page helpful?