Webhooks
Outbound webhooks — not available yet
BooTickets does not currently send outbound webhooks to your systems (for example, a POST to your endpoint when a ticket is sold). This is something we may add in future.
If you need to react to sales today, you can:
- Listen for the
bt:purchaseDOM event from the Buy ticket button on your own page, or - Poll the API (e.g. fetch an order with
GET /public/orders/{orderId}).
Inbound payment webhooks (handled for you)
BooTickets receives webhooks from payment providers (Stripe and PayPal) to keep order and payout status accurate. These are configured and handled by BooTickets automatically when you connect a payment provider — there's nothing for you to set up, and they're not a public integration point.
