Getting order transaction status

If desired, a merchant can make a call to the Jambopay Checkout from their backend, to get the transaction information pertaining to a specific order. In that case, a get request can be sent to {{base_url}}/api/Transactions/TranStatus/{orderId} for live environment or {{base_url}}/api/Transactions/TranStatus/{orderId} for sandbox.

Live environment base url - https://checkout.jambopay.com
Sandbox environment base url - https://checkout-test.jambopay.co.ke

This endpoint is protected and therefore requires a bearer token. Please see Integrating the Checkout section for information on how to obtain the bearer token. The endpoint returns an object with several fields including the Amount, Status, OrderId, Payee, e.t.c. The status may contain the following values;
1. Completed
2. Failed
3. Pending
4. Canceled
5. Reversed

Untitled