B2B VERIFICATION SUITE APIS
2. Get Name Detail API
Verification endpoint — 2. Get Name Detail API. 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/b2b-agent/get-cc-name
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| operator_code | BANK00000NATKB |
| credit_card_no | 4111111111111111 |
| mobile_no | 9876543210 |
Sample success response
{
"status": true,
"message": "Name fetched successfully.",
"data": {
"name": "P KUMAR"
}
}