fetch order
This endpoint is used to fetch an order to verify its status
GET
https://prod-order-exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/FetchOrder?partner_order_id=xx&partner_id=xx/
Order Status
INITIATED- We have the order on queue but not processed
PENDING - Order is open / pending
CANCELED - Order has been canceled
COMPLETED- Order has been completed and payment was made
EXPIRED- Order has expired
FAILED- Request cancelled by user, the customer canceled the payment on mpesa
Query Parameters
Name
Type
Description
partner_order_id*
String
the id of the order generated
partner_id*
String
the Id of the partner
Headers
Name
Type
Description
Authorization*
String
partners public key
Content-Type*
String
application/json
Example Request- Code
Last updated