Online Ordering

Direct to kitchen.
Zero commission.

Your order routes directly to our kitchen display system via POS integration — no third-party platform, no 15–30% commission deducted from our margin, no delay between your order and our prep ticket.

How It Works

Order → POS → Kitchen. In under 2 seconds.

Step 01

Customer places order

Order submitted via our website. Menu items, modifiers, and pickup/delivery preference are captured in a structured payload. Payment processed at submission via Stripe-tokenised card — PCI DSS Level 1 compliant, no card data touches our servers.

Step 02

POS receives & validates

The order is pushed via webhook to our Toast POS integration layer. The POS validates item availability against live inventory in real time — if an item is 86’d, the order is rejected before confirmation and the customer is notified instantly. No manual intervention required.

Step 03

Fires to KDS

Confirmed orders fire automatically to the kitchen display system (KDS) at the relevant station — pizza, prep, or expo — with the prep ticket, modifier details, and customer name. Average time from order submission to KDS display: 1.4 seconds. No printed tickets, no transcription errors.

POS Integration Stack

What’s running under the hood

Our ordering system is built on a direct API integration with Toast POS — not a third-party aggregator that sits between your order and our kitchen. Every order flows through a dedicated integration layer that handles translation, validation, and routing without human touchpoints.

Menu synchronisation happens automatically: when we update an item’s price, availability, or modifiers in Toast, the change propagates to the online ordering interface within 60 seconds. No manual menu updates, no mis-priced items, no embarrassing sold-out situations discovered at the pickup window.

// integration.config.js
const orderConfig = {
pos: “Toast POS”,
integration: “Direct API v2”,
menuSync: “60s interval”,
orderRoute: “webhook → KDS”,
payment: “Stripe (PCI L1)”,
avgLatency: 1.4, // seconds to KDS
uptime: 99.97, // % (30-day avg)
locations: [“chicago”, “dallas”],
commission: 0, // % — we own our orders
}

1.4s

Avg. order-to-KDS latency

99.97%

Uptime (30-day avg)

60s

Menu sync interval

0%

Third-party commission

Compatible POS systems

Currently running Toast. Native integration available for the following systems — no middleware required.

Toast POS Active

Direct API v2 · Webhook routing · Real-time 86 sync

Square for Restaurants

Square Orders API · Menu management sync

Clover

Clover REST API · Order injection endpoint

Lightspeed Restaurant

L-Series API · Table & takeout routing