Skip to main content
POST
Create Order
Creates a new POS payment order with a dynamic QR code and/or payment page.

Endpoint

POST https://quickei.io/pay/sandbox/api/v1/orders

Parameters

decimal
required
Amount to charge. Must be greater than 0.
string
required
ISO 4217 currency code (e.g. EUR, USD). Must match an active wallet.
string
qr_only, payment_page, or both (default: both)
string
Your internal order/invoice reference (max 255 chars)
string
Order description shown on the payment page (max 500 chars)
string
POS terminal identifier (max 64 chars)
string
Webhook URL for order status updates
integer
Expiration in seconds (60–3600, default: 300)
string
Unique key to prevent duplicate orders (max 64 chars)

Example Request

Success Response 200