Challenge notification
Sent when a user-controlled wallet challenge changes state. The lifecycle
state of the challenge is conveyed by the state field on the
notification object.
States covered by this notification type:
COMPLETE: the end user successfully passed the challenge. The associated operation is initiated automatically.FAILED: the challenge failed (for example, an incorrect PIN or an expired challenge). The operation must be re-initiated.
Body
Envelope sent to your endpoint for every webhook notification. The shape of
the notification field depends on notificationType.
ID of the webhook subscription that produced this notification.
"c4d1da72-111e-4d52-bdbf-2e74a2d803d5"
Unique ID for this event notification. Stable across retries of the same event.
"c4d1da72-111e-4d52-bdbf-2e74a2d803d5"
The type of notification.
challenges.initialize The event payload. The schema of this object depends on notificationType.
When the notification was produced.
The version of the notification schema.
Response
Webhook received successfully.