Webhook
EinvoiceRegistrationCreated Webhook
Webhook endpoint for receiving E-invoice registration created events.
This event is triggered when a recipient successfully registered for receiving E-invoices. After receiving this callback, it is advised that the Einvoice delivery method is used.
Body·
required
application/json
- Type: stringcallback
_id requiredUnique identifier generated for each callback.
- Type: stringFormat: date-timecallback
_timestamp requiredAn ISO 8601 compliant timestamp for the callback.
- callback
_type const:EinvoiceRegistrationCreatedrequiredThe type of callback. Value is "EinvoiceRegistrationCreated" for a successful e-invoice registration callback.
- Type: object ·recipient
_information required
Responses
- application/json
Request Example for postEinvoiceRegistrationCreated
{
"callback_id": "9ec1c43a-0272-46f0-b4c2-9fe53acdb861",
"callback_timestamp": "2021-11-03T13:28:51.706784Z",
"callback_type": "EinvoiceRegistrationCreated",
"recipient_information": {
"customer_number": "1234"
}
}
{
"status": "OK"
}