09/10/2026
Back

3DS Authentication Explained: How 3-D Secure Works

5 min09/10/20263DS Authentication Explained: How 3-D Secure Works

3DS authentication is the mechanism that lets a card issuer verify that the person making an online purchase is the legitimate cardholder. It is the reason a payment sometimes prompts for a code, a fingerprint, or an approval in a banking app before completing — and, increasingly, the reason most payments complete without any prompt at all. If you landed here chasing a failed payment rather than the protocol itself, see 3D Secure authentication failed for the shopper-side fixes.

The protocol is formally called 3-D Secure, and it appears under network brand names such as Visa Secure and Mastercard Identity Check. Understanding how it works matters for merchants managing conversion, for issuers designing authentication policy, and for anyone building a card programme, because 3DS determines who bears the loss when a transaction turns out to be fraudulent.

What 3-D Secure Actually Is

The name refers to three domains that participate in the exchange:

Domain

Participants

Role

Issuer domain

Issuing bank and its ACS

Authenticates the cardholder

Acquirer domain

Merchant and acquirer

Initiates the authentication request

Interoperability domain

Card network directory server

Routes messages between the other two

Critically, 3DS is an authentication protocol, not an authorisation protocol. It answers the question "is this the real cardholder?" — not "are there sufficient funds?" The two run as separate steps. A transaction can pass authentication and still be declined for insufficient balance, and a transaction can be authorised without authentication ever taking place.

3DS 1 and 3DS 2

The original protocol dated from the early 2000s and worked by redirecting the shopper to a page hosted by their bank, where they entered a static password. It reduced fraud and it damaged conversion badly — the redirect broke the checkout flow, the password was rarely remembered, and the experience was hostile on mobile, which barely existed when the protocol was designed.

EMV 3-D Secure, universally called 3DS2, replaced it. The card networks have withdrawn support for the original version, so 3DS2 is now the operative standard.

Aspect

3DS 1

3DS 2

Data shared with issuer

Roughly a dozen fields

Around 150 data elements

Typical experience

Redirect to a password page

Usually invisible to the shopper

Mobile support

Poor — designed pre-smartphone

Native SDK for in-app flows

Authentication method

Static password

Biometrics, app approval, one-time codes

Risk assessment

Minimal

Rich, data-driven decisioning

Status

Withdrawn

Current standard

The substantive change is the volume of data. Because the issuer receives extensive context — device characteristics, browser fingerprint, transaction history, billing and shipping details, prior relationship with the merchant — it can assess risk without interrogating the shopper. Most transactions are therefore approved silently.

The Two Flows

Frictionless Flow

The issuer's access control server evaluates the data, concludes the transaction is low risk, and returns an authentication response without any cardholder interaction. The shopper sees nothing. This accounts for the large majority of 3DS2 traffic in mature markets.

Challenge Flow

Where the risk assessment is inconclusive, or where regulation requires explicit authentication, the issuer challenges the cardholder. Modern challenges take several forms:

  • Biometric in the banking app. A push notification approved by fingerprint or face recognition. The lowest-friction challenge and increasingly the default.
  • One-time passcode. A code sent by SMS or email. Widely supported but vulnerable to interception and dependent on message delivery.
  • In-app approval. The cardholder confirms within the issuer's application.
  • Knowledge-based challenge. A password or memorable information. Largely obsolete but still encountered.

Challenge design has a direct commercial effect. A biometric app approval typically completes in seconds with minimal abandonment; an SMS code that arrives late loses the sale. Issuers control this choice, which is why authentication quality varies noticeably between banks.

How the Message Exchange Works

  1. Initiation. The shopper submits payment details. The merchant's 3DS server assembles an authentication request with device, browser, and transaction data.
  2. Routing. The request goes to the network directory server, which identifies the issuer from the card number and forwards it.
  3. Risk assessment. The issuer's access control server evaluates the data against its risk models and history with that cardholder.
  4. Decision. The ACS returns either a frictionless approval or a challenge instruction.
  5. Challenge, if required. The cardholder authenticates via app, biometric, or code. The result returns to the merchant.
  6. Authentication value. On success the issuer issues a cryptographic value proving authentication occurred.
  7. Authorisation. The merchant submits the authorisation request carrying that value. The issuer approves or declines on the usual grounds.

The frictionless path typically completes in a few seconds and is invisible. Only the challenge path is perceptible to the shopper.

Liability Shift

This is the reason merchants adopt 3DS voluntarily, independent of regulation.

Without authentication, a merchant accepting a card-not-present transaction generally bears the loss if the transaction proves fraudulent — the issuer raises a chargeback and the merchant loses both the goods and the payment. Where a transaction is authenticated through 3DS and the issuer approves it, fraud-related chargeback liability generally shifts to the issuer.

The shift is not unconditional. It applies to fraud-related dispute categories, not to disputes about goods not received, goods not as described, or duplicate processing. Scheme rules define the specific categories and vary between networks, and there are exceptions — attempted authentication where the issuer was unavailable, for example, is treated differently from a completed authentication.

The practical calculation for a merchant is a trade between fraud loss and conversion loss. Authentication reduces the first and, when it triggers a challenge, can increase the second. This is why most merchants apply 3DS selectively rather than universally, wherever regulation permits the choice.

3DS and Strong Customer Authentication

In the European Economic Area and the United Kingdom, authentication is not optional for most electronic payments. Regulation requires strong customer authentication, defined as verification using at least two independent factors from three categories:

  • Knowledge. Something only the user knows — a password or PIN.
  • Possession. Something only the user has — a registered device or card.
  • Inherence. Something the user is — a fingerprint, face, or voice.

