Uses of Class
com.adyen.model.openbanking.AccountVerificationRoutesRequest
-
Packages that use AccountVerificationRoutesRequest Package Description com.adyen.model.openbanking com.adyen.service.openbanking -
-
Uses of AccountVerificationRoutesRequest in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return AccountVerificationRoutesRequest Modifier and Type Method Description AccountVerificationRoutesRequestAccountVerificationRoutesRequest. country(AccountVerificationCountry country)countrystatic AccountVerificationRoutesRequestAccountVerificationRoutesRequest. fromJson(String jsonString)Create an instance of AccountVerificationRoutesRequest given an JSON stringAccountVerificationRoutesRequestAccountVerificationRoutesRequest. locale(String locale)The language to use in the open banking flow UI, specified by a combination of a two-letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) language code and an [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.AccountVerificationRoutesRequestAccountVerificationRoutesRequest. redirectUrl(String redirectUrl)The URL where Adyen redirects the third-party individual after they complete the open banking flow.AccountVerificationRoutesRequestAccountVerificationRoutesRequest. state(String state)A value that helps you identify the request in callback handling. -
Uses of AccountVerificationRoutesRequest in com.adyen.service.openbanking
Methods in com.adyen.service.openbanking with parameters of type AccountVerificationRoutesRequest Modifier and Type Method Description AccountVerificationRoutesResponseAccountVerificationApi. createAccountVerificationRoutes(AccountVerificationRoutesRequest accountVerificationRoutesRequest)Create routes for account verificationAccountVerificationRoutesResponseAccountVerificationApi. createAccountVerificationRoutes(AccountVerificationRoutesRequest accountVerificationRoutesRequest, RequestOptions requestOptions)Create routes for account verification
-