With our API your cash register awards points automatically at every checkout. No separate scan at the counter — and with product rules even extra points on specific items or categories.
POST /api/v1/orders
{ "amount_cents": 1150,
"items": [ "2× cappuccino" ] }
Your POS provider connects with an API key you create in your dashboard. Points then flow automatically at checkout.
Set rules for bulk purchases, whole categories or specific products — for example double points on a promo item.
Keys are per business and revocable, and transactions are idempotent — a repeated call never counts twice.
Any POS that can send HTTP requests can connect. Your POS provider will find the technical docs on our developers page.
Not anymore. With a POS integration points flow automatically. The manual scan stays available as a fallback.