Name | Type | Description |
---|
mobile | Number | Remitter Mobile Number |
curl --location --request GET 'https://api.instantpay.in/fi/remit/out/domestic/remitterEkycInitiate?mobile=8920586594' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Ipay-Auth-Code: 1' \
--header 'X-Ipay-Client-Id: YWY3OTAzYzNlM2ExZTJlOfh549Gzt+5IEcETrD5Yx+Q=' \
--header 'X-Ipay-Client-Secret: 679db35f926b8d0240a8c0d28729528ee8e6d5effa5fa0b20c04454004d2d825' \
--header 'X-Ipay-Endpoint-Ip: 45.115.105.205' \
--header 'X-Ipay-Outlet-Id: 72762' \
--data-raw ''
GET /fi/remit/out/domestic/remitterEkycInitiate?mobile=8920586594 HTTP/1.1
Host: api.instantpay.in
Accept: application/json
Content-Type: application/json
X-Ipay-Auth-Code: 1
X-Ipay-Client-Id: YWY3OTAzYzNlM2ExZTJlOfh549Gzt+5IEcETrD5Yx+Q=
X-Ipay-Client-Secret: 679db35f926b8d0240a8c0d28729528ee8e6d5effa5fa0b20c04454004d2d825
X-Ipay-Endpoint-Ip: 45.115.105.205
X-Ipay-Outlet-Id: 72762curl --location --request GET 'https://api.instantpay.in/fi/remit/out/domestic/remitterEkycInitiate?mobile=8920586594' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Ipay-Auth-Code: 1' \
--header 'X-Ipay-Client-Id: YWY3OTAzYzNlM2ExZTJlOfh549Gzt+5IEcETrD5Yx+Q=' \
--header 'X-Ipay-Client-Secret: 679db35f926b8d0240a8c0d28729528ee8e6d5effa5fa0b20c04454004d2d825' \
--header 'X-Ipay-Endpoint-Ip: 45.115.105.205' \
--header 'X-Ipay-Outlet-Id: 72762' \
--data-raw ''
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 ) |
enviroment | String | Live/Sandbox |
{
"statuscode": "TXN",
"actcode": null,
"status": "Transaction Successful",
"data": {
"url": "https://portal.airtelbank.com/hlr/?param=MjQzMjYxMjQzMTMyMjQ0MTYxNDQ0ZDQzNjI2NjU3NzE2NTczNmY3MzcxNmU0MjZhNGQ2YjMxNTE0ZjMwNmU1NDU1NmEyZTM3NDUzMDQxNTg1NDRiMzMzNDRkNTM0YTY5NTM1NzZkMzA3MjM3NGY0NzMzNGY2YjQz"
},
"timestamp": "2022-12-16 10:57:03",
"ipay_uuid": "h00697fdec04-e372-4a3b-a0fd-2e53a7dcc187",
"orderid": null,
"environment": "LIVE",
"internalCode": null
}