Webhook Feedback
Example Webhooks Feedback France when sending Sales Invoices
Webhook example
Webhook : Below Example for positive scenario :
- sales Invoice (France B2B)
- For one Invoice (Order ID the same for all)
- Type : Messages
{
"UpdatedEntityID": 1127664,
"UpdatedEntityType": "Message",
"WebhookUpdateTypeTC": "U",
"EntityDetail": {
"OrderMessage": {
"OrderID": 2816799,
"Description": "Tax report in progress",
"CreationDate": "2026-06-30T16:52:06.21",
"TransportType": "Peppol",
"Trials": 0,
"Destination": "0225:127362116_DEMO",
"MessageDirection": "Outgoing"
},
"AdditionalMessageInformation": {}
}
}{
"UpdatedEntityID": 1127664,
"UpdatedEntityType": "Message",
"WebhookUpdateTypeTC": "I",
"EntityDetail": {
"OrderMessage": {
"OrderID": 2816799,
"CreationDate": "2026-06-30T16:52:06.21",
"TransportType": "Peppol",
"Trials": 0,
"Destination": "0225:127362116_DEMO",
"MessageDirection": "Outgoing"
},
"AdditionalMessageInformation": {}
}
}{
"UpdatedEntityID": 1127664,
"UpdatedEntityType": "Message",
"WebhookUpdateTypeTC": "U",
"EntityDetail": {
"OrderMessage": {
"OrderID": 2816799,
"FileID": "4809a574-3887-411b-9792-66e0be48d99c",
"CreationDate": "2026-06-30T16:52:06.21",
"TransportType": "Peppol",
"Success": true,
"Trials": 0,
"Destination": "0225:127362116_DEMO",
"MessageDirection": "Outgoing"
},
"AdditionalMessageInformation": {
"EInvoiceFlowState": "Sent"
}
}
}{
"UpdatedEntityID": 1127896,
"UpdatedEntityType": "Message",
"WebhookUpdateTypeTC": "I",
"EntityDetail": {
"OrderMessage": {
"OrderID": 2816799,
"Description": "AP: The business document has been validated and forwarded to the recipient.",
"FileID": "1785b916-d26a-49c2-a6d7-5961a3df99e0",
"CreationDate": "2026-06-30T18:34:14.707",
"TransportType": "Peppol",
"Success": true,
"Trials": 0,
"Destination": "0242:000076",
"MessageDirection": "Incoming"
},
"AdditionalMessageInformation": {
"EInvoiceFlowState": "Accepted"
}
}
}More information on Webhooks
Starting page : https://docs.billit.be/docs/webhooks
Updated 17 days ago
Did this page help you?