BANKING APIS
Bank Account Verification
Verification endpoint — Bank Account Verification. 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/bank_account_verification
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| accNo | 50355602997 |
| ifsc | IDIB000B833 |
| name | VIMAL |
| paymentMode | IMPS |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "Fetched successfully",
"data": {
"status": "SUCCESS",
"clientRefNum": "ORD1780559011248",
"beneficiaryName": "VIMAL",
"isNameMatch": true,
"matchingScore": 95,
"rrn": "BC0014",
"paymentMode": "IMPS",
"transactionId": "9249a191acaa407b9c47c37ef987cd94",
"bank_name": "INDIAN BANK"
},
"request_id": "REQ26060409005695D"
}