post https://dextox.in/api/ekyc/Verify/gst
Use this API to Fetch the Gst details of Given Gst number.
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Dextox |
X-Qro-UserId | String | Provided By Dextox |
Request Parameters
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
gstin | string | yes | GST Number |
Sample Request
{"gstin":"08XXXXXXXXXXXX"}
Sample Response
{
"statuscode": "TXN",
"status": "Result fetched",
"data": {
"goods_service": {
"bzsdtls": [
{
"saccd": "XXXXX",
"sdes": "Software downloads"
},
{
"saccd": "XXXXX",
"sdes": "Licensing services for the right to use computer software and databases"
},
{
"saccd": "XXXX",
"sdes": "Information technology consulting and support services"
},
{
"saccd": "XXXX",
"sdes": "Information technology design and development services"
},
{
"saccd": "XXXXX",
"sdes": "Other professional, technical and business services"
}
]
},
"taxpayerDetails": {
"ntcrbs": "SPO",
"contacted": {
"name": "XXXXXXXX",
"mobNum": 9999999999,
"email": "[email protected]"
},
"adhrVFlag": "Yes",
"lgnm": "XXXXXX",
"gstin": "08XXXXXXXXXX",
"gtiFY": "",
"ekycVFlag": "Not Applicable",
"cmpRt": "NA",
"ctb": "Private Limited Company",
"tradeNam": "NA",
"isFieldVisitConducted": "No",
"adhrVdt": "XX/XX/XXXX",
"ctj": "",
"percentTaxInCash": "NA",
"compDetl": true,
"gti": "NA",
"mandatedeInvoice": "NA",
"aggreTurnOverFY": "",
"stj": "",
"dty": "Regular",
"aggreTurnOver": "NA",
"cxdt": "",
"nba": [
"Supplier of Services"
],
"rgdt": "XX/XX/XXXX",
"sts": "Active",
"percentTaxInCashFY": "",
"einvoiceStatus": "No",
"mbr": [
"XXXX ",
"XXXX"
]
},
"taxpayerReturnDetails": {
"filingStatus": []
},
"business_places": {
"pradr": {
"lastUpdatedDate": "NA",
"mb": 9999999999,
"em": "[email protected]",
"addr": "NA",
"ntr": "Supplier of Services",
"adr": ""
},
"adadr": [],
"compDetl": false
}
},
"timestamp": "02-05-2025 13:00:34"
}