post
https://api.instantpay.in/user/outlet/v2/mobileUpdate
This API is used to change the mobile number of the customers.
In this call you will get the OTP to verify.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Header ParametersFor Header reference Click here
Request Parameters
Following are the parameters to be sent in the request body:
| Parameters | Type | Description |
|---|---|---|
| existingMobileNumber | String | Existing Mobile Number of the Customer |
| newMobileNumber | String | New Mobile Number of the Customer |
| aadhaar | String | Encrypted aadhaar of Merchant |
| latitude | String | Merchant location latitude |
| longitude | String | Merchant location longitude |
Sample Request
curl --location --request POST 'https://api.instantpay.in/user/outlet/v2/mobileUpdate' \
--header 'X-Ipay-Auth-Code: {{authCode}}' \
--header 'X-Ipay-Client-Id: {{clientId}}' \
--header 'X-Ipay-Client-Secret: {{clientSecret}}' \
--header 'X-Ipay-Endpoint-Ip: {{endPointIP}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"existingMobileNumber": "9876543210",
"newMobileNumber": "8976543210",
"aadhaar" : "ZDEzNTg1OWQzNmE5NmY5ZG4koGZnmLAlV2Of7dgQyBI=",
"latitude" : "8.00000",
"longitude" : "68.0"
}'POST user/outlet/v2/mobileUpdate HTTP/1.1
Host: api.instantpay.in
X-Ipay-Auth-Code: {{authCode}}
X-Ipay-Client-Id: {{clientId}}
X-Ipay-Client-Secret: {{clientSecret}}
X-Ipay-Endpoint-Ip: {{endPointIP}}
Content-Type: application/json
{
"existingMobileNumber": "7078331179",
"newMobileNumber": "8430454547",
"aadhaar" : "ZDEzNTg1OWQzNmE5NmY5ZG4koGZnmLAlV2Of7dgQyBI=",
"latitude" : "8.00000",
"longitude" : "68.0"
}Response Parameters
| Parameters | String | 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/Sandbox |
Sample Response

