v1
latestOpenAPI 3.1.02026-07-2414704.6 MBOrder
post/order
Headers
X-Ipay-Auth-Codestring
Auth-Code
X-Ipay-Client-Idstring
Unique Client Id Provided by Instantpay
X-Ipay-Client-Secretstring
Unique Client Secret Provided by Instantpay
X-Ipay-Endpoint-Ipstring
End Customer IP Address
Request body
Response
200
Example response
{
"statuscode": "TXN",
"status": "Transaction Successful",
"data": {
"externalRef": "T2",
"poolReferenceId": "DQC012313912004910",
"txnValue": "1.00",
"txnReferenceId": "00",
"pool": {
"account": "7428585742",
"openingBal": "555.05",
"mode": "DR",
"amount": "1.00",
"closingBal": "554.05"
},
"sender": {
"name": "Instantpay"
},
"receiver": {
"name": "Instantpay India Ltd.",
"contact": "help@instantpay.in",
"cardNumber": "1234567890",
"cardPin": "172767",
"cardExpiry": "2024-05-18"
}
},
"timestamp": "2023-05-19 12:00:54",
"ipay_uuid": "h0059933ce62-82cf-4bb7-8d1a-835643737d74",
"orderid": "DQC012313912004910",
"environment": "LIVE"
}