post
https://api.instantpay.in/identity/digiLocker/status
Header Parameters
| Name | Type | Description | Mandatory/ Optional | Provided by Instantpay (Y/N) |
|---|---|---|---|---|
| X-Ipay-Auth-Code | String | Auth Code:"1" (Fixed) | M | Y |
| X-Ipay-Client-Id | String | Unique Client Id Provided by Instantpay | M | Y |
| X-Ipay-Client-Secret | String | Unique Client Secret Provided by Instantpay | M | Y |
| X-Ipay-Endpoint-Ip | String | End customer IP Address | M | N |
Request Parameters
| Parameter Name | Type | Requirement | Description |
|---|---|---|---|
| referenceId | String | Mandatory | reference ID can be fetched from the response of "Create URL" API |
Sample Request
postman request POST 'https://api.instantpay.in/identity/digiLocker/status' \
--header 'X-Ipay-Auth-Code: 1' \
--header 'X-Ipay-Client-Id: YWY3OTAzYzNlM2ExZTJlOfh549Gzt+5IEcETrD5Yx+Q=' \
--header 'X-Ipay-Client-Secret: 82e4755d7c1cf636816addfe1460936d7b64612208df87f3000aa5b56fc926d1' \
--header 'X-Ipay-Endpoint-Ip: 14.142.186.142' \
--header 'Content-Type: application/json' \
--body '{
"referenceId" : "692e742e225d7629e60aae29"
}'Sample Response
{
"statuscode": "TXN",
"actcode": null,
"status": "Success",
"data": {
"status": "AUTHORIZED",
"referenceId": "692e742e225d7629e60aae29",
"externalRef": "Carmel",
"userDetails": {
"name": "Sailendra Yadav",
"mobile": "7384353877",
"dob": "1995-02-24",
"gender": "M",
"eaadhaar": "N"
}
},
"timestamp": "2025-12-02 10:39:36",
"ipay_uuid": "h000a07e829c-719f-4f33-acda-987d75f19af9-yNaZhcflV2gW",
"orderid": null,
"environment": "LIVE",
"internalCode": null
}