POS INTEGRATIONS

Friends with the
point of sale.

Pick your POS or payment terminal — most are a click. Everything else takes about an afternoon and an HTTP POST.

POSNative
Square

Auto-create a receipt on every payment via the Square Payments webhook.

POSNative
Lightspeed

Lightspeed Retail X-Series and Restaurant. One-click app from the marketplace.

POSNative
Shopify POS

Shopify POS Pro and Lite. Receipt mirrors your shop locale and tax setup.

PAYMENTSNative
Adyen

In-person Adyen terminals. Tap pucks pair to a Terminal API store.

PAYMENTSNative
Mollie

Mollie Terminal. Receipts on every iDEAL, card and Bancontact transaction.

PAYMENTSNative
SumUp

SumUp Solo and Air. Plug the puck in next to the reader and pair with a code.

PAYMENTSPlugin
iZettle

Zettle by PayPal. Two-step OAuth pairing, receipts on every charge.

PAYMENTSNative
Stripe Terminal

BBPOS WisePOS E and Tap to Pay on iPhone. Connector lives in your Stripe account.

POSBeta
Toast

Restaurant tickets and split bills. Beta in NL/BE — opt in from the dashboard.

B2BBeta
Ankorstore

Wholesale receipts pushed to retailer wallets via the Ankorstore API.

PAYMENTSPlugin
Worldline

EFT terminals across DACH and Benelux. Quarterly firmware sync.

PAYMENTSBeta
Tyro

AU/NZ pilot. Eligible accounts can request access from support.

BUILD YOUR OWN

Yours not on the list?
The API is small.

One POST after a successful sale and we generate the wallet pass. Webhooks fire when the customer taps. That is the whole loop.

POST /v1/receipts
{
  "merchant_id": "mer_...",
  "currency": "EUR",
  "total_minor": 940
}