Out-of-band authentication requested
Adyen sends this webhook when a cardholder must perform out-of-band authentication.
To complete the authentication process, respond to this webhook with an HTTP 200 response. Include the authenticationDecision
in the response body.
If we do not receive the response within two seconds, the authentication process stops.
The environment from which the webhook originated. Possible values: test, live.
The unique identifier of the challenge.
The unique identifier of the payment instrument used for the purchase.
The details of the purchase.
URL for auto-switching to the threeDS Requestor App. If not present, the threeDS Requestor App doesn't support auto-switching.
When the event was queued.
Type of notification.
When you receive a webhook, you must respond with an HTTP status code.
HTTP Responses
200 - OK
The request has succeeded.
400 - Bad Request
A problem reading or understanding the request.
401 - Unauthorized
Authentication required.
403 - Forbidden
Insufficient permissions to process the request.
422 - Unprocessable Entity
A request validation error.
500 - Internal Server Error
The server could not process the request.