latestOpenAPI 3.0.12026-07-2679100267.2 KB
41727ac9be5f
Charge
Fetch checkout transaction details
Use this endpoint to fetch the checkout transaction details and get the status of the transaction after OTP is submitted or transfer is made
post/v1/checkout/confirm-transaction-receipt
Request body
Example request
{
"orderReference": "c4307d58-2513-41d8-b7f7-dfecd5f9fdbe"
}Response
OK - your request was successful.
Example response
{
"code": "00",
"description": "Success",
"data": {
"message": "success",
"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"
}
}
}