threeDSVersion property

  1. @BuiltValueField.new(wireName: r'threeDSVersion')
String? get threeDSVersion

Indicates your preference for the 3D Secure version. > If you use this parameter, you override the checks from Adyen's Authentication Engine. We recommend to use this field only if you have an extensive knowledge of 3D Secure. Possible values: * 2.1.0: Apply 3D Secure version 2.1.0. * 2.2.0: Apply 3D Secure version 2.2.0. If the issuer does not support version 2.2.0, we will fall back to 2.1.0. The following rules apply: * If you prefer 2.1.0 or 2.2.0 but we receive a negative transStatus in the ARes, we will apply the fallback policy configured in your account. * If you the BIN is not enrolled, you will receive an error.

Implementation

@BuiltValueField(wireName: r'threeDSVersion')
String? get threeDSVersion;