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

  • Wolt — integrated for delivery & pickup orders
  • Bolt Food — integrated for delivery & pickup orders
  • Viva Wallet — integrated for card payments
  • Peppol — integrated for e-invoicing (beta)
  • Malta Tax & Customs Administration — fiscal compliance

Delivery aggregators

  • Wolt

    live

    Push your menu, accept Wolt orders into the same KDS, and reconcile aggregator payouts in the backoffice.

  • Bolt Food

    live

    Same KDS, same backoffice reconciliation. Wolt and Bolt orders treated as first-class alongside in-house revenue.

Payments

  • Viva Wallet

    live

    Card-terminal integration for tap, chip & PIN. Settlement reports flow into the backoffice end-of-day.

  • Stripe

    planned

    Online payment links and saved-card flows for subscription operators. Roadmap item — not live in v1.

Fiscal & e-invoicing

  • Peppol / ViDA

    beta

    UBL output and CTC transmission. Currently in beta with selected pilot customers — see the compliance page for the honest status.

Accounting

  • Xero

    planned

    Push daily sales and Z-report aggregates straight into Xero. Roadmap item — not live in v1.

Hardware

  • Epson TM-m30iii

    live

    Thermal receipt printer supported out of the box. Pair via USB or LAN; templates configurable per site.

Developers

  • REST API & webhooks

    live

    OAuth-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.

Wiring an integration? Talk to engineering on a demo.