NCR Aloha is a point-of-sale (POS) system used by restaurants to take orders, send them to the kitchen, process payments, and report sales. With an unofficial API, you can pull menus and item availability, push paid online orders directly to the POS, and export end-of-day sales for

NCR Aloha (now part of NCR Voyix) is a restaurant POS platform used by single- and multi-unit operators. It spans front-of-house ordering and payments, kitchen routing, reporting, and back-office tools—available in both cloud and legacy on-prem deployments.
Core product areas include:
Common data entities:
Restaurants rely on Aloha daily, but turning POS workflows into automated, real-time integrations can be difficult:
Supergood reverse-engineers authenticated browser flows and network interactions to deliver a resilient API endpoint layer for your Aloha workflows.
Book a 30-minute session to confirm your Aloha product mix, licensing, and authentication model.
We deliver a hardened Aloha adapter tailored to your workflows and entitlements.
Go live with continuous monitoring and automatic adjustments as Aloha evolves.
Authentication
/auth/sessionsEstablish a session using credentials. Supergood manages MFA and SSO/OAuth when enabled. Returns a short-lived auth token and accessible locations.
Authentication
/auth/sessions/refreshRefresh an existing token to keep sessions uninterrupted.
Menus
/menusRetrieve the current menu structure for a location, including categories, items, modifiers, and price levels.
Orders
/ordersCreate a new check/order in Aloha for a given location and revenue center. Supports external (already paid) tenders for online orders.
Sales
/sales/transactionsRetrieve normalized checks/transactions for a date range, with tender and tax breakdowns for reconciliation and analytics.
- Push paid orders into Aloha with correct revenue center and dining option - Send items/modifiers to the KDS with promised times and customer notes - Mark checks as paid with external tenders for clean reconciliation
- Pull menu trees (categories, items, modifiers, price levels) for each location - Detect daypart- and location-specific variations and normalize for channels - Toggle item availability (86) or update price levels programmatically
- Retrieve end-of-day (EOD) and intraday sales with taxes, tips, surcharges - Break down tenders (cash, card, gift, external) and discounts/comps - Feed normalized transactions into your data warehouse or GL mappings
- Track order status changes (bumped, voided, reopened) for service metrics - Aggregate item- and modifier-level performance across locations - Power dashboards without manual report exports
Authentication
Username/password with MFA (SMS, email, TOTP) and SSO/OAuth where enabled; supports service accounts or customer-managed credentials
Response format
JSON with consistent resource schemas and pagination across Aloha Cloud and supported on-prem footprints
Rate limits
Tuned for enterprise throughput while honoring licensing and usage controls
Session management
Automatic reauth and cookie/session rotation with health checks and store selection
Data freshness
Near real-time retrieval of menus and orders; intraday and EOD sales exports
Security
Encrypted transport, scoped tokens, and audit logging; respects Aloha entitlements; no storage of raw card PANs—external tenders only
Webhooks
Optional asynchronous delivery for order status updates and batched sales closures
Latency
Sub-second responses for list/detail queries under normal load
Throughput
Designed for high-volume order injection and multi-location menu sync
Reliability
Retry logic, backoff, and idempotency keys minimize duplicate actions
Adaptation
Continuous monitoring for UI/API changes with rapid adapter updates across Aloha versions
Supergood supports Aloha Cloud and selected on-prem Aloha environments that expose functionality via authenticated portals or partner endpoints. Coverage depends on your licensing and modules (e.g., menu management, reporting). We scope specifics during integration assessment.
Access to certain datasets and actions is often gated behind paid add-ons and partner agreements, sometimes priced per location. Supergood operates strictly within your licensed entitlements. Where real-time APIs aren’t available, we automate portal workflows and exports to deliver equivalent outcomes with auditability.
Yes. We support creating checks with external tenders, assigning the appropriate revenue center and dining option, and sending to the kitchen. We return Aloha order/check identifiers for reconciliation.
We normalize menu trees, dayparts, and price levels across stores to a common schema. You can programmatically toggle item availability and detect location-specific overrides.
We can deploy a lightweight connector that establishes outbound-only, encrypted channels to Supergood. Credentials and MFA challenges are stored and handled securely with audit logging and rotation.
No. We do not handle raw card PANs. For reconciliation, we surface tender types, amounts, tips, and references/tokens (e.g., auth IDs) where available.