Skip to main content
Redirect customers to a Quickei-hosted payment page for POS orders.

How the Payment Page Works

  1. Create an order with payment_method set to payment_page or both.
  2. The API returns a payment_url — redirect your customer or embed it in an iframe.
  3. The customer pays using their preferred Quickei wallet method.
  4. Your callback_url receives a webhook and the page shows a success confirmation.

Payment Page URL

Payment Methods

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.