POST
/
pan-gstin
{
  "reference_id": 1358,
  "verification_id": "testverificationid",
  "status": "SUCCESS",
  "pan": "AZJPG7110R",
  "gstin_list": [
    {
      "gstin": "29AAFCD5862R1ZR",
      "status": "ACTIVE",
      "state": "KARNATAKA"
    },
    {
      "gstin": "27AAFCD5862R1ZV",
      "status": "ACTIVE",
      "state": "MAHARASHTRA"
    }
  ]
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Body

application/json

Find the request parameters to fetch the list of GSTIN associated with PAN

pan
string
default:
AZJPG7110R
required

It is the unique 10-character alphanumeric identifier issued by the Income Tax Department.

verification_id
string
default:
testverificationid
required

It is the unique ID you create to identify the request. The maximum character limit is 50. Alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.

Response

200 - application/json

Success response for Fetch GSTIN with PAN

gstin_list
object[]

It displays the list of GSTIN associated with the entered PAN.

pan
string

It displays the entered PAN information in the request.

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes. format: int64

status
string

It displays the status of the API request. Possible values are

  • SUCCESS: GSTINs associated with the provided PAN were retrieved successfully.
  • GSTIN_NOT_FOUND: No GSTIN is associated with the provided PAN.
verification_id
string

It displays the unique ID you create to identity the verification request.