Class Transaction.CardholderAuthentication.Builder
-
- All Implemented Interfaces:
public final class Transaction.CardholderAuthentication.BuilderA builder for CardholderAuthentication.
-
-
Method Summary
-
-
Method Detail
-
_3dsVersion
final Transaction.CardholderAuthentication.Builder _3dsVersion(String _3dsVersion)
The 3DS version used for the authentication
-
_3dsVersion
final Transaction.CardholderAuthentication.Builder _3dsVersion(Optional<String> _3dsVersion)
The 3DS version used for the authentication
-
_3dsVersion
final Transaction.CardholderAuthentication.Builder _3dsVersion(JsonField<String> _3dsVersion)
The 3DS version used for the authentication
-
acquirerExemption
final Transaction.CardholderAuthentication.Builder acquirerExemption(Transaction.CardholderAuthentication.AcquirerExemption acquirerExemption)
Whether an acquirer exemption applied to the transaction.
-
acquirerExemption
final Transaction.CardholderAuthentication.Builder acquirerExemption(JsonField<Transaction.CardholderAuthentication.AcquirerExemption> acquirerExemption)
Whether an acquirer exemption applied to the transaction.
-
authenticationResult
final Transaction.CardholderAuthentication.Builder authenticationResult(Transaction.CardholderAuthentication.AuthenticationResult authenticationResult)
Indicates what the outcome of the 3DS authentication process is.
-
authenticationResult
final Transaction.CardholderAuthentication.Builder authenticationResult(JsonField<Transaction.CardholderAuthentication.AuthenticationResult> authenticationResult)
Indicates what the outcome of the 3DS authentication process is.
-
decisionMadeBy
final Transaction.CardholderAuthentication.Builder decisionMadeBy(Transaction.CardholderAuthentication.DecisionMadeBy decisionMadeBy)
Indicates which party made the 3DS authentication decision.
-
decisionMadeBy
final Transaction.CardholderAuthentication.Builder decisionMadeBy(JsonField<Transaction.CardholderAuthentication.DecisionMadeBy> decisionMadeBy)
Indicates which party made the 3DS authentication decision.
-
liabilityShift
final Transaction.CardholderAuthentication.Builder liabilityShift(Transaction.CardholderAuthentication.LiabilityShift liabilityShift)
Indicates whether chargeback liability shift applies to the transaction. Possible enum values:
* `3DS_AUTHENTICATED`: The transaction was fully authenticated through a 3-D Secure flow, chargeback liability shift applies. * `ACQUIRER_EXEMPTION`: The acquirer utilised an exemption to bypass Strong Customer Authentication (`transStatus = N`, or `transStatus = I`). Liability remains with the acquirer and in this case the `acquirer_exemption` field is expected to be not `NONE`. * `NONE`: Chargeback liability shift has not shifted to the issuer, i.e. the merchant is liable.TOKEN_AUTHENTICATED: The transaction was a tokenized payment with validated cryptography, possibly recurring. Chargeback liability shift to the issuer applies.
-
liabilityShift
final Transaction.CardholderAuthentication.Builder liabilityShift(JsonField<Transaction.CardholderAuthentication.LiabilityShift> liabilityShift)
Indicates whether chargeback liability shift applies to the transaction. Possible enum values:
* `3DS_AUTHENTICATED`: The transaction was fully authenticated through a 3-D Secure flow, chargeback liability shift applies. * `ACQUIRER_EXEMPTION`: The acquirer utilised an exemption to bypass Strong Customer Authentication (`transStatus = N`, or `transStatus = I`). Liability remains with the acquirer and in this case the `acquirer_exemption` field is expected to be not `NONE`. * `NONE`: Chargeback liability shift has not shifted to the issuer, i.e. the merchant is liable.TOKEN_AUTHENTICATED: The transaction was a tokenized payment with validated cryptography, possibly recurring. Chargeback liability shift to the issuer applies.
-
threeDSAuthenticationToken
final Transaction.CardholderAuthentication.Builder threeDSAuthenticationToken(String threeDSAuthenticationToken)
Unique identifier you can use to match a given 3DS authentication (available via the three_ds_authentication.created event webhook) and the transaction. Note that in cases where liability shift does not occur, this token is matched to the transaction on a best-effort basis.
-
threeDSAuthenticationToken
final Transaction.CardholderAuthentication.Builder threeDSAuthenticationToken(Optional<String> threeDSAuthenticationToken)
Unique identifier you can use to match a given 3DS authentication (available via the three_ds_authentication.created event webhook) and the transaction. Note that in cases where liability shift does not occur, this token is matched to the transaction on a best-effort basis.
-
threeDSAuthenticationToken
final Transaction.CardholderAuthentication.Builder threeDSAuthenticationToken(JsonField<String> threeDSAuthenticationToken)
Unique identifier you can use to match a given 3DS authentication (available via the three_ds_authentication.created event webhook) and the transaction. Note that in cases where liability shift does not occur, this token is matched to the transaction on a best-effort basis.
-
verificationAttempted
final Transaction.CardholderAuthentication.Builder verificationAttempted(Transaction.CardholderAuthentication.VerificationAttempted verificationAttempted)
Indicates whether a 3DS challenge flow was used, and if so, what the verification method was. (deprecated, use
authentication_result)
-
verificationAttempted
final Transaction.CardholderAuthentication.Builder verificationAttempted(JsonField<Transaction.CardholderAuthentication.VerificationAttempted> verificationAttempted)
Indicates whether a 3DS challenge flow was used, and if so, what the verification method was. (deprecated, use
authentication_result)
-
verificationResult
final Transaction.CardholderAuthentication.Builder verificationResult(Transaction.CardholderAuthentication.VerificationResult verificationResult)
Indicates whether a transaction is considered 3DS authenticated. (deprecated, use
authentication_result)
-
verificationResult
final Transaction.CardholderAuthentication.Builder verificationResult(JsonField<Transaction.CardholderAuthentication.VerificationResult> verificationResult)
Indicates whether a transaction is considered 3DS authenticated. (deprecated, use
authentication_result)
-
additionalProperties
final Transaction.CardholderAuthentication.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Transaction.CardholderAuthentication.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Transaction.CardholderAuthentication.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Transaction.CardholderAuthentication.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Transaction.CardholderAuthentication.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Transaction.CardholderAuthentication build()
-
-
-
-