Key Summary
3D Secure 2 (3DS2) is the authentication protocol that lets a card issuer verify the cardholder during an online payment. For high-risk merchants it is the single most powerful tool available to shift chargeback liability away from your business, but deployed badly it can also destroy your approval rate.
What this guide covers
- How 3DS2 actually works, step by step, and what changed versus the old 3DS1.
- What the liability shift protects you from, and the disputes it will never cover.
- Which PSD2 SCA exemptions you can legitimately use to skip the challenge.
- How to configure 3DS2 so it reduces fraud chargebacks without killing conversion.
Key facts for 2026
- Over 100 data points are shared with the issuer in a 3DS2 authentication request, versus around 15 in the legacy 3DS1 protocol.
- Frictionless authentication is the norm, not the exception: a well configured 3DS2 flow resolves the majority of transactions without ever showing a challenge screen.
- Fraud chargebacks under reason codes such as Visa 10.4 or Mastercard 4837 are the ones the liability shift is designed to move to the issuer. Friendly fraud is not.
What 3D Secure 2 Is and How It Works
3D Secure 2 is the current version of the cardholder authentication protocol used by Visa (Visa Secure), Mastercard (Identity Check), Amex (SafeKey), JCB and Diners. The "3 domains" are the acquiring domain (your acquirer and payment gateway), the issuing domain (the cardholder's bank) and the interoperability domain (the card scheme infrastructure that connects both).
The practical difference with the old 3DS1 is data. 3DS1 redirected the customer to a clunky bank page and asked for a static password. 3DS2 sends the issuer a rich data package before deciding whether any interaction is needed at all: device fingerprint, browser data, billing and shipping address, transaction history with that merchant, cardholder email and phone, and dozens of other signals.
The 3DS2 flow, step by step
- Data collection. Your payment gateway collects device and browser data from the checkout page through the 3DS Method call, before the payment is submitted.
- Authentication request. The 3DS Server sends the authentication request, with all collected data, to the issuer's Access Control Server via the card scheme directory server.
- Issuer risk decision. The issuer scores the transaction in real time and decides between frictionless approval or a challenge.
- Frictionless flow. If the issuer is confident, authentication completes invisibly. The customer never sees an extra screen and you receive the authentication value that carries the liability shift.
- Challenge flow. If the issuer wants more assurance, the customer is asked to confirm through their banking app, a biometric prompt or a one-time code, usually inside an embedded iframe rather than a full redirect.
- Authorisation. The authentication result travels with the authorisation request to the acquirer. The issuer then approves or declines the payment itself.
Authentication and authorisation are two separate things. A transaction can be successfully authenticated by the issuer and still be declined for insufficient funds or issuer risk rules. Reading the two results separately is essential when you diagnose a drop in your approval rate.
Liability Shift: What 3DS2 Actually Protects
The commercial reason to run 3DS2 is the liability shift. When a transaction is authenticated successfully, responsibility for fraudulent-use chargebacks moves from you to the card issuer. For a high-risk merchant operating close to a scheme monitoring threshold, that difference decides whether the account survives.
What the liability shift covers
- Unauthorised transaction disputes where the cardholder claims they did not make or authorise the purchase, typically Visa reason code 10.4 and Mastercard 4837.
- Counterfeit and card-not-present fraud on cards enrolled in the scheme programmes.
- Attempted authentication in many cases: if the issuer is unavailable and the attempt is properly recorded, some schemes still grant the shift.
What it does not cover
- Friendly fraud and buyer's remorse. If the cardholder authenticated the payment and later claims the product was never delivered or was not as described, the dispute goes through service reason codes and the liability stays with you. This is where most high-risk chargebacks actually come from. Our guide on what a friendly chargeback is and how to prevent it covers that side in detail.
- Recurring and merchant-initiated transactions after the initial authentication, which follow their own liability rules.
- Chargeback ratio impact. A shifted chargeback still lands in your dispute count with some acquirers and still shows up in scheme monitoring programmes. Liability shift protects your money, not automatically your ratio.
The conclusion for a high-risk merchant is straightforward: 3DS2 is one layer, not the whole strategy. It has to sit alongside descriptor clarity, delivery evidence and dispute handling, as described in our guide on chargeback prevention strategies that work.
SCA, PSD2 and the Exemptions That Matter
In the European Economic Area and the UK, Strong Customer Authentication is not optional. Under PSD2, card-not-present payments where both the issuer and the acquirer are located in the region must be authenticated with two independent factors: something the customer knows, something they have, and something they are. In practice, 3DS2 is how that requirement is met online.
Outside the EEA and UK, 3DS2 is not mandated but is widely used because of the liability shift. The rule of thumb for a global high-risk merchant is that European traffic is regulated and the rest of your traffic is a commercial decision based on your fraud profile.
Exemptions worth understanding
- Transaction Risk Analysis (TRA). Your acquirer can request an exemption when its own fraud rate is below defined thresholds. The lower the acquirer fraud rate, the higher the value that can be exempted. This is the most valuable exemption for a merchant with clean processing, and it is one of the concrete reasons your choice of acquirer matters.
- Low value payments. Transactions under 30 euros can be exempted, with cumulative counters that force authentication after a number of consecutive exempted payments or once a cumulative amount is reached.
- Recurring transactions of a fixed amount. The first payment is authenticated; subsequent identical charges do not need SCA. This matters for subscription models, covered in our article on recurring billing for high-risk merchants.
- Merchant-initiated transactions. Charges triggered by you rather than by the customer, such as variable subscription amounts, sit outside SCA when they are correctly flagged with the original authentication reference.
- Trusted beneficiaries. The customer can whitelist your business with their bank during a challenge, so future payments skip authentication.
An exemption is a request, never a guarantee. The issuer can always override it and force a challenge, and if you request an exemption and the issuer grants it, you also give up the liability shift for that transaction. Requesting exemptions is a deliberate trade between conversion and protection, and it should be decided segment by segment, not globally.
Why 3DS Can Cost You Sales
Every extra step in a checkout loses customers, and an authentication challenge is a significant extra step. In high-risk verticals the damage is amplified: your average ticket is often higher, your customer base is more international, and issuers are already more suspicious of your merchant category code.
Where the losses actually happen
- Challenge abandonment. The customer is redirected to their banking app, gets distracted, cannot find the one-time code, or simply gives up. The payment is never completed and you never see a decline reason.
- Poor mobile implementations. A full-page redirect on mobile that loses the checkout state is one of the most expensive mistakes an integration can make.
- Sparse data in the authentication request. If your gateway sends the bare minimum of required fields, the issuer has no basis for a frictionless decision and challenges by default.
- Blanket configuration. Forcing challenge on every transaction, including small repeat purchases from known customers, guarantees the worst conversion outcome for a marginal fraud benefit.
- Issuer-side declines after authentication. A successfully authenticated transaction can still be declined in authorisation, and without smart retry logic that sale is lost. Our article on smart routing and payment cascading explains how to recover part of that volume.
The realistic goal is not to avoid 3DS2. It is to make sure that the vast majority of your authentications resolve frictionlessly, and that the challenges that do happen are fast, mobile-native and worth the friction.
How to Deploy 3DS2 Without Killing Conversion
The difference between a 3DS2 setup that protects revenue and one that destroys it is almost always configuration, not the protocol itself. These are the practices that move the numbers for high-risk merchants.
Practical checklist
- Send the maximum data set. Populate every optional field your gateway supports: billing and shipping address, cardholder email and phone, account age, previous transaction history, device and browser data. Rich requests are what buy you frictionless outcomes.
- Implement the 3DS Method call correctly. Device fingerprinting has to run before the authentication request. Skipping it removes the issuer's strongest confidence signal.
- Use embedded challenges, never full redirects. Keep the customer inside your checkout with an iframe challenge window and preserve the cart state if the customer drops out.
- Apply exemptions by segment. Request TRA or low value exemptions for returning customers with clean history and small tickets; authenticate new customers, high tickets and mismatched geolocations.
- Set your own risk rules before 3DS. Filter obviously fraudulent traffic with your fraud engine first. Sending fraud attempts into authentication only pollutes the acquirer fraud rate that determines your TRA eligibility.
- Monitor authentication and authorisation separately. Track frictionless rate, challenge completion rate, authentication success rate and post-authentication approval rate. A single "conversion" number hides where you are actually losing money.
- Flag recurring and merchant-initiated transactions properly. Wrong flags on subsequent charges are a common and silent cause of subscription decline rates.
- Test with real issuers. Sandbox testing validates the integration, not the behaviour of the issuers your customers actually use. Run controlled live volume across your main issuing markets before switching everything on.
Authentication also sits on top of your compliance baseline. If card data touches your systems at any point, read our guide on what PCI DSS is and why it matters before you change your checkout flow.
How NextGen Payment Helps You Get 3DS2 Right
NextGen Payment is a specialist ISO working exclusively with high-risk merchants. We see the same authentication problems across gaming, adult, forex, nutraceutical and subscription businesses, and we configure around them instead of applying a default template.
What we do differently
- Full data enrichment by default: our gateway integration sends the complete 3DS2 data set, which is what pushes issuers towards frictionless decisions instead of challenges.
- Exemption strategy per segment: we define which traffic requests TRA or low value exemptions and which is always authenticated, based on your own fraud and dispute data rather than a global switch.
- Acquirer selection that protects TRA eligibility: we work with 15+ acquiring banks across Europe, Asia and Latin America and route your volume to keep acquirer fraud rates low, which keeps higher exemption thresholds available to you.
- Smart routing and retries: when an authenticated transaction is declined at authorisation, cascading logic reattempts it through an alternative acquirer instead of losing the sale.
- Chargeback monitoring alongside authentication: real-time alerts and representment support for the disputes that the liability shift will never cover.
If your challenge rate is high, your approval rate is falling or your chargebacks keep climbing despite running 3DS, the configuration is usually the cause. Talk to NextGen Payment and we will review your current setup within 24 hours.
Frequently Asked Questions
Is 3D Secure 2 mandatory for high-risk merchants?
In the EEA and the UK, Strong Customer Authentication is a legal requirement for most card-not-present transactions, and 3DS2 is the standard way to comply. Outside those regions it is not mandatory, but most acquirers require it for high-risk merchant categories as a condition of the account.
Does 3D Secure 2 stop all chargebacks?
No. It shifts liability for unauthorised-use fraud disputes to the issuer. Friendly fraud, non-delivery and "not as described" disputes remain your responsibility and, in high-risk verticals, they are usually the larger share of the total.
Will 3DS2 reduce my approval rate?
Badly configured, yes. Correctly configured, it often improves it: issuers approve authenticated transactions at higher rates than unauthenticated ones because the fraud risk sits with them. The variable is the quality of your data and the share of transactions that resolve frictionlessly.
What is the difference between frictionless and challenge flow?
In the frictionless flow the issuer authenticates the customer using the data you sent, with no interaction and no visible extra step. In the challenge flow the customer confirms their identity through their banking app, biometrics or a one-time code. You influence which one happens by how much reliable data you send.
Do recurring subscription payments need 3D Secure every time?
No. The first payment is authenticated and subsequent charges of a fixed amount, or correctly flagged merchant-initiated transactions, are exempt. Incorrect flagging of those subsequent charges is a frequent and avoidable cause of subscription declines.
Can I turn 3D Secure off to improve conversion?
Only outside regulated regions, and it is rarely a good trade for a high-risk merchant. You lose the liability shift on fraud disputes, increase your chargeback exposure and put your merchant account at risk with scheme monitoring programmes. Optimising the flow is almost always better than disabling it.