Webhooks
Webhooks push account events to your own URL over HTTPS, so you don’t have to poll. Set them up in Webhooks in the dashboard.
Events
Section titled “Events”order.filled— an order was deliveredorder.failed— an order failed and was refundeddeposit.credited— a deposit was credited to your balanceautomation.paused— a rule paused (balance too low)automation.resumed— a rule auto-resumed after top-up
Set one up
Section titled “Set one up”- Add an endpoint (HTTPS URL) and choose which events to receive.
- Copy the signing secret shown once — you’ll use it to verify deliveries.
- Send a test ping to check your endpoint receives events.
Every delivery is signed so you can confirm it really came from us. For the signature format and a verification example, see the developer Webhooks reference.