Skip to main content

POS Integration

Connect your reservation system to POS platforms through Mozrest — enabling real-time order sync, table matching, and bill reconciliation.

How It Works

When a guest is seated, Mozrest creates an order in the POS and keeps it synchronised as the reservation evolves. The RMS receives order updates (items, checks, payments) via webhooks, and can push reservation changes back to the POS through Mozrest.

Key concepts
  • All IDs are yoursvenueId and bookingId always refer to your RMS identifiers, never Mozrest internal IDs.
  • A reservation may contain multiple checks (split bills).
  • The RMS is responsible for matching checks to the corresponding reservation.
  • Check statuses are: OPEN, CLOSE, VOID.
  • Webhook delivery is asynchronous with exponential backoff on failure.

Integration Guide

Resources