Fetch Order
This endpoint is used to check the status of a collection order
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
Pending = newly created orders that has not been fulfilled in 45 mins
Completed = Order that has been fulfilled and a callback has been returned in 45 mins
Mismatched = this is when a user pays above or below the amount on the order.
Expired = Order that payment was made but callback wasnt returned in 45 mins
Abandoned = an order that a user hasnt paid into in over 45 mins
Claimed = in cases of mismatched and expired merchants can decide to claim the money paid
Query Parameters
Headers
Example Request- Code
Last updated