Name | Requirement | Description |
---|
remitterId | Mandatory | RemitterId of the Remitter |
curl --location --request GET 'https://api.instantpay.in/fi/remit/out/nepal/remitterEkycInitiate?remitterId=675738' \
--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/nepal/remitterEkycInitiate?remitterId=675738 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: 72762
Name | Type | Description |
---|
statuscode | String | InstantPay Status Code |
actcode | String | Action Code |
status | String | Status message |
data | Array | Response Data (If Present) |
timestamp | String | Response 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": {
"referenceKey": "IILE1h00698220f99-b42a-43b3-a3d0-9dbe1baa91e6",
"url": "https://uid.rblbank.com/CustomerLogin/pgekyctoken.aspx?uniqueref=9a87SlDgfvdFvGCHMR0hZzPsWrs%2fg1oAN8M1Vlbo7DOCTcJ023%2b2sQXm%2ffLvbHFbJxGM0Uco2z1Zy1XnIMwqalK0jssRSm%2bJKmAOf2BuzB5SZOHBuXXvbjOZ%2fnS8ni8a9ZSmBAu4zZGlUXvy%2fV%2f8c97cgA9oflsw0inH7HSaeyXB808M7Rj07OSbAGUXSC9nXjvBn%2fgz%2fBJ7nCVyXlImMw%3d%3d&cpuniquerefno=PRACP2023104983"
},
"timestamp": "2023-01-03 10:06:23",
"ipay_uuid": "h00698220f99-b42a-43b3-a3d0-9dbe1baa91e6",
"orderid": null,
"environment": "LIVE",
"internalCode": null
}