
Every 3DS 2 transaction resolves to frictionless (no cardholder interaction) or challenge (OTP, push, biometric). The issuer's ACS decides based on the data you submit: device signals, address matches, account history, velocity checks. Frictionless rates commonly run 80–85% for merchants sending complete data. Improve yours by implementing 3DS Method and passing richer account and order context.
Every 3DS 2 transaction resolves to one of two paths: frictionless or challenge. This is what's known as risk based authentication: the issuer's Access Control Server (ACS) decides which path a transaction takes, based on the data the merchant submits. The merchant doesn't control the outcome directly. But the merchant controls the data quality, and data quality is what drives the decision.
In frictionless flow, the issuer's ACS performs passive authentication. The exchange happens entirely in the background: the 3DS Server submits the transaction data to the ACS, the ACS evaluates it against the issuer's risk model, and if the risk score is acceptable, authentication is confirmed without any cardholder interaction.
From the customer's perspective, nothing happens. The checkout proceeds normally. From the merchant's perspective, the transaction carries the authentication values (ECI code and CAVV/AAV) that establish the liability shift, even though no challenge was presented.
Industry benchmarks commonly cite frictionless rates in the 80–85% range for merchants sending complete data, with the remainder routed to challenge flow. If you've ever wondered why was I not challenged by 3DS on one purchase but was on another, this is the answer: it's a per-transaction risk score, not a fixed rule.
The issuer triggers a challenge when its risk model determines the submitted data is insufficient to authenticate with confidence, which is what triggers a 3DS challenge in practice. The challenge is presented inline within the merchant's checkout, embedded via an iframe or native SDK, rather than as a full-page redirect. Common challenge methods include:
Challenge flow adds friction, and industry research generally puts abandonment among challenged customers in the 10–15% range, varying by country, age group, and familiarity with the bank's authentication method. This isn't a reason to avoid 3DS. It's a reason to fix your data submission.
The issuer's risk decision is a scoring function applied to the data elements submitted in the authentication request. No two issuers use identical models, but the factors that carry the most weight across the industry include:
There's no trick here that lets you bypass risk-based authentication. If there were, every merchant would use it and challenge flow would stop existing. What you actually control is whether the ACS has enough signal to make a confident low-risk call. Genuinely risky or ambiguous transactions, a brand-new device, no purchase history, a mismatched shipping address, will still get challenged no matter how clean your integration is, and that's the system working as intended.
Where merchants lose frictionless rate unnecessarily is incomplete or missing data: fields the 3DS protocol supports but the integration never sends. That's the gap worth closing. Steps that consistently help:
None of this eliminates challenge flow, nor should it. It just means the issuer is scoring the transaction you actually have, instead of a thinner, noisier version of it.