Back to home

BANKING APIS

Get Bank Account Verification Status

Verification endpoint — Get Bank Account Verification Status. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
POST /api/qrx/get_bank_account_verification_status

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
transactionId 9249a191acaa407b9c47c37ef987cd94

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": {
        "status": "SUCCESS",
        "clientRefNum": "ORD1780559011248",
        "beneficiaryName": "VIMAL",
        "isNameMatch": false,
        "rrn": "BC0014",
        "matchingScore": null,
        "paymentMode": "IMPS",
        "transactionId": "9249a191acaa407b9c47c37ef987cd94"
    },
    "request_id": "REQ260701182840017"
}