The factors must be independent, meaning a breach of one does not compromise the other. 3DS2 is the mechanism through which this requirement is met for card payments online.

Exemptions

The regulation defines circumstances where authentication may be skipped. Exemptions are requested by the merchant or acquirer and granted at the issuer's discretion — the issuer may always insist on a challenge.

Exemption

Condition

Low value

Small transactions, subject to cumulative caps on amount and count since the last authentication

Transaction risk analysis

Value below a threshold determined by the provider's measured fraud rate

Trusted beneficiary

The cardholder has added the merchant to a whitelist held by their issuer

Recurring transactions

Subsequent payments of the same amount to the same payee after an authenticated first payment

Secure corporate payments

Payments through dedicated corporate processes with equivalent security

The transaction risk analysis exemption is tiered: the better the fraud performance of the acquirer or issuer, the higher the transaction value that may be exempted. It rewards low fraud rates with better conversion, which is a deliberate design feature of the regime.

Merchant-initiated transactions — such as a subscription charged without the cardholder present — sit outside the scope of the requirement, provided the initial mandate was properly authenticated.

Requirements differ materially by jurisdiction. Markets such as the United States impose no equivalent mandate, so 3DS there remains a commercial choice driven by liability shift rather than a legal obligation.

What 3DS Means for Merchants

  • Send complete data. The richer the data in the authentication request, the more likely a frictionless outcome. Sparse requests produce challenges — this is a large part of why payment gateway integration quality matters as much as the ACS itself.
  • Use exemptions deliberately. Where regulation permits, requesting an exemption on low-risk transactions preserves conversion — but forfeits liability shift on those transactions.
  • Monitor the challenge rate. A rising challenge rate signals a data quality problem or deteriorating fraud performance, and it shows up directly in conversion.
  • Test the mobile experience. In-app authentication uses a different integration path than browser flows and fails differently.
  • Understand what liability shift excludes. It covers fraud disputes, not service or delivery disputes. It is not general chargeback protection.

What 3DS Means for Issuers and Card Programmes

For anyone operating a card programme, 3DS is an obligation rather than an option. The access control server sits on the issuer side, which means the programme must have one — either operated by the issuing bank, provided by the issuer-processor, or supplied by a specialist vendor.

Several decisions follow from that:

  • Authentication method. App-based biometric approval materially outperforms SMS codes on both completion rate and security. It requires an application the cardholder actually has installed.
  • Risk model calibration. Challenging too often damages the user experience and cardholder trust; challenging too rarely raises fraud losses and can jeopardise exemption eligibility.
  • Fallback handling. What happens when the cardholder has no app, no signal, or an unregistered device. Programmes routinely underestimate this path.
  • ACS availability. If the access control server is unreachable, authentication fails and transactions decline. It is a hard real-time dependency.
  • Protocol currency. The specification continues to evolve, adding capabilities such as delegated and decoupled authentication. Programmes need a path to adopt new versions.

For virtual and crypto-linked card programmes this is part of the standard build rather than an add-on, and it is one of the components white-label providers such as SimplifyLabs supply alongside issuance and processing.

Common Misconceptions

  • "3DS always shows a popup." Most 3DS2 transactions complete frictionlessly with no cardholder interaction at all.
  • "3DS prevents all chargebacks." It shifts liability for fraud disputes only. Service and delivery disputes are unaffected.
  • "3DS approves the payment." It authenticates identity. Authorisation is a separate step that can still decline.
  • "3DS is only for Europe." It is a global protocol. Europe mandates it; elsewhere merchants adopt it for liability shift.
  • "Authentication guarantees approval." An authenticated transaction can still be declined for insufficient funds, limits, or the issuer's own fraud rules.

Frequently Asked Questions

What does 3DS stand for?

Three-Domain Secure, referring to the issuer domain, the acquirer domain, and the interoperability domain operated by the card network. It appears commercially as Visa Secure and Mastercard Identity Check.

Is 3DS mandatory?

In the European Economic Area and the United Kingdom, strong customer authentication is required for most electronic payments, and 3DS is how card payments meet it. In markets without such a mandate, it is a commercial choice.

Why do some payments trigger a code and others do not?

The issuer assesses each transaction against its risk model. Low-risk transactions pass frictionlessly. A challenge is triggered by elevated risk signals, an unfamiliar device or merchant, a higher value, or a regulatory requirement with no applicable exemption.

Does 3DS reduce conversion?

The frictionless path has essentially no conversion cost. Challenges do carry abandonment, with the size of the effect depending heavily on the challenge method — app-based biometric approval performs far better than SMS codes.

Who bears the loss on an authenticated fraudulent transaction?

Generally the issuer, under the liability shift. This applies to fraud-related dispute categories and not to disputes about goods or services, and scheme rules define the specific conditions.

Does 3DS apply to subscriptions?

The initial transaction that establishes the mandate normally requires authentication. Subsequent merchant-initiated charges sit outside the scope of the requirement, provided the mandate was properly set up.

What is an access control server?

The issuer-side component that receives authentication requests, assesses risk, decides whether to challenge, and issues the cryptographic value proving authentication took place. Every card programme needs access to one.

Can 3DS be used on mobile apps?

Yes. 3DS2 includes a software development kit for native in-app authentication, avoiding the browser redirect that made the original protocol unusable on mobile.

Будьте в курсі всіх новин від Simplify Labs

Про Simplify

Simplify Labs - постачальник крипто-програмного забезпечення, який пропонує рішення під ключ для підприємців, які прагнуть швидко запустити крипто-бізнес