Webhook
EinvoiceRegistrationRecipientNotFound Webhook
Webhook endpoint for receiving E-invoice registration recipient not found events.
Markets: Finland
This event is triggered when a registration event (add, change or delete) has occurred, but our system could not understand which recipient to match it towards. This probably means that the recipient entered an incorrect customer number in their bank. The registration event is discarded.
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:EinvoiceRegistrationRecipientNotFoundrequiredThe type of callback. Value is "EinvoiceRegistrationRecipientNotFound" for an e-invoice registration recipient not found callback.
- Type: object ·recipient
_information required
Responses
- application/json
Request Example for postEinvoiceRegistrationRecipientNotFound
{
"callback_id": "9ec1c43a-0272-46f0-b4c2-9fe53acdb861",
"callback_timestamp": "2021-11-03T13:28:51.706784Z",
"callback_type": "EinvoiceRegistrationRecipientNotFound",
"recipient_information": {
"customer_number": "1234",
"operation": "ADD",
"personal_identification_number": "DDMMYYCZZZQ",
"electronic_invoicing_address": "123"
}
}
{
"status": "OK"
}