v1
latestOpenAPI 3.0.12026-07-2679100267.2 KBCharge
Get Order details based on the generated Order reference
Use this endpoint to fetch a single checkout order, using the order reference that was returned when the Order was created
get/v1/checkout/order/{orderReference}
Path parameters
orderReferencestring required
Order reference
Response
OK - your request was successful.
Example response
{
"code": "00",
"description": "Success",
"data": {
"order": {
"orderId": "56e03654-0c32-4d3e-bbd6-a9df22994a12",
"orderReference": "90e81e8a-bc14-4ebf-89c0-57da752cca58",
"customerId": "762878332454",
"accountId": "56e03654-0c32-4d3e-bbd6-a9df22994a12",
"callbackUrl": "https://ip:port/merchant.com/callback",
"customerEmail": "abcde@gmail.com",
"currency": "NGN",
"businessName": "Merchant Ltd",
"businessEmail": "abcde@gmail.com",
"businessLogo": "https://ip:port/merchant.com/logo"
},
"base64EncodedRsaPublicKey": "5844858382"
}
}