post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/pan_to_gst
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Transaction result message |
| reference_id | String | Unique identifier used to track the specific request or transaction |
| pan_number | String | Permanent Account Number (PAN) used as input for the lookup (partially masked for security) |
| client_id | String | Unique client reference or session ID generated for the API call. Useful for tracing requests internally |
| gstin_list | Array of Objects | Change in petrol price compared to the previous recorded day (e.g., "0.00" means no change) |
| gstin | String | The full 15-character GST Identification Number linked with the PAN |
| state | String | The state name where the GSTIN is registered (e.g., “Delhi”) |
| state_code | String | The two-digit state code corresponding to the GST registration (e.g., “07” for Delhi) |
| active_status | String | Current operational status of the GSTIN (e.g., “Active”, “Cancelled”, “Inactive”) |
