Registration Blocked
Understanding the Event
The registration.blocked event is automatically triggered when a registration's data has been verified and blocked by our internal team.
Payload Fields
webhook_idstringA unique identifier for this webhook in a UUID format.
Example: 123e4567-e89b-12d3-a456-426614174000
eventstringThe name of the event that triggered this webhook.
Value: registration.blocked
messagestringProvides a human-readable message indicating the result of the webhook event.
Value: The registration has been blocked
registration_idstringThe unique identifier for the registration in a UUID format.
Example: 123e4567-e89b-12d3-a456-426614174000
statusstringThe status of the registration
Value: blocked
packagestringThe package selected by the customer.
Possible values: self or assisted
urlstringThe URL of the registration
Example: https://app.beglaubigt.de/register/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000
client_referencestringYour custom reference string provided during registration creation.
Example: REF-2025-001
timestampstringThe exact date and time when the webhook was triggered, formatted as an ISO 8601 string in UTC.
Example: 2025-06-01T08:00:00.443Z
{
"webhook_id": "123e4567-e89b-12d3-a456-426614174000",
"event": "registration.blocked",
"message": "The registration has been blocked.",
"incorporation_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "initiated",
"package": "assisted",
"blocked_reason": "Invalid registration number.",
"url": "https://app.beglaubigt.de/register/acme-holding-gmbh/123e4567-e89b-12d3-a456-426614174000",
"client_reference": "REF-2025-001",
"timestamp": "2025-10-18T12:00:00Z"
}