Out-of-band authentication requested
webhookbalancePlatform.authentication.relayed
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.
idstringRequired
The unique identifier of the challenge.
paymentInstrumentIdstringRequired
The unique identifier of the payment instrument used for the purchase.
purchaseobjectRequired
The details of the purchase.
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.