Name | Requirement | Description |
---|
referenceKey | Optional | You will get from Initiate KYC for Remitter API |
GET /fi/remit/out/nepal/outletEkycInitiateStatus?referenceKey=INSFDh0009bd3ec0e-264f-40dc-a982-943b7c32e2a8-mxvrplwayxZt HTTP/1.1
Host: api.instantpay.in
X-Ipay-Auth-Code: 1
X-Ipay-Client-Id: YWY3OTAzYzNlM2ExZTJlOfh549Gzt+5IEcETrD5Yx+Q=
X-Ipay-Client-Secret: 82e4755d7c1cf636816addfe1460936d7b64612208df87f3000aa5b56fc926d1
X-Ipay-Endpoint-Ip: 125.0.0.1
X-Ipay-Outlet-Id: 72762
curl --location 'https://api.instantpay.in/fi/remit/out/nepal/outletEkycInitiateStatus?referenceKey=INSFDh0009bd3ec0e-264f-40dc-a982-943b7c32e2a8-mxvrplwayxZt' \
--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: 125.0.0.1' \
--header 'X-Ipay-Outlet-Id: 72762'
Name | Type | Description |
---|
statuscode | String | InstantPay Status Code |
actcode | String | Action Code |
status | String | Status Message |
data | Data | 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": null,
"timestamp": "2023-01-03 10:39:07",
"ipay_uuid": "h00698221b50-9f93-416e-9799-fe858b0a5a8d",
"orderid": null,
"environment": "LIVE",
"internalCode": null
}