How the Payment Page Works
- Create an order with
payment_methodset topayment_pageorboth. - The API returns a
payment_url— redirect your customer or embed it in an iframe. - The customer pays using their preferred Quickei wallet method.
- Your
callback_urlreceives a webhook and the page shows a success confirmation.
Payment Page URL
Payment Methods
| Value | Behavior |
|---|---|
qr_only | Only QR code data is returned — no hosted page. Use for app-to-app payment. |
payment_page | Only the hosted payment page URL is returned — no QR code data. |
both | Both QR code data and payment page URL are returned (default). |
Status Polling
GET https://quickei.io/pay/pos/{order_id}/status
The payment page automatically polls this endpoint to update the UI in real time.
Integration Example
Payment Page Features
- Real-time Updates — The page automatically detects payment and shows confirmation.
- Mobile Responsive — Optimized for all screen sizes with QR code display.
- Countdown Timer — Shows the remaining time before the order expires.

