talech is a cloud point-of-sale platform owned by U.S. Bank and operated through Elavon, serving restaurants, retail, and service businesses with order management, inventory, employee timecards, reporting, online ordering, appointment booking, customer tracking, and gift cards. An unofficial API lets you programmatically pull orders, transactions, inventory items, employees, customers, and sales analytics—and push updates like new orders, menu items, and discounts back into talech.

talech is a cloud point-of-sale platform owned by U.S. Bank and operated through its Elavon subsidiary. It runs on iPad and Android devices and serves restaurants, retail shops, and service businesses, turning a payment terminal into a full suite of business-management tools. Merchants use talech to ring up orders, manage inventory, track employees and hours, run reporting and analytics, take online orders through an integrated microsite, book appointments, and capture customer and loyalty data—across newer offerings like talech Register and the talech Terminal.
Core product areas include:
Common data entities:
Merchants run their daily operations on talech, but the data lives behind a tablet app and a merchant dashboard rather than an open developer surface:
Supergood reverse-engineers talech's authenticated web and mobile-app flows to deliver a resilient API layer over your own merchant account—no partner-portal approval required and no waiting on a public API that does not exist.
Use talech with AI agents: talech MCP Server →
Book a 30-minute session to confirm your talech plan, locations, and authentication model.
We deliver a production-ready talech adapter tailored to your account, locations, and registers.
Go live with continuous monitoring and automatic adjustments as talech and Elavon evolve.
Authentication
/authenticateAuthenticate to a talech merchant account using username/password and obtain a session token for downstream calls.
Orders
/ordersList orders and tickets across locations with filters for status, register, employee, and date range.
Orders
/create_orderCreate a new order or ticket with line items, modifiers, discounts, and customer assignment.
Inventory
/inventoryRetrieve inventory items, categories, stock levels, and low-stock alerts across the catalog.
Payments
/transactionsPull payment transactions, refunds, tips, and settlement detail processed through the talech terminal.
Customers
/customersList customer records, purchase history, and loyalty profiles captured at the point of sale.
- Pull orders, line items, and payment transactions across every talech location into a single warehouse - Stream refunds, tips, and discount events to downstream BI and finance tools - Reconcile daily sales totals against Elavon settlement for accurate revenue reporting
- Push new items, categories, and prices into talech without manual entry per location - Pull stock levels and low-stock alerts to trigger reordering in your supply system - Reconcile on-hand counts across registers and your back-office inventory of record
- Pull customer records and purchase history captured at the point of sale into your CRM - Sync gift card balances and loyalty activity across locations - Trigger marketing workflows when a customer's spend or visit cadence changes
- Pull employee timecards and hours worked into payroll and scheduling systems - Surface peak sales cycles and per-employee performance to operations dashboards - Export reporting data on a schedule instead of manual CSV downloads
Authentication
Username/password handled in a managed session, with MFA replay support where the merchant account requires it
Connectivity
Authenticated web and mobile-app flows reverse-engineered from the talech dashboard, no public API required
Response format
Normalized JSON across Orders, Inventory, Transactions, Customers, and Employees
Rate limits
Adaptive throttling tuned to your merchant account to avoid talech-side limits
Session management
Automatic session refresh, credential rotation, and change detection
Data freshness
Near real-time pulls for orders and transactions with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new orders, payments, refunds, and inventory changes
Latency
Sub-second reads on cached entities; multi-second writes when posting orders and catalog updates
Throughput
Horizontally scaled workers sized to multi-location order and transaction volume
Reliability
Retry, backoff, and idempotency keys for order creation and catalog writes
Adaptation
Continuous monitoring of talech and Elavon dashboard changes and configuration drift across locations
talech does not publish a general-purpose public API. Partner access is gated through the WorksWith Elavon ecosystem and developer portal, which requires approval. Supergood works against your authenticated talech merchant account to deliver an API without that gate.
Yes. talech is owned by U.S. Bank and operated through Elavon, with newer offerings like talech Register and the talech Terminal. Supergood works against the same authenticated talech dashboard regardless of the branding shown to merchants.
Yes. Transactions, refunds, tips, and settlement detail processed through the talech terminal are exposed through the normalized API, so you can reconcile sales against Elavon settlement.
Yes. Orders, inventory, employees, and customers are normalized across every location and register on your account, so you integrate once for the whole merchant footprint.
Yes. In addition to reads, the API supports creating orders and pushing catalog items, prices, and discounts back into talech, subject to your account's entitlements.