Fulfillment inquiry
Lets the supplier query the fulfillment result of a Mode C order from Waffo Point Topup. This is the pull-based counterpart of the fulfillment event webhook, typically used for reconciliation or when a webhook notification was missed.
At least one of salesOrderId and payOrderId is required. If the order does not exist or does not belong to the supplier, an error is returned per the common error code spec.
Authentication uses the common API signature (SHA256WithRSA) carried in the X-SIGNATURE header.
Body
Unique identifier assigned by Waffo to the supplier.
64"WAFFO_POINT_TOPUP_001"
Supplier's order ID provided in the signed redirect URL. Used together with supplierId as the idempotent key. Required unless payOrderId is provided.
64"A123456"
Pay order ID generated by the Waffo Point Topup system. Required unless salesOrderId is provided.
64"G20250114064421745E079"