Webhook

EinvoiceRegistrationDeleted Webhook

Webhook endpoint for receiving E-invoice registration deleted events.

This event is triggered when a recipient successfully deregistered from receiving E-invoices. Unless followed by a new registration, new e-invoice delivery requests will be blocked.

Body·
required
application/json
  • callback_id
    Type: string
    required

    Unique identifier generated for each callback.

  • callback_timestamp
    Type: stringFormat: date-time
    required

    An ISO 8601 compliant timestamp for the callback.

  • callback_type
    const:  
    EinvoiceRegistrationDeleted
    required

    The type of callback. Value is "EinvoiceRegistrationDeleted" for a successful e-invoice registration deletion callback.

  • recipient_information
    Type: object ·
    required
Responses
  • application/json
Request Example for postEinvoiceRegistrationDeleted
{
  "callback_id": "9ec1c43a-0272-46f0-b4c2-9fe53acdb861",
  "callback_timestamp": "2021-11-03T13:28:51.706784Z",
  "callback_type": "EinvoiceRegistrationDeleted",
  "recipient_information": {
    "customer_number": "1234"
  }
}
{
  "status": "OK"
}