signer.identification_succeeded

This event is triggered whenever the Signer succeeded to verify their identity. This event is only triggered for the following electronic signature levels: Advanced Electronic Signature (AES) and Qualified Electronic Signature (QES).

Payload
uuid
required

A unique identifier for this webhook event.

const
enum
required

The name of the webhook event that was triggered.

Allowed:
string
required

The timestamp (Unix epoch format) when the event occurred. It will stay constant even through retries.

uuid
required

The unique identifier of the webhook subscription that received this event.

string
required

Description of the webhook subscription.

boolean
required

A boolean indicating whether this event was triggered in a sandbox environment (true) or in production (false).

data
object
required

Contains detailed information about the Signature Request and the Signer that triggered this event.

Responses
2XX

Webhook received successfully.

3XX

Webhook redirected (max 2 allowed). Additional redirects will be ignored and delivery will be marked as failed.

4XX

Webhook delivery failed. Your server rejected the request.

Payload
Choose an example