| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
ExternalCardholderAuthenticationData |
ThreeDSecure.getExternalCardholderAuthenticationData()
Object containing 3D secure details.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withAcsTransactionId(String value)
Identifier of the authenticated transaction at the ACS/Issuer.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withAppliedExemption(String value)
Exemption code from Carte Bancaire (130) (unknown possible values so far -free format).
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withCavv(String value)
The CAVV (cardholder authentication verification value) or AAV (accountholder authentication value) provides an authentication validation value.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withCavvAlgorithm(String value)
The algorithm, from your 3D Secure provider, used to generate the authentication CAVV.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withDirectoryServerTransactionId(String value)
The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
Example: d4c849f8-24c6-4673-bf34-d0f822c81b16
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withEci(Integer value)
Electronic 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 enrolled
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withFlow(String value)
3D Secure Flow used during this transaction.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withSchemeRiskScore(Integer value)
Global score calculated by the Carte Bancaire (130) Scoring platform.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withThreeDSecureVersion(String value)
The 3-D Secure version used for the authentication.
|
ExternalCardholderAuthenticationData |
ExternalCardholderAuthenticationData.withXid(String value)
The transaction ID that is used for the 3D Authentication
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreeDSecure.setExternalCardholderAuthenticationData(ExternalCardholderAuthenticationData value)
Object containing 3D secure details.
|
ThreeDSecure |
ThreeDSecure.withExternalCardholderAuthenticationData(ExternalCardholderAuthenticationData value)
Object containing 3D secure details.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.