Developers
Three ways to integrate, mixed per surface.
Hosted, embedded, or raw API. Nothing forces you to pick one model for the whole program, and moving between them does not require a migration.
Hosted
Days to live
We host the guest ordering site, Pay-by-Link pages, the loyalty portal and the merchant dashboard on your domain, themed with your tokens. You write no frontend code and still own the URL, the brand and the pricing.
Fastest route to a live merchant, and the default for most partners.
Embedded
Two to four weeks to live
Drop our components into your own application. Onboarding, menu management, reporting and payouts render inside your product with your layout and navigation around them, authenticated by short-lived session tokens you mint server side.
Right when you already have a merchant-facing app and want one login.
API
Four weeks and up to live
Build your own interface end to end against the REST API and webhooks. You control every pixel and every workflow, and you take on the frontend work and the upgrade path.
Right for partners with an engineering team and an opinionated product.
Authentication
Keys, scopes and sessions.
Partner keys are issued per environment and per capability. Merchant-scoped session tokens are minted server side, expire in fifteen minutes, and never carry more capability than the partner key that created them. Rotation is online, with an overlap window so nothing breaks mid-shift.
POST /v1/sessions
{ "merchant": "mrc_18f",
"scopes": ["orders.read", "menus.write"] }
{ "token": "sess_...", "expires_in": 900 }
Versioning
Dated API versions, pinned per key. Breaking changes ship in a new version, never in place.
Rate limits
Per key and per merchant, published in response headers, raised on request for real volume.
Sandbox parity
Sandbox and production share the schema and the event set, so cutover is boring.
Ready to get started?
Create a partner account and start branding the platform in minutes. Everything runs in a sandbox until you publish.
Start in a sandbox
A named sandbox with test merchants, test cards and simulated webhooks, from the moment you sign up.
See the path to liveRead the pricing model
Wholesale price sheet, platform floor, and the four price layers you control.
Pricing model