post
https://yourapp.example.com/ewity-webhooks/webhooks/bill-created
Sent BY Ewity TO your app's registered webhook endpoint(s). The
path on this page exists only for docs grouping. Identify the event
by theX-Ewity-Eventheader.
Fires when a sale bill is created on the POS. data.bill is a
summary — id, number, type, status, total and the location/customer
ids — not the full bill; fetch GET /sales/{id} (with a role that
grants bill history access) if you need lines and payments.
Voids and refunds are bills too (data.bill.type = void / refund) and each additionally fires its dedicated bill.voided / bill.refunded event with the parent bill reference.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
2XXReceiver acknowledged. Non-2xx and connection failures are logged but not retried — deliveries are best-effort single attempts.