GridMagik has a real Stripe and hosted-booking foundation. Most external POS, calendar, marketing, accounting, CRM, automation, and public API connectors remain in development. This page separates those states so your rollout does not depend on a mock integration.
Payments, website delivery, and calendars are the three integrations most venues ask for first. Open each status page before depending on it in a launch plan.
Stripe Connect, Terminal, multi-tender, and refunds are sandbox beta. Square has a mocked end-to-end Terminal foundation awaiting real credentials and hardware.
Hosted public booking links are available. CMS widgets and embedded checkout connectors remain roadmap work.
The GridMagik operations calendar is live. Google, Microsoft, iCal, and CalDAV sync are planned.
GridMagik's internal product routes are in place, but the public REST surface, official SDK, and resettable sandbox are not generally available yet. Design partners can help shape the first supported contracts.
// Target shape for design-partner review.
// This public SDK is not generally available yet.
const booking = await gridmagik.bookings.create({
venueId: "vn_rooftop_austin",
slotId: "slt_2026_04_18_1900",
guests: 4,
channel: "embed",
contact: { name: "Ava Jansen", email: "ava@example.com" }
}, { idempotencyKey: "bk_2026_04_18_1900_ava" });
// Required before preview release:
// · Tenant-bound authorization
// · Atomic slot reservation
// · Signed webhook delivery + retry
// · Versioned schema and deprecation policyOnline card entry is handed to Stripe Checkout. Each production deployment still needs its Stripe and PCI responsibilities reviewed.
TLS, database encryption, backups, secrets, network policy, monitoring, and data region are confirmed for the environment used at rollout.
Workspace API-key controls are present while the supported public API surface is being rolled out.
Enterprise provider callbacks, safe enforcement, provisioning, recovery, and directory sync are not active in this release.
Share the provider, locations, data direction, and payment or operations workflow you need. We’ll confirm what is live, what is in development, and whether it fits the delivery roadmap.
We'll map your gateway, terminal, website, calendar, accounting, and operations dependencies, then identify what is available, what needs validation, and what belongs on the delivery roadmap.