Skip to main content
WEBHOOK

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Body

application/json

Payload delivered for the verification.requirements_updated webhook event.

type
string
required

Webhook event identifier.

Allowed value: "verification.requirements_updated"
user_id
string
required

Public IIBAN-derived user identifier.

Response

2XX

Delivery endpoint accepted the webhook.