v1

latestOpenAPI 3.1.02026-07-26265.5 KB
thirdparty

for payment verification

post/trdp/verify

Headers

x-api-secretstring required
Example:X/2uxXAjJqaai5gRzXHzcFPcx9E6B3pibBbVSoce1U23q5hR2Sr5pxlh6WLQZBep

The App Secret provided by CBE.

Request body

orderIdstring

Unique identifier of the order.

Example request

{
  "orderId": "5428255034"
}

Response

The request was successful, and a new resource was created.

statusstring
timestampstring date-time
messagestring

Example response

{
  "status": "success",
  "message": "Payment verified successfully",
  "data": {
    "status": "PAID",
    "amount": 100,
    "currency": "ETB"
  }
}