Mint demo orders, push them through a simulated gateway, send signed test webhooks to your own endpoint — all in a throwaway sandbox that never moves real money.
A sandbox API key surfaces a stable, clearly-fake dataset across /api/v1 — menu, orders, customers, reviews.
Created orders get a pending demo transaction you can capture or decline from the sandbox checkout.
Every demo order, payment flip and test delivery appends a real event to the sandbox webhook-events feed.
No account or API key required
curl -X POST https://api.orderx.gm/api/sandbox/demo-order \
-H "Content-Type: application/json" \
-d '{ "customerName": "Demo Customer", "pickupDelivery": "pickup" }'demo-order — it lands in the demo business's dashboard with a pending demo transaction./sandbox/capture or /sandbox/decline./api/v1/webhook-events feed, then appears in the dashboard's webhook log.express-test 2.