v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Order

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

externalRefstring

unique transaction id

productKeystring

productKey

denominationinteger
latitudestring

end customer latitude

longitudestring

Response

200

statuscodestring
{"stackTrail":"paths:/order:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/order:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

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"
}