{
"event": "billings.create",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"billingId": "<string>",
"id": 12345678,
"date": "2025-01-01T20:00:00.000Z",
"billingAppendixId": "869cd519-beb7-4c8c-a854-760df763daad",
"creditorId": "869cd519-beb7-4c8c-a854-760df763daad",
"currency": "EUR"
}
}Webhooks
Billing created
Notifies when a billing has been created.
WEBHOOK
billings.create
{
"event": "billings.create",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"billingId": "<string>",
"id": 12345678,
"date": "2025-01-01T20:00:00.000Z",
"billingAppendixId": "869cd519-beb7-4c8c-a854-760df763daad",
"creditorId": "869cd519-beb7-4c8c-a854-760df763daad",
"currency": "EUR"
}
}Headers
Sent with every delivery so the receiver can verify the request really comes from Debbie. The token is issued when the webhook is created — compare it with the stored value and reject deliveries that do not match.