EinvoiceRegistrationIdentificationMismatch Webhook
Webhook endpoint for receiving E-invoice registration identification mismatch events.
Markets: Finland
This event is triggered when a recipient tries to register for E-invoices, but the provided second identifier does not match the one stored with Billogram. When this event happens, the recipient themselves get no feedback from the banks. The action is also blocked, meaning no action is taken by the Billogram system other than sending the callback.
For the Finnish market, the second identifier is the personal identity code.
The two-factor verification exists to prevent incorrect registrations.
- 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:EinvoiceRegistrationIdentificationMismatchrequiredThe type of callback. Value is "EinvoiceRegistrationIdentificationMismatch" for an e-invoice registration identification mismatch callback.
- Type: object ·recipient
_information required
- application/json
{
"callback_id": "9ec1c43a-0272-46f0-b4c2-9fe53acdb861",
"callback_timestamp": "2021-11-03T13:28:51.706784Z",
"callback_type": "EinvoiceRegistrationIdentificationMismatch",
"recipient_information": {
"customer_number": "1234",
"operation": "ADD",
"existing_personal_identification_number": "DDMMYYCZZZQ",
"new_personal_identification_number": "123"
}
}
{
"status": "OK"
}