RelayedAuthenticationRequest |
RelayedAuthenticationRequest.environment(String environment) |
The environment from which the webhook originated.
|
static RelayedAuthenticationRequest |
RelayedAuthenticationRequest.fromJson(String jsonString) |
Create an instance of RelayedAuthenticationRequest given an JSON string
|
RelayedAuthenticationRequest |
RelayedAuthenticationRequest.id(String id) |
The unique identifier of the challenge.
|
RelayedAuthenticationRequest |
RelayedAuthenticationRequest.paymentInstrumentId(String paymentInstrumentId) |
The unique identifier of the [payment
instrument](https://docs.adyen.com/api-explorer/balanceplatform/latest/get/paymentInstruments/_id_)
used for the purchase.
|
RelayedAuthenticationRequest |
RelayedAuthenticationRequest.purchase(Purchase purchase) |
purchase
|
RelayedAuthenticationRequest |
RelayedAuthenticationRequest.threeDSRequestorAppURL(String threeDSRequestorAppURL) |
URL for auto-switching to the threeDS Requestor App.
|
RelayedAuthenticationRequest |
RelayedAuthenticationRequest.timestamp(OffsetDateTime timestamp) |
When the event was queued.
|
RelayedAuthenticationRequest |
RelayedAuthenticationRequest.type(RelayedAuthenticationRequest.TypeEnum type) |
Type of notification.
|