Back to home

PAN / IDENTITY APIS

Pan To Cin

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

Headers

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

Request body

Field Example
pan AAECI5881L

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": {
        "cin": "U74999DL2017PTC321778",
        "company_id": "",
        "company_name": "INDITAB ESOLUTIONS PRIVATE LIMITED",
        "company_status": "Active",
        "date_of_incorporation": "07-08-2017",
        "company_type": "New Company (Others)",
        "account_type": "Company",
        "registrar_name": "Registrar of Companies, National Capital Territory of Delhi, Central Delhi",
        "registration_number": "321778",
        "roc_code": "ROC Delhi II",
        "company_category": null,
        "company_subcategory": null,
        "company_origin": "Indian",
        "state": "Delhi"
    },
    "request_id": "REQ260710180417982"
}