Accept in-store payments with dynamic QR codes and hosted payment pages.Documentation Index
Fetch the complete documentation index at: https://developer.quickei.io/llms.txt
Use this file to discover all available pages before exploring further.
What is the POS API?
The POS API lets you create payment orders from any point-of-sale system — physical terminals, kiosks, mobile apps, or ERP integrations like Odoo. Each order generates a dynamic QR code and/or a hosted payment page.QR Payments
Generate dynamic QR codes that customers scan with the Quickei app to pay instantly.
Payment Pages
Redirect customers to a hosted payment page — no frontend development needed.
Real-time Webhooks
Get instant notifications when payments are completed, expired, or refunded.
Base URL
Authentication
The POS API uses HTTP Basic Authentication.Rate Limiting
The POS API allows 60 requests per minute. If exceeded, you’ll receive a429 Too Many Requests response.
Order Lifecycle
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /orders | Create a new POS order |
GET | /orders | List recent orders |
GET | /orders/{order_id} | Get order details |
POST | /orders/{order_id}/cancel | Cancel a pending order |
GET | /terminals | List your terminals |

