Plays well with everything you already run.
Native integrations for the tools you already run, plus a public API. Keep your gateway, your website, your accountant’s tool of choice. GridMagik slots in, nothing else has to change.
Three core surfaces. Built deep.
Payments, website, calendars — the three integrations every venue needs. We invested hardest here so you don’t have to babysit them.
Payment Gateways & Options
Keep your current gateway or move to SpeedPay. Direct integrations with every major processor and wallet.
Website Integrations
Drop a booking widget into any site, or embed the full checkout. WordPress, Shopify, Webflow, Wix, custom.
Calendar Syncing
Two-way sync with Google Calendar, iCal, Outlook, and scheduling tools so your team lives on one calendar.
Everything else the venue touches.
- Mailchimp
- Klaviyo
- Meta Ads
- Google Ads
- TikTok
- Brevo
- QuickBooks
- Xero
- Sage
- Wave
- FreshBooks
- NetSuite
- GA4
- Segment
- Mixpanel
- Amplitude
- Hotjar
- Fullstory
- HubSpot
- Salesforce
- Pipedrive
- Attio
- Copper
- ActiveCampaign
- Twilio
- SendGrid
- Postmark
- Slack
- Intercom
- Zendesk
- Zapier
- Make
- n8n
- Workato
- Pipedream
- Tray.io
A public API that respects your time.
Versioned REST endpoints, signed webhooks, an official Node SDK, and a sandbox you can blow up. All documented in one place — no support ticket required to read the schema.
- REST + Webhooks with HMAC signatures
- Idempotency keys on every mutating call
- Deterministic sandbox with reset endpoint
- Changelog + deprecation policy, publicly versioned
// Create a booking, attach a waiver, collect payment —
// all in one idempotent call.
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" },
waiver: { template: "axe_standard_v3", requireMinorConsent: true },
payment: { method: "speedpay", tipEnabled: true }
}, { idempotencyKey: "bk_2026_04_18_1900_ava" });
// Every downstream surface updates live:
// · Calendar slot reserved
// · Confirmation + reminder queued
// · Waiver email sent with one-tap e-sign
// · Ledger row pending, payout scheduled for tomorrowConnected doesn’t mean exposed.
Cards handled by Stripe
Card data never touches GridMagik servers. Tokenization and PCI scope live with Stripe.
Cloud-hosted, encrypted
Hosted on a major cloud provider. TLS in transit, encryption at rest on the database.
Self-serve credentials
Rotate API keys any time. Scoped tokens per integration. Activity is logged.
SSO available
SSO can be turned on for larger teams — ask us to enable it on your workspace.
Tell us which tool — we usually ship it within a sprint.
If you’ve wired something together with Zapier and wish it was native, drop us a line. Roughly half of every quarter’s integrations come from operator requests.
- Median build time from request18 days
- Requests shipped last quarter11 of 14
- SDK install + first callunder 10 min
Your stack. Your choice. One platform underneath.
Bring your gateway, your website, your calendar, your accountant’s tool. GridMagik meets them where they are — and makes them better when they arrive.