Back to home

PAN / IDENTITY APIS

Pan Profile Coming soon

Verification endpoint — Pan Profile. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

This API is coming soon and is not available for live use yet.
POST /api/qrx/pan_profile

Headers

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

Request body

Field Example
pan MGQPS7152H

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": []
}