AnyLearn
All lessons
Businessintermediate

Declines, 3-D Secure, and Chargebacks: The Failure Paths

Payments engineering is mostly failure engineering. This lesson covers the decline taxonomy and what a merchant may do about each kind, how strong customer authentication and 3-D Secure actually work including the exemptions with their 0.13 and 0.06 percent fraud thresholds, who eats a fraudulent transaction and when that liability shifts, and the chargeback machine from dispute to representment.

Updated · AI-authored, review-gated · how lessons are made

Not signed in: your progress and quiz score won't be saved.
Progress1 / 8

The happy path is the minority feature

An approved, undisputed, settled payment needs almost no engineering attention. The failure paths are where the work lives, and there are exactly three families of them.

  • The payment never happens: declines, at authorization time.
  • The payment is challenged before it happens: authentication, where a suspicious transaction is forced through an extra identity check.
  • The payment happens and is then unwound: disputes and chargebacks, up to months later.

Each family has its own machinery, its own economics, and its own rulebook, and they trade off against each other. Decline more and you lose real sales along with the fraud. Authenticate more and you add friction that kills conversion. Accept more and the chargebacks arrive later with fees attached.

A payments team is permanently tuning the three dials against each other, and everything in this lesson is the mechanics behind one of the dials.

Full lesson text

All 8 steps on one page, for reading, reference, and search.

Show

1. The happy path is the minority feature

An approved, undisputed, settled payment needs almost no engineering attention. The failure paths are where the work lives, and there are exactly three families of them.

  • The payment never happens: declines, at authorization time.
  • The payment is challenged before it happens: authentication, where a suspicious transaction is forced through an extra identity check.
  • The payment happens and is then unwound: disputes and chargebacks, up to months later.

Each family has its own machinery, its own economics, and its own rulebook, and they trade off against each other. Decline more and you lose real sales along with the fraud. Authenticate more and you add friction that kills conversion. Accept more and the chargebacks arrive later with fees attached.

A payments team is permanently tuning the three dials against each other, and everything in this lesson is the mechanics behind one of the dials.

2. Reading a decline

A decline arrives as a response code from the issuer, and the single most important skill is separating the codes by what they permit you to do next.

Decline familyExamplesWhat it meansRetry?
Hard declineStolen card, closed account, invalid numberThe card should never be tried againNever
Soft declineInsufficient funds, issuer unavailable, limit exceededA temporary conditionLater, with judgement
Do not honourThe catch-all refusalThe issuer declined without saying whySometimes, once
Authentication requiredSoft decline demanding 3-D SecureRetry immediately with authenticationYes, with 3DS

Two operational rules follow. Retrying hard declines is worse than useless: issuers and networks track excessive reattempts, penalise them with fees, and downgrade the merchant's reputation, which raises future decline rates. And the do-not-honour code, the most common decline in card-not-present traffic, is deliberately opaque: the issuer's fraud model said no and will not explain. Subscription businesses live and die by how intelligently they schedule retries around these codes, which is why smart retry timing is a headline feature of every billing platform.

3. Strong customer authentication: the European baseline

In the European Economic Area, the second Payment Services Directive made customer authentication a legal requirement rather than a merchant choice. Strong customer authentication, SCA, demands that electronic payments be verified with at least two of three independent factors:

  • Knowledge: something only the user knows, like a password or PIN.
  • Possession: something only the user has, like the phone that receives the approval prompt.
  • Inherence: something the user is, like a fingerprint or face.

The factors must be independent, so a breach of one does not compromise the others. A one-time code sent to the same phone that holds the banking app still counts as possession plus knowledge in practice, but the design intent is layered proof of identity.

Key idea: SCA moved the default from "authenticate when suspicious" to "authenticate unless exempt". The commercial action in European payments is therefore not in performing authentication, which is mandatory, but in lawfully avoiding it, through the exemptions in the next step.

4. The exemptions, and the thresholds that gate them

The regulation's authors knew that authenticating every transaction would strangle commerce, so the technical standards define exemptions. Four matter in practice.

