
- This API takes in gstin of Requester(Tax payer or Transporter) and hsncode and gives the HSN details.
- Verifying Aadhaar details of an individual is a critical requirement in every sector
- It is required during the customer onboarding process for various platforms like NBFCs, banks, lending companies, and insurance companies.
- It is also a part of the employee onboarding process for every business.
- Therefore, verification of the Aadhaar becomes an important task.
- Use this API to get to know the description of the HSN code.

Param | Type | Description | Example |
---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
hsncode | string | hsncode for which the details are required | 1001 |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/37/pan/xxxxxxxxx?gstinno=xxxxxx&hsncode=xxxxx \
--header 'Accept: application/json' \
--header 'Authorization: xxxxxxxxx' \
--header 'x-api-key: xxxxxxxxx' \
--header 'x-api-version: 1.0'
Param | Type | Description | Examples |
---|
hsnCode | num | HSN code - HSN stands for Harmonized System of Nomenclature | 1001 |
hsnDesc | string | It's a description of commodity of particular hsnCode. | WHEAT AND MESLIN - Durum wheat |