Cancel a pending POS order
Cancel a pending POS order before it is paid or expires.Documentation Index
Fetch the complete documentation index at: https://developer.quickei.io/llms.txt
Use this file to discover all available pages before exploring further.
POST https://quickei.io/pay/sandbox/api/v1/orders/{order_id}/cancel
Important: Only orders with PENDING status can be cancelled. Attempting to cancel a paid, expired, or already cancelled order will return an error.
200422