Uses of Class
com.adyen.model.payment.AuthenticationResultRequest
-
Packages that use AuthenticationResultRequest Package Description com.adyen.model.payment com.adyen.service -
-
Uses of AuthenticationResultRequest in com.adyen.model.payment
Methods in com.adyen.model.payment that return AuthenticationResultRequest Modifier and Type Method Description static AuthenticationResultRequestAuthenticationResultRequest. fromJson(String jsonString)Create an instance of AuthenticationResultRequest given an JSON stringAuthenticationResultRequestAuthenticationResultRequest. merchantAccount(String merchantAccount)The merchant account identifier, with which the authentication was processed.AuthenticationResultRequestAuthenticationResultRequest. pspReference(String pspReference)The pspReference identifier for the transaction. -
Uses of AuthenticationResultRequest in com.adyen.service
Methods in com.adyen.service with parameters of type AuthenticationResultRequest Modifier and Type Method Description AuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest)Get the 3DS authentication resultAuthenticationResultResponsePaymentApi. getAuthenticationResult(AuthenticationResultRequest authenticationResultRequest, RequestOptions requestOptions)Get the 3DS authentication result
-