Uses of Class
com.onlinepayments.domain.ExternalCardholderAuthenticationData
Packages that use ExternalCardholderAuthenticationData
-
Uses of ExternalCardholderAuthenticationData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ExternalCardholderAuthenticationDataModifier and TypeMethodDescriptionThreeDSecure.getExternalCardholderAuthenticationData()Object containing 3D secure details.ExternalCardholderAuthenticationData.withAcsTransactionId(String value) Identifier of the authenticated transaction at the ACS/Issuer.ExternalCardholderAuthenticationData.withAppliedExemption(String value) Exemption code from Carte Bancaire (130) (unknown possible values so far -free format).The CAVV (cardholder authentication verification value) or AAV (accountholder authentication value) provides an authentication validation value.ExternalCardholderAuthenticationData.withCavvAlgorithm(String value) The algorithm, from your 3D Secure provider, used to generate the authentication CAVV.ExternalCardholderAuthenticationData.withDirectoryServerTransactionId(String value) The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication Example: d4c849f8-24c6-4673-bf34-d0f822c81b16Electronic Commerce Indicator provides authentication validation results returned after AUTHENTICATIONVALIDATION 0 = No authentication, Internet (no liability shift, not a 3D Secure transaction) 1 = Authentication attempted (MasterCard) 2 = Successful authentication (MasterCard) 5 = Successful authentication (Visa, Diners Club, Amex) 6 = Authentication attempted (Visa, Diners Club, Amex) 7 = No authentication, Internet (no liability shift, not a 3D Secure transaction) (empty) = Not checked or not enrolled3D Secure Flow used during this transaction.ExternalCardholderAuthenticationData.withSchemeRiskScore(Integer value) Global score calculated by the Carte Bancaire (130) Scoring platform.ExternalCardholderAuthenticationData.withThreeDSecureVersion(String value) The 3-D Secure version used for the authentication.The transaction ID that is used for the 3D AuthenticationMethods in com.onlinepayments.domain with parameters of type ExternalCardholderAuthenticationDataModifier and TypeMethodDescriptionvoidThreeDSecure.setExternalCardholderAuthenticationData(ExternalCardholderAuthenticationData value) Object containing 3D secure details.ThreeDSecure.withExternalCardholderAuthenticationData(ExternalCardholderAuthenticationData value) Object containing 3D secure details.