get https://api.sandbox.co.in/gsp/public/gstin/
API to verify business entity using GSTIN
Important Links
Testing Data
GSTIN | Response | Remark |
---|---|---|
05ABNTY3290P8ZB | 200 | Success response |
07CQZCD1111I4Z7 | 200 | No records found |
3418FIN00001UNY | 422 | Invalid GSTIN pattern |
Please note that GSTINs other than the ones mentioned will result in an Invalid response when testing in Test Environment.
GST Pattern Validation
Type | Regular Expression |
---|---|
GSTIN | ^[0-9]{2}[a-zA-Z]{5}[0-9]{4}[a-zA-Z]{1}[1-9A-Za-z]{1}[CZ]{1}[0-9a-zA-Z]{1}$|^[0-9]{4}[a-zA-Z]{3}[0-9]{5}[uUnN]{2}[0-9a-zA-Z]{1}$ |
Endpoints
Environment | Host URL |
---|---|
Test | https://test-api.sandbox.co.in |
Production | https://api.sandbox.co.in |