Low-value transactions under 30 EUR may skip SCA, with velocity limits: after five consecutive exempted payments, or 100 EUR of cumulative exempted spending on the card, authentication must be applied and the counters reset.

Transaction risk analysis, TRA, is the commercially significant one: a payment provider whose measured fraud rate is low enough may exempt transactions up to amount tiers tied to that fraud rate.

TRA exemption: maximum fraud rate by transaction tier
% fraud rate00.050.10.150.130.06Up to 100 EURUp to 250 EUR
Source: PSD2 Regulatory Technical Standards on SCA, reference fraud rate thresholds

Trusted beneficiaries lets a cardholder whitelist a merchant with their bank, exempting future payments. And merchant-initiated transactions, like subscription renewals charged while the customer is absent, sit outside SCA's scope entirely once the mandate was set up with authentication.

The grid explains modern European checkout design: keep baskets under thresholds where you can, earn a low fraud rate to unlock TRA, and set up recurring payments as properly authenticated mandates once.

5. 3-D Secure: the protocol that carries all this

3-D Secure is the network protocol through which card-not-present authentication actually happens: the merchant's checkout, the network's directory, and the issuer's authentication system, three domains, hence the name.

The modern version, 3-D Secure 2, was designed around a crucial idea: most authentications should be invisible. The merchant sends the issuer a rich data payload with the authentication request, device characteristics, address, transaction context, and the issuer's risk engine chooses one of two flows:

  • Frictionless flow. The issuer is satisfied by the data alone and authenticates silently. The customer sees nothing.
  • Challenge flow. The issuer demands proof, typically a prompt in the banking app or a biometric check, and the customer must act.

The share of traffic that goes frictionless is a quality score for the whole setup: better data in the request means more silent approvals, higher conversion, and the same legal compliance. Weak integrations that send thin payloads get challenged constantly and blame the regulation for their checkout drop-off.

One more thing rides on the protocol, and it is the part merchants care about most: liability.

6. Who eats the fraud

When a transaction turns out to be fraudulent, somebody absorbs the loss, and the allocation follows rules worth knowing cold.

Predict first

A stolen card number is used at an online shop. The real cardholder disputes it. The merchant shipped the goods in good faith. Who loses the money: the cardholder, the merchant, or the bank?

This is the liability shift, and it is the quiet price of every exemption: TRA and low-value exemptions keep checkout smooth precisely by leaving fraud liability with the merchant side. Choosing between friction and liability, transaction by transaction, is what payment orchestration logic actually does all day.

7. The chargeback machine

A chargeback is the scheme-rule mechanism that lets an issuer claw back a settled payment on the cardholder's behalf. It is not a refund: it is an adversarial process with stages, deadlines and fees, run under the network's rulebook.

The cardholder disputes a transaction with their issuer, citing a reason: fraud, goods not received, not as described, duplicate processing. The issuer raises the chargeback under the matching reason code; the money is pulled back from the acquirer, and therefore from the merchant, immediately, guilty until proven innocent.

The merchant then chooses: accept the loss, or fight through representment by submitting evidence, delivery confirmation, authentication records, correspondence. The issuer reviews; if it stands its ground the dispute can escalate to pre-arbitration and finally network arbitration, where the scheme itself rules and the loser pays meaningful fees.

Deadlines run through the whole machine: cardholders generally have up to 120 days from the transaction or expected delivery under the major schemes' rules, and each response stage gives the parties fixed windows measured in days to weeks.

flowchart TD
A["Cardholder disputes with issuer"] --> B["Issuer raises chargeback with reason code"]
B --> C["Funds pulled back from merchant"]
C --> D["Merchant decision"]
D --> E["Accept the loss"]
D --> F["Represent with evidence"]
F --> G["Issuer accepts: merchant keeps funds"]
F --> H["Issuer rejects: pre-arbitration"]
H --> I["Network arbitration rules, loser pays fees"]

8. Friendly fraud, and the merchant's real defence

