url to download the document file. For XML format documents, the downloaded file is a signed XML certificate issued via EntityLocker.
The XML structure varies by document type. Below are sample XML responses for commonly fetched business documents.
GSTN Details (GSTND)
The GSTN Details XML contains GST registration information including taxpayer type, legal name, constitution of business, and jurisdiction details.Key fields
| Element | Attribute | Description |
|---|---|---|
Certificate | type, number | Document type (GSTND), GSTIN number |
Certificate | issueDate, validFromDate | Registration and validity dates |
IssuedBy > Organization | name | Issuing authority — Goods and Services Tax Network |
IssuedTo > Organization | name | Registered business name |
IssuedTo > Organization > Address | locality, district, state, pin | Business address details |
GSTNDetails | taxpayerType | Taxpayer classification (Regular, Composition, etc.) |
GSTNDetails | gstidentificationNumber | Full GSTIN |
GSTNDetails | legalnameofBusiness | Legal name as registered |
GSTNDetails | constitutionofBusiness | Business structure (Private Limited, LLP, etc.) |
GSTNDetails | stateJurisdiction | Assigned state-level tax jurisdiction |
Udyam Certificate (UDCER)
The Udyam Certificate XML contains MSME registration details including enterprise classification, NIC codes, and unit information.Key fields
| Element | Attribute | Description |
|---|---|---|
Certificate | type, number, status | Document type (UDCER), Udyam registration number, status |
IssuedBy > Organization | name | Issuing authority — Ministry of MSME |
IssuedTo > Enterprise | name, phone, email | Enterprise identity and contact details |
IssuedTo > Enterprise > Address | flatDoorBlockNo, nameOfPremisesBuilding, city, state, pin | Registered office address |
UdyamRegistrationCertificate | udyamRegNo, dateOfReg | Registration number and date |
UdyamRegistrationCertificate | majorActivity | Primary activity type (Services / Manufacturing) |
UdyamRegistrationCertificate | enterpreneurCategory | Entrepreneur category (General, SC, ST, OBC, etc.) |
TypeOfEnterprise | Enterprise1..3 > type | Classification across financial years (Micro / Small / Medium) |
NameOfUnits | Unit1..N > name | Names of registered business units |
NationalIndustryClassification | nic2Digit, nic4Digit, nic5Digit | NIC codes describing business activities |
Digital signature verification
All XML responses are digitally signed by National e-Governance Division using an enveloped XML signature (xmldsig#). Each document includes:
- A
<Signature>block with the signed digest and signature value - An
<X509Certificate>containing the signer’s public certificate
<Signature> block against the X.509 certificate embedded in the XML.