Fetch GSTIN with PAN
Use this API to fetch the list of GSTIN associated with the PAN information. View the test data and use the information to trigger the validations. You can use the test data only in test environments such as sandbox.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Body
Find the request parameters to fetch the list of GSTIN associated with PAN
It is the unique 10-character alphanumeric identifier issued by the Income Tax Department.
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
Success response for Fetch GSTIN with PAN
It displays the list of GSTIN associated with the entered PAN.
It displays the entered PAN information in the request.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
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.
It displays the unique ID you create to identity the verification request.
Was this page helpful?