GST APIS
Pan to Gst
Verification endpoint — Pan to Gst. 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_gst
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| pan | ABCTY1234D |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "Gst details fetch successfully",
"data": [
{
"gstin": "24BTOPG6874N1ZW",
"authStatus": "Active",
"stateCd": "24",
"state": "Gujarat"
}
],
"request_id": "REQ260701180215496"
}