Skip to main content
When you fetch a document using the EntityLocker API or EntityLocker SDK, the response contains a 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


Udyam Certificate (UDCER)

The Udyam Certificate XML contains MSME registration details including enterprise classification, NIC codes, and unit information.

Key fields


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
You can verify document authenticity by validating the <Signature> block against the X.509 certificate embedded in the XML.