Webhooks let TillBiz notify your own systems the moment something happens — a sale is made, a payment is received, an invoice is paid. They’re how you connect TillBiz to custom tools and workflows.Documentation Index
Fetch the complete documentation index at: https://docs.tillbiz.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Select events
Choose which events this endpoint should receive — for example order,
payment, and invoice events.
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.