Skip to main content
POST
Cancel Order
Cancel a pending POS order before it is paid or expires.

Endpoint

POST https://quickei.io/pay/sandbox/api/v1/orders/{order_id}/cancel

Path Parameters

string
required
The POS order ID to cancel
Important: Only orders with PENDING status can be cancelled. Attempting to cancel a paid, expired, or already cancelled order will return an error.

Example Request

Success Response 200

Error Response 422