v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

PAN to GSTIN

Verify the linkage between PAN (Permanent Account Number) and GSTIN with Instantpay's PAN to GSTIN Verification API solutions. Businesses can seamlessly integrate this tool to ensure accurate verification of PAN details linked to GST registrations.

Enhance the reliability of your customer database and streamline compliance with GST regulations. Incorporating PAN to GSTIN verification into your identity verification processes can mitigate the risk of errors and non-compliance, creating a more secure and trustworthy business environment.

post/gstinByPan

Headers

X-Ipay-Auth-Codestring

Auth Code

X-Ipay-Client-Idstring

Unique Client Id Provided by Instantpay

X-Ipay-Client-Secretstring

Unique Client Secret Provided by Instantpay

X-Ipay-Endpoint-Ipstring

End Customer IP Address

Request body

panstring

PAN number of End User

latitudestring

End Customer Latitude.

longitudestring

End Customer Longitude.

externalRefstring

Your Unique Transaction id

consentstring

Consent should be accepted by customer

Response

200

statuscodestring
{"stackTrail":"paths:/gstinByPan:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/gstinByPan:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "gstByPan": [
      {
        "gstin": "99AAOCS6028BSP",
        "status": "ACTIVE"
      }
    ],
    "pool": {
      "referenceId": "1230621152403PQMMB",
      "openingBalance": "10.02",
      "paymentAmount": "1.18",
      "mode": "DR",
      "closingBalance": "8.84"
    }
  },
  "timestamp": "2023-06-21 15:24:03",
  "ipay_uuid": "h00699767989-56e6-4c05-9e21-0bf9c7bd4656",
  "orderid": "1230621152403PQMMB",
  "environment": "LIVE"
}