Back to home

PAN / IDENTITY APIS

Din To Pan

Verification endpoint — Din 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/din_to_pan

Headers

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

Request body

Field Example
din 01234567

Sample success response

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