Back to home

PAN / IDENTITY APIS

Cin To Pan

Verification endpoint — Cin To Pan. 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/cin_to_pan

Headers

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

Request body

Field Example
cin U74999DL2017PTC321778

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": {
        "pan": "AAECI5881L"
    },
    "request_id": "REQ2607101805347B2"
}