The chargeback system was designed against criminals, but its heaviest modern use is murkier. Friendly fraud, also called first-party misuse, is the cardholder disputing a transaction they actually made: a forgotten subscription, a family member's purchase, a regretted order, or simple abuse of the process.

Industry analyses consistently attribute a large share of e-commerce disputes to first-party misuse rather than third-party crime, which changes the defensive playbook entirely. Against stolen cards, the answer is authentication before the sale. Against friendly fraud, the answers are evidence and prevention around the sale:

  • Recognisable billing descriptors, because "unrecognised transaction" disputes often start with a confusing statement line.
  • Delivery and usage evidence, signed delivery, download logs, in-app activity tied to the account.
  • Clean cancellation paths, since a subscriber who cannot find the cancel button disputes instead.
  • Pre-dispute programmes, network and issuer tools that let merchants refund or supply evidence before a dispute becomes a formal chargeback.

The economics justify the effort: a chargeback costs the merchant the goods, the money, a fee, and a mark against its dispute ratio, and merchants whose ratios exceed scheme thresholds enter monitoring programmes with escalating penalties. For a payments team, the dispute ratio is a survival metric, not a customer-service statistic.

Check your understanding

The lesson ends with a 5-question quiz. Take it in the player above to see your score.

  1. Why should a merchant never retry a hard decline?
    • The transaction will be approved but not settle
    • Retries convert hard declines into chargebacks automatically
    • The issuer will block the merchant's terminal
    • The condition is permanent, and networks penalise excessive reattempts with fees and reputation downgrades
  2. Under PSD2, what does strong customer authentication require?
    • At least two independent factors from knowledge, possession and inherence
    • A password plus a security question
    • Biometric verification on every transaction
    • A one-time code for transactions above 500 EUR only
  3. What fraud rate must a provider maintain to use the TRA exemption for transactions up to 250 EUR?
    • Below 0.5%
    • Below 0.13%
    • Below 0.06%
    • Any rate, provided transactions stay under 30 EUR
  4. A fraudulent online transaction was authenticated through 3-D Secure. Who bears the loss when the cardholder disputes it?
    • The merchant, because it accepted the order
    • The issuer, because authentication shifted liability to the bank
    • The cardholder, because authentication proves consent
    • The network, from its fraud reserve
  5. What distinguishes friendly fraud from third-party fraud?
    • It involves amounts under the low-value exemption
    • It only occurs on subscription products
    • It is always resolved in the merchant's favour at arbitration
    • The genuine cardholder made the purchase and disputes it anyway, so the defence is evidence and prevention rather than authentication

Related lessons

Business
intermediate

Interchange: The Fee Structure That Shapes the Industry

Every card fee argument eventually reaches interchange: the fee the merchant's side pays to the cardholder's bank on every transaction. This lesson decomposes the merchant discount rate, explains why rewards cards exist and who really funds them, covers the EU caps of 0.2 and 0.3 percent and their loopholes, and shows why the same purchase costs a merchant triple on a corporate card.

8 steps·~12 min
Business
intermediate

Authorization, Clearing, Settlement: The Three Clocks of a Payment

The tap is instant; the money is not. A card payment runs on three separate clocks: authorization in about a second, clearing in overnight batches, settlement as netted bank transfers. This lesson walks the message flow, explains holds and why they linger, shows why refunds are slow when charges are fast, and follows one transaction through all three phases.

8 steps·~12 min
Business
intermediate

The Four-Party Model: Who Actually Touches a Card Payment

A card payment is a trust machine between four parties who have mostly never met: cardholder, issuer, merchant, acquirer, with a network in the middle that routes messages and sets the rules. This lesson maps who does what, who carries which risk, what a PSP actually is, and the surprising answer to whose money pays the merchant on the day you tap.

9 steps·~14 min
Business
beginner

Verifying the Request, Not the Person

If recognition no longer establishes identity, verification has to move to the channel. This lesson builds the practice: out-of-band confirmation, which requests need it, designing protocols people will actually follow under pressure, the household version, and what to do in the first hour after something goes wrong.

8 steps·~12 min