Skip to main content

POS Monitoring

The POS Monitoring tool in the Mozrest Partner Portal gives you full visibility into every communication between Mozrest and your POS system. Use it to verify that your endpoints handle requests correctly — during integration testing and in production.

What You Can Do

  • Verify endpoint responses — confirm your POS returns the expected data when Mozrest sends a create/update/close order request.
  • Trace order lifecycle — follow an order from creation through updates to closure or void.
  • Diagnose failures — see exactly what payload Mozrest sent, what your endpoint returned, and why it failed.
  • Test independently — validate your integration in sandbox without needing Mozrest support.

Accessing the Tool

  1. Log in to the Partner Portal (sandbox) or your production URL.
  2. In the left navigation, open Developer Tools.
  3. Click POS Monitoring.

Dashboard Overview

The dashboard shows a summary of all communication traces with filtering and a detailed trace list.

Summary Cards

CardDescription
Total TracesTotal communications recorded in the selected time period
SuccessTraces that completed successfully (HTTP 200)
FailedTraces that returned an error or failed to complete
PendingTraces still in progress or awaiting a response
Avg DurationAverage response time across all filtered traces

Trace List

Each trace is displayed as a row with the following columns:

ColumnDescription
DatetimeWhen the communication occurred
FlowDirection (e.g. "Mozrest → Oracle Simphony" or "Oracle Simphony → Mozrest")
VenueThe restaurant associated with the trace
RMS ReservationThe reservation ID from the RMS (if applicable)
POS OrderYour order ID and check number
DurationProcessing time in milliseconds
StatusSUCCESS or FAILED

Key Flow Types for POS Partners

As a POS partner, focus on these flow directions:

FlowWhat it shows
Mozrest → POSMozrest sending requests to your endpoints (create order, get tables, etc.)
POS → MozrestYour POS sending webhooks to Mozrest (order updates, closures, voids)
Mozrest → RMSMozrest forwarding your order data to the RMS (for context)

Data Retention

  • All personal guest data (names, phone numbers, emails) is encrypted — never stored in plain text.
  • Trace logs are automatically deleted after 30 days.
  • Order and reservation IDs are retained permanently for historical reference.