ArticlesChargebacksWhat account takeover fraud is, and why the chargeback is so hard to win

What account takeover fraud is, and why the chargeback is so hard to win

Ben Woodward

GM, Redo

What account takeover fraud is, and why the chargeback is so hard to win

Account takeover fraud is a criminal getting into a real customer's account and ordering with the payment methods, addresses, and loyalty balance already saved there. The order comes from the genuine account, so it looks nothing like the stolen-card runs your fraud screening is built to catch. The real cardholder then sees the charge, disputes it as fraud, and you lose the representment, because for once the customer is telling the truth.

Most pages ranking for account takeover fraud are written for security teams, about login defenses in the abstract. This one takes the merchant's side, where an account takeover (ATO) ends as a chargeback you were never going to win.

What is account takeover fraud?

Account takeover is a third party gaining control of a legitimate customer's account and using it as if they were the owner. They do not need the card in hand, just the login, and the account supplies the rest: a saved card, a trusted address, a redeemable balance.

The most common way in is credential stuffing. OWASP defines it as "the automated injection of stolen username and password pairs ('credentials') in to website login forms, in order to fraudulently gain access to user accounts", and calls it "one of the most common techniques used to take-over user accounts" (owasp.org, checked 2026-08-07). It works because people reuse passwords, so a list leaked from one breach opens accounts everywhere else.

The other routes are older. Phishing captures the password by imitating your login page or a shipping notice. Leaked or reused passwords need no trick at all, just a match against a public dump. Either way the attacker ends up where fraud screening cannot see them, inside an account your store already trusts.

The scale is not small. Sift's Q3 2025 Digital Trust Index, "Account Takeovers in the Era of Agentic AI", put the overall ATO attack rate at 2.5% in Q2 2025, a 4% year-over-year rise, and projected ATO losses at $17 billion in 2025, up from $13 billion the year before (sift.com, checked 2026-08-07). Ecommerce accounts are a favored target, holding both stored value and stored cards.

How does account takeover lead to chargebacks?

The damage runs through your dispute process, not your login page: an order from a hijacked account arrives looking legitimate because it comes from a legitimate account.

The card already passed verification. A saved card matches its own billing address and card code, so AVS and CVV checks clear. This is a card-not-present fraud case with none of the usual signals, because the criminal never typed the card in.

The account has history. Repeat orders, a real name, a login streak going back months. Every heuristic that separates a good customer from a stolen-card run reads it as good.

So the order ships. The real cardholder then reads their statement, does not recognize the charge, and files a fraud dispute. On Visa that arrives as reason code 10.4, other fraud in a card-absent environment. It is a genuine unauthorized-transaction claim, which is what what a chargeback is describes from the merchant's side: the funds are pulled, a fee of $15 to $25 or more lands on top, and the case counts toward your Visa VAMP ratio whether or not you contest it.

What are the warning signs of account takeover?

These signals sit in your login and account-activity logs, before an order is placed. Each maps to a specific control.

Warning signWhat it indicatesControl
Login from a new device or country right before an orderCredentials are in use from somewhere the real customer never signs inLogin anomaly monitoring, step-up verification on new devices
A shipping address added, then an order placed minutes laterGoods are being redirected to an address the attacker controlsRequire re-authentication or email confirmation on any address change
Email or password changed just before checkoutThe account is being locked away from its ownerNotify the old email of every credential change, with a one-click reversal
Loyalty points or a gift-card balance drained in one sessionStored value is being cashed out before the owner noticesRate-limit redemptions, alert on full-balance spends
A burst of failed logins across many accountsCredential stuffing is running against your storeBot defense, rate limiting, and a challenge on the login form

No single row is proof. A regular customer travels, buys a gift, and ships to a new address. What the pattern gives you is a reason to add friction at the right moment, the address change or the checkout, rather than blocking a real customer at the door.

How do you prevent account takeover?

Prevention here means login controls, not the checks that run at checkout. The order is already clean by the time it reaches your fraud screen.

Passwordless sign-in removes the reused password. Shopify's new customer accounts already work this way: a customer "enters their email address and receive[s] a one-time 6-digit verification code. A password isn't required to sign in" (help.shopify.com, checked 2026-08-07). No stored password means nothing for a credential-stuffing list to match.

Multi-factor or step-up authentication catches the credentials that still leak. Adoption is low, so this is real headroom: Sift measured overall two-factor adoption at 13% (Q3 2025 Digital Trust Index, checked 2026-08-07). Requiring a second factor on a new device, or before a sensitive change, closes the path a leaked password opens.

Re-authentication on address change breaks the most damaging move. The attacker's goal is to point goods at an address they control. Requiring re-verification before a new shipping address can be used, and emailing the change to the account on file, turns the quietest step into the loudest.

Bot defense and rate limiting blunt the attack at the source. Credential stuffing is automated by definition, so rate limiting and a login challenge raise its cost before a single account falls.

Be precise about where a post-purchase platform fits. Reducing avoidable disputes, what Resolve is built for, works on confusion-driven and first-party fraud volume, where a real customer disputes their own purchase. Account takeover is the opposite, a criminal inside a genuine account, caught by login security rather than anything that runs after the order.

Can you win an account takeover chargeback?

Rarely, and it is worth being honest about why. Representment answers the reason code with evidence. On a 10.4 fraud claim, the evidence that wins is proof the cardholder authorized the transaction, most often a delivery address they have used and never disputed before.

An account takeover poisons exactly that evidence. The address history, account, and prior orders all belong to the real customer, so the record you would submit as proof of authorization is the record of a compromised account. You are, in effect, arguing the customer authorized a charge they demonstrably did not.

For the disputes that are genuinely winnable, Reclaim handles representment at no cost, with no success fee. A true account takeover is usually not one of them, because no honest evidence answers the allegation. That is not a limit of the tool, but the nature of the claim.

Where prevention still falls short

No login control catches everything, and pretending otherwise is how a store stops watching.

Email compromise survives passwordless. If the attacker controls the customer's inbox, the one-time code is delivered straight to them. Passwordless removes the reused-password path, not a breached email account.

Phishing captures live codes. A convincing fake login page can relay a one-time code in real time. Prompt fatigue does the same to push-based approval.

Session hijacking skips the login. A stolen session token lets an attacker act as an authenticated user without ever seeing a credential.

The first fraudulent order can look ordinary. Anomaly monitoring needs a baseline. An account a customer rarely uses gives you little to compare against, so the takeover order and a normal one are hard to tell apart.

These are the cases where the chargeback is the first you hear of it.

Frequently asked questions

Is account takeover fraud the same as a stolen credit card?

No. With a stolen card, the criminal has the card details and enters them at checkout, usually as a guest or a fresh account, so the order carries no history. With account takeover, the criminal is inside the customer's existing account and uses a card already saved there, so the order arrives with the account's real name, real address history, and passing AVS and CVV. That is what makes it harder to catch and harder to contest.

What is credential stuffing?

Credential stuffing is the automated testing of stolen username and password pairs against a login form, using lists leaked from other breaches. OWASP defines it as 'the automated injection of stolen username and password pairs in to website login forms, in order to fraudulently gain access to user accounts' (checked 2026-08-07). It works because people reuse passwords across sites, so one leak opens accounts everywhere.

Can you win a chargeback caused by account takeover?

Usually not. Representment wins a fraud dispute by proving the cardholder authorized the transaction, and in an account takeover they genuinely did not. The order history you would submit as proof of authorization is the record of a compromised account, so there is rarely honest evidence that answers the claim. Account takeover is a prevention problem, not a recovery one.

Does two-factor authentication stop account takeover?

It removes the easiest path, which is reused passwords and credential stuffing, but it is not complete. Email compromise, real-time phishing that relays the code, and session hijacking all get around a second factor. Two-factor and passwordless sign-in reduce account takeover; they do not eliminate it, which is why address-change re-authentication and anomaly monitoring still matter.

What to check this week

Start on your own login, not your dispute queue. Confirm whether your customer accounts require a password or a one-time code, and whether a new shipping address can be added and used in the same session without any re-verification. That single gap is the one an account takeover walks through.

Then pull last quarter's 10.4 disputes and mark whether the order came from a logged-in account with prior history and whether the shipping address or contact email changed shortly before it. The disputes that score both are your account-takeover volume. They are not a representment backlog to work harder, but a login problem showing up one chargeback at a time.