Outlet Ekyc Initiate

Sample Request

curl --location 'https://api.instantpay.in/fi/remit/out/nepal/outletEkycInitiate' \
--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'
GET /fi/remit/out/nepal/outletEkycInitiate 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

Response Parameters

NameTypeDescription
statuscodeStringInstantPay Status Code
actcodeStringAction Code
statusStringStatus message
dataArrayResponse Data (If Present)
timestampStringResponse time (YYYY-MM-DD HH:II:SS)
ipay_uuidStringRequest reference number
orderidStringTransaction Id ( If transaction otherwise it is null )
enviromentStringLive/Sandbox

Sample Response

{
    "statuscode": "TXN",
    "actcode": null,
    "status": "Transaction Successful",
    "data": {
        "redirectUrl": "https://uid.rblbank.com/CustomerLogin/pgekyctoken.aspx?uniqueref=9a87SlDgfvdFvGCHMR0hZzPsM1Vlbo7DOCTcJ023%2b2sQXm%2ffLvbHFbJxGM0Uco2z1Zy1XnIMwqaiveXBHidVrPO8F96aUnXrhabvVcTtI2RF%2bfqavlBBtXDOLIRMaBX6t42krVijT64reVZsGj9eJVlvEadzvcVS0X1TO3T%2biQX9REiiGvDRMQ&cpuniquerefno=PRACPEKYA202455"
    },
    "timestamp": "2024-07-03 11:44:59",
    "ipay_uuid": "h0009c6e932e-c7e6-48a5-b06e-96658fc1b1bc-ohDqjnDa5aU3",
    "orderid": null,
    "environment": "LIVE"
}
Language
Click Try It! to start a request and see the response here!