Skip to main content
Welcome to the StoreKit developer documentation. This section covers everything you need to build integrations with StoreKit.

Webhooks

Webhooks allow you to receive real-time notifications when events occur in your StoreKit stores. Use webhooks to:
  • Sync orders to your POS, kitchen display, or inventory system
  • Trigger automations when orders are placed, accepted, or completed
  • Monitor store status and printer connectivity
  • Track payouts to your bank accounts

Getting Started

  1. Set up an endpoint - Create an HTTPS endpoint in your application to receive webhooks
  2. Register your endpoint - Add your endpoint URL in the StoreKit dashboard
  3. Verify signatures - Implement signature verification for security
  4. Handle events - Process incoming webhooks and respond with a 2xx status
StoreKit uses Svix for reliable webhook delivery. You can use the Svix libraries to simplify signature verification.