Skip to main content

3D Secure 2 and Strong Customer Authentication (SCA)

How 3D Secure 2 adds an authentication step to card payments, how it relates to PSD2 SCA, and how your Adyen integration handles it.

This page explains what 3D Secure 2 (3DS2) is, how it relates to Strong Customer Authentication (SCA), and how your Valpay integration with Adyen handles the authentication step.

What 3D Secure 2 is

3D Secure 2 is an authentication protocol that adds a layer of verification for card-not-present transactions, such as online payments. During a card payment, the card issuer can confirm that the genuine cardholder is making the purchase before the payment is authorized.

3DS2 supports two implementation styles:

  • Native: the issuer performs authentication inside your website or app, using passive, biometric, or two-factor methods.

  • Redirect: the shopper is sent to the issuer's own site to provide additional data, such as a password or an SMS code. Redirects can lower conversion if shoppers drop out.

How it relates to PSD2 SCA

PSD2 (the Revised Payment Services Directive) is a European regulation that requires Strong Customer Authentication on affected online payments to make them more secure. 3D Secure is Adyen's recommended way to apply SCA, and both 3D Secure 1 and 3D Secure 2 are compliant methods.

A few points to keep in mind:

  • PSD2 applies to banks, not merchants. To comply, issuing banks must refuse non-compliant transactions, so you apply SCA to avoid your payments being refused.

  • Your payments fall in PSD2 SCA scope when both the acquiring entity and the shopper's issuer are in the European Economic Area, Monaco, Switzerland, or the UK.

  • Similar rules exist elsewhere, for example the Payment Services Regulations 2017 in the UK.

Whether 3DS2 is required, and whether it adds friction, depends on the region and the issuer's rules.

Frictionless vs challenge flow

When native 3D Secure 2 runs, a qualifying transaction follows one of two paths, depending on the issuer:

  • Frictionless flow: the parties exchange the needed data in the background using the shopper's device fingerprint. The shopper is not interrupted.

  • Challenge flow: the issuer asks the shopper for more proof, such as a biometric check or a two-factor code, before the payment continues.

Liability shift

A successful 3D Secure authentication can shift chargeback liability for certain fraud-related chargebacks from you to the card issuer. The exact rules depend on the card scheme and region. See Card Payments for related context.

How your integration handles it

How you implement 3DS2 depends on your server-side flow:

  • Sessions flow (recommended): 3D Secure 2 support is built in. You do not need extra configuration. With Drop-in and Components, the 3DS2 challenge is presented automatically as an additional action, so you do not build the authentication UI yourself.

  • Advanced flow / API-only: you handle the authentication step yourself. When Adyen returns an action, you submit the result to the /payments/details endpoint to complete the payment. Adyen also provides a pre-built 3D Secure 2 Component for this.

Note that Apple Pay and Google Pay can carry their own authentication, so a separate 3DS2 challenge may not apply. See Apple Pay and Google Pay.

For the overall payment sequence, see Standard Payment Flow. For questions about your specific SCA obligations, contact Valpay Support.

Did this answer your question?