Webhooks are part of the Custom integrations feature, typically on higher
tiers. If you don’t see the Webhooks tab in Settings, your plan may not include
it — see Subscription & licensing.
This is a more technical feature; your developer may help set it up.
How they work
You register an endpoint (a URL) in TillBiz and choose which events it should receive. When one of those events happens, TillBiz sends a signed message to your URL with the details.Add an endpoint
1
Open the Webhooks settings
Go to Settings → Webhooks and click Add endpoint.
2
Enter your URL
Provide the URL where TillBiz should send events.
3
Select events
Choose which events this endpoint should receive — for example order,
payment, and invoice events.
4
Save
The endpoint starts receiving the events you selected.
Signing secret
Each endpoint has a signing secret that TillBiz uses to sign every delivery, so your system can verify a request genuinely came from TillBiz. From the endpoint you can:- Reveal and copy the secret to configure your receiver.
- Regenerate the secret if it’s ever exposed (update your system afterward).
Test & monitor
- Test an endpoint to send a sample delivery and confirm your URL responds — TillBiz reports the HTTP status it got back.
- Open Logs to see recent deliveries, their status, and any failures.