post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/digilocker/download_xml
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | When Document Fetched Successfully. |
| data | String(Base64 encoded content) | Contains the Base64-encoded document file (usually a PDF, XML, or JSON). This encoded string represents the actual file content fetched from DigiLocker. The client needs to decode this string to retrieve and view the original document. |
