Verify GST
POST/verification/api/1.0/verifications/gst
Verify GST
Request
- application/json
Body
gst string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Valid GST
- Invalid GST
Schema
code integer
message string
data object
{
"code": 0,
"message": "string",
"data": {}
}
{
"code": 0,
"message": "Success",
"data": {
"stateJurisdictionCode": "HR051",
"taxpayerType": "Regular",
"stateJurisdiction": "Gurgaon (East) Ward 6",
"legalName": "TRENTIAL TECHNOLOGIES PRIVATE LIMITED",
"additionalAddresses": [],
"dateOfCancellation": "",
"gstin": "06AAJCT6095N1ZK",
"natureOfBusinessActivity": [
"Office / Sale Office",
"Export",
"Supplier of Services"
],
"lastUpdatedDate": "30/11/2023",
"constitutionOfBusiness": "Private Limited Company",
"dateOfRegistration": "10/04/2023",
"principalAddress": {
"address": {
"buildingName": "DLF PHASE-5",
"buildingNumber": "HD-195",
"floorNumber": "5TH FLOOR",
"longitude": "77.105533",
"locality": "Gurugram",
"latitude": "28.46608",
"pincode": "122002",
"street": "SECTOR-43",
"stateName": "Haryana"
},
"natureOfBusiness": "Office / Sale Office, Export, Supplier of Services"
},
"centreJurisdictionCode": "ZO0306",
"status": "Active",
"tradeName": "TRENTIAL TECHNOLOGIES PRIVATE LIMITED",
"centreJurisdiction": "R-20",
"eInvoiceStatus": "No"
}
}
{
"message": "Invalid GSTIN pattern"
}
Loading...