---
title: "PAN to GSTIN"
method: POST
path: "/gstinByPan"
---

# PAN to GSTIN

`POST /gstinByPan`

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.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `pan` string — PAN number of End User
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id
  - `consent` string — Consent should be accepted by customer

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `gstByPan` object[]
      - `gstin` string
      - `status` string
      - `stateCode` string
      - `stateName` string
    - `pool` object
      - `referenceId` string
      - `openingBalance` string
      - `paymentAmount` string
      - `mode` string
      - `closingBalance` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/versions/1d0672797b14/schema)
