post
https://api.instantpay.in/user/outlet/registerationVerify
List of Merchant onboarded through the Merchant Onboarding APIs
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Header Parameters
| Name | Type | Description | Mandatory (M) , Optional (O) | Provided by INSTANTPAY (Y/N) |
|---|---|---|---|---|
| X-Ipay-Auth-Code | String | Auth Code -1 (Fixed) | M | Y |
| X-Ipay-Client-Id | String | Unique Client ID | M | Y |
| X-Ipay-Client-Secret | String | Unique secret key | M | Y |
| X-Ipay-Endpoint-Ip | String | End Customer IP Address | M | N |
| X-Ipay-Outlet-Ip | String | Merchant's unique Identification number | M | N |
Request Parameters
| Parameters | Type | Mandatory (M) , Optional(O) | Description |
|---|---|---|---|
| referenceKey | String | M | Can be obtained from the response of Merchant Registration API |
| OTP | String | M | OTP is to be received on the aadhaar registered mobile number |
Request Parameters
POST https://api.instantpay.in/user/outlet/registerationVerify
X-Ipay-Endpoint-Ip: {{endpointIP}}
X-Ipay-Client-Id: {{clientId}}
X-Ipay-Client-Secret: {{clientSecret}}
X-Ipay-Auth-Code: 1
X-Ipay-Outlet-Id:{{outletId}}
{
"referenceKey":"{{referenceKeyKycVerify}}",// Can be obtained from the response of merchant registration API
"otp": "123456"
}
POST /user/outlet/registerationVerify HTTP/1.1
Host: api.instantpay.in
Accept: application/json
X-Ipay-Auth-Code: {{authCode}}
X-Ipay-Client-Id: {{clientId}}
X-Ipay-Client-Secret: {{clientSecret}}
X-Ipay-Outlet-Id: {{OutletId}}
X-Ipay-Endpoint-Ip: {{endPointIP}}
Content-Type: application/json
"Body"
{
"referenceKey":"{{referenceKeyKycVerify}}",// this reference key associated with referenceKeyType of OutletRegistrationVerify
"otp": "123456"
}
Response Parameters
| Name | Type | Description |
|---|---|---|
| statuscode | String | InstantPay Status Code |
| actcode | String | Action Code |
| status | String | Status Message |
| data | Array | Response Data (If Present) |
| timestamp | String | Current time (YYYY-MM-DD HH:II:SS) |
| ipay_uuid | String | Request reference number |
| orderid | String | Transaction Id ( If transaction otherwise it is null ) |
| environment | String | Live |
Sample Response
{
"statuscode": "TXN",
"actcode": null,
"status": "Success",
"data": null,
"timestamp": "2026-09-11 12:25:14",
"ipay_uuid": "h000a2b7f4e5-bf7e-4019-a4cc-18bc6ce18a20-qdMaNvXMBl3Z"
}
