Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 3.43 KB

AdditionalData3DSecure.md

File metadata and controls

22 lines (15 loc) · 3.43 KB

AdditionalData3DSecure

Properties

Name Type Description Notes
allow3DS2 kotlin.String Indicates if you are able to process 3D Secure 2 transactions natively on your payment page. Send this parameter when you are using `/payments` endpoint with any of our native 3D Secure 2 solutions. > This parameter only indicates readiness to support native 3D Secure 2 authentication. To specify if you want to perform 3D Secure, use Dynamic 3D Secure or send the `executeThreeD` parameter. Possible values: * true - Ready to support native 3D Secure 2 authentication. Setting this to true does not mean always applying 3D Secure 2. Adyen still selects the version of 3D Secure based on configuration to optimize authorisation rates and improve the shopper's experience. * false – Not ready to support native 3D Secure 2 authentication. Adyen will not offer 3D Secure 2 to your shopper regardless of your configuration. [optional]
challengeWindowSize inline Dimensions of the 3DS2 challenge window to be displayed to the cardholder. Possible values: * 01 - size of 250x400 * 02 - size of 390x400 * 03 - size of 500x600 * 04 - size of 600x400 * 05 - Fullscreen [optional]
executeThreeD kotlin.String Indicates if you want to perform 3D Secure authentication on a transaction. > Alternatively, you can use Dynamic 3D Secure to configure rules for applying 3D Secure. Possible values: * true – Perform 3D Secure authentication. * false – Don't perform 3D Secure authentication. Note that this setting results in refusals if the issuer mandates 3D Secure because of the PSD2 directive or other, national regulations. [optional]
mpiImplementationType kotlin.String In case of Secure+, this field must be set to CUPSecurePlus. [optional]
scaExemption kotlin.String Indicates the exemption type that you want to request for the transaction. Possible values: * lowValue * secureCorporate * trustedBeneficiary * transactionRiskAnalysis [optional]
threeDSVersion kotlin.String 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: * 1.0.2: Apply 3D Secure version 1.0.2. * 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. For example, if the configuration is to fall back to 3D Secure 1, we will apply version 1.0.2. * If you prefer 2.1.0 or 2.2.0 but the BIN is not enrolled, you will receive an error. [optional]

Enum: challengeWindowSize

Name Value
challengeWindowSize 01, 02, 03, 04, 05