Product / Integrations
We integrate with what Malta actually uses.
Aggregators, card terminals, e-invoicing, and the REST surface for the people who build on top. Status labelled honestly — live, beta, or planned.
Live integrations
Delivery aggregators
-
Wolt
livePush your menu, accept Wolt orders into the same KDS, and reconcile aggregator payouts in the backoffice.
-
Bolt Food
liveSame KDS, same backoffice reconciliation. Wolt and Bolt orders treated as first-class alongside in-house revenue.
Payments
-
Viva Wallet
liveCard-terminal integration for tap, chip & PIN. Settlement reports flow into the backoffice end-of-day.
-
Stripe
plannedOnline payment links and saved-card flows for subscription operators. Roadmap item — not live in v1.
Fiscal & e-invoicing
-
Peppol / ViDA
betaUBL output and CTC transmission. Currently in beta with selected pilot customers — see the compliance page for the honest status.
Accounting
-
Xero
plannedPush daily sales and Z-report aggregates straight into Xero. Roadmap item — not live in v1.
Hardware
-
Epson TM-m30iii
liveThermal receipt printer supported out of the box. Pair via USB or LAN; templates configurable per site.
Developers
-
REST API & webhooks
liveOAuth-protected REST surface for orders, products, and reports. Webhooks for order-paid, shift-closed, and z-report-generated events.
For Persona C — Tech-lead Theo
A small curl example.
OAuth-protected, JSON-bodied, idempotency-keyed. Documented separately on the docs site.
curl -X POST https://api.fluzzio.com/v1/orders \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: ord_2026-05-20_001" \
-d '{"site_id": "sliema-1", "lines": [{"sku": "espresso-double", "qty": 1}]}' Endpoint placeholder — the real API surface is documented separately. Domain transitions to api.vind.com when vind.com is acquired.
Common questions
- Do you charge extra for the Wolt or Bolt integration?
- No — it is included on the Professional tier. The aggregator commission you pay to Wolt or Bolt is unchanged; we do not insert a markup.
- Is there an API?
- Yes. OAuth-protected REST endpoints for orders, products, sites, and reports. Webhooks for order-paid, shift-closed, and z-report-generated. Documented separately at docs.fluzzio.com (post-acquisition: docs.vind.com).
- Can I self-host?
- Not in v1. We run on AWS eu-central-1; on-prem and self-hosted options are roadmap items, not v1 commitments.