Get details of a specific order
GET https://quickei.io/pay/sandbox/api/v1/orders/{order_id}
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.
| Field | Description |
|---|---|
order_id | Unique POS order identifier |
amount | Formatted amount with currency (e.g. 25.00 EUR) |
raw_amount | Numeric amount value |
status | PENDING, PAID, EXPIRED, CANCELLED, REFUNDED, REFUND_PENDING |
qr_data | QR code data string (when payment_method includes qr) |
payment_url | Hosted payment page URL (when payment_method includes page) |
trx_id | Quickei transaction ID (null until paid) |
paid_at | ISO 8601 timestamp of payment (null until paid) |
200404