Skip to main content
GET
Get Order
Retrieve the full details and current status of a specific POS order.

Endpoint

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

Path Parameters

string
required
The POS order ID (e.g. POS-20240115-A1B2C3)
Auto-expiry: If the order is still PENDING and past its expires_at, the API will automatically mark it as EXPIRED before returning.

Response Fields

Example Request

Success Response 200

Error Response 404