post
https://api.instantpay.in/identity/digiLocker
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 |
|---|---|---|---|
| externalRef | String | Mandatory | Your Unique Transaction id |
| redirectionUrl | String | Mandatory | Redirection URL after Sign-up/ Sign-in |
| userFlow | String | Mandatory | SIGNUP/ SIGNIN |
| latitude | String | Mandatory | End Customer Latitude. |
| longitude | String | Mandatory | End Customer Longitude. |
Sample Request
postman request POST 'https://api.instantpay.in/identity/digiLocker' \
--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 '{
"externalRef": "Vincenzo",
"userFlow": "SIGNUP",
"redirectionUrl": "sample_URL",
"latitude": "-67.6942",
"longitude": "130.6086"
}'Sample Response
{
"statuscode": "TXN",
"actcode": null,
"status": "Success",
"data": {
"referenceId": "69368e58ac0102180406d47c",
"url": "sample_URL",
"status": "PENDING"
},
"timestamp": "2025-12-08 14:07:44",
"ipay_uuid": "h000a08adef3-952f-4bf7-b467-31ec0aa6ae4e-kX1kf7MIXqQL",
"orderid": null,
"environment": "LIVE",
"internalCode": null
}
