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.
Auto-create a receipt on every payment via the Square Payments webhook.
Lightspeed Retail X-Series and Restaurant. One-click app from the marketplace.
Shopify POS Pro and Lite. Receipt mirrors your shop locale and tax setup.
In-person Adyen terminals. Tap pucks pair to a Terminal API store.
Mollie Terminal. Receipts on every iDEAL, card and Bancontact transaction.
SumUp Solo and Air. Plug the puck in next to the reader and pair with a code.
Zettle by PayPal. Two-step OAuth pairing, receipts on every charge.
BBPOS WisePOS E and Tap to Pay on iPhone. Connector lives in your Stripe account.
Restaurant tickets and split bills. Beta in NL/BE — opt in from the dashboard.
Wholesale receipts pushed to retailer wallets via the Ankorstore API.
EFT terminals across DACH and Benelux. Quarterly firmware sync.
AU/NZ pilot. Eligible accounts can request access from support.
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
}