Home / Insights / E-commerce
E-commerce

Stopping e-commerce fraud & chargebacks

An Australian merchant's guide to the fraud that eats online margins — and the layered defences that stop it without wrecking conversion.

By Financial Crime Advisory · 30 July 2026 · 10 min read

Every online store that takes a card is a target. The attacker does not need to breach your systems — they simply use your checkout the way it was designed to be used, with someone else's money. Below is a working guide to the fraud Australian merchants actually face, a layered way to defend against it, and how to fight back through the chargeback process when a dispute lands.

On this page

The fraud you're up against

"E-commerce fraud" is not one problem. It is a family of distinct attacks, each with its own economics, its own signals, and its own defence. Lump them together and you will over-invest in one while another quietly drains the account. The common types worth naming:

Fraud types at a glance

The same order can carry more than one of these risks, and the signals overlap. This matrix maps each type to the signals that expose it, the primary defence, and where in your stack that defence belongs.

Fraud typeTypical signalsPrimary defenceWhere it sits
Stolen-card CNPAVS/CVV mismatch, billing ≠ shipping, mismatched geolocation, rush shippingRisk scoring + 3-D Secure 2 step-upCheckout / authorisation
Card testing / BIN attackBursts of low- or zero-dollar attempts, many cards from one device or IP, high decline rateVelocity limits, bot defence, rate limitingPayment API / checkout edge
Account takeoverLogin from a new device or location, credential-stuffing patterns, sudden detail changesMFA, login anomaly detection, bot defenceLogin / account layer
Friendly / first-partyGenuine account and card, clean delivery, later "did not order / receive" disputeDelivery proof + representment evidencePost-transaction / disputes
Refund abuseRepeat "not received" claims, serial returns, empty-box returnsPolicy design, blocklists, delivery proofReturns / operations
Promo / coupon abuseMany accounts per device, disposable emails, referral loopsDevice fingerprinting, dedupe, redemption rulesRegistration / promotions
TriangulationOrder data inconsistent with buyer, address-of-record mismatch, drop-ship patternRisk scoring, address checks, KYC on high-riskCheckout / fulfilment
ReshippingFreight-forwarder addresses, mismatch between cardholder and recipientAddress intelligence, shipping blocklistsFulfilment / logistics

A layered prevention stack

No single control catches everything, and any single control that tried would block half your genuine customers. The goal is defence in depth: cheap, invisible checks stop the obvious attacks, and heavier friction is reserved for the orders that earn it. Working from the outside in:

Address (AVS) and card (CVV) verification

The Address Verification Service compares the billing address entered at checkout with the address on file at the issuer, and the CVV check confirms the three- or four-digit code printed on the card. Neither is decisive on its own — plenty of good customers fat-finger an address — but a CVV failure combined with an AVS mismatch and a mismatched delivery address is a strong early signal. Treat these as inputs to a score, not as a pass/fail gate.

Device and behavioural signals

Device fingerprinting and behavioural analytics look past the card to how the order is being placed: the device and browser, whether the session is scripted, typing and navigation cadence, time zone versus stated location, and whether this device has transacted before. A single stolen card looks fine on paper; the device placing forty orders on forty different cards does not.

Velocity and rate limits against card testing

Card testing is a volume game, so cap the volume. Rate-limit authorisation attempts per device, per IP, per card and per session; throttle or block after repeated failures; and remove any zero-dollar or trivially small authorisation path that serves no genuine checkout purpose. This is the single most effective control against BIN attacks, and it lives at the edge of your payment flow, before a request ever reaches the issuer.

3-D Secure 2 step-up on risky orders

3-D Secure 2 (the technology behind Visa, Mastercard and other card-scheme authentication programmes) lets the issuer authenticate the cardholder mid-checkout — often silently in the background, sometimes with a one-time code or a prompt in the banking app. For many fraud-related dispute categories, a successfully authenticated 3-D Secure transaction shifts chargeback liability from you to the issuer. The art is selectivity: apply it as a step-up on medium- and high-risk orders rather than on every transaction, so you gain the liability protection where it matters without adding friction to the low-risk majority.

Bot defence at login and checkout

Automated abuse — card testing, credential stuffing, promo farming, inventory scraping — all runs on bots. Bot-management controls at your login and checkout endpoints separate scripted traffic from humans using signals a human never trips, and escalate to an invisible or visible challenge only when the traffic looks automated.

Manual review queues

Automation should clear the easy decisions and escalate the genuinely ambiguous ones. A well-run manual review queue takes the narrow band of orders the model is unsure about — high value, mixed signals — and puts a trained analyst on them, with the customer contactable if needed. Keep the queue small and well-targeted; a review team buried under false positives is a sign the scoring upstream needs tuning, not more headcount.

Rule of thumb: friction should rise with risk. The vast majority of orders should pass with no visible check at all. Reserve step-up authentication and manual review for the minority of orders whose signals justify it — and measure how many good customers each control turns away.

Defending against account takeover

Account takeover deserves its own attention because it bypasses most payment-fraud controls: the card is already on file, the account is real, and the order history looks clean. The attack starts at the login page, so that is where the defence starts.

The chargeback lifecycle

When a cardholder disputes a transaction, it moves through a defined lifecycle set by the card schemes. Understanding it is the difference between accepting losses and contesting them:

  1. Dispute raised. The cardholder contacts their issuing bank to dispute a charge. The issuer assigns a reason code — fraud, non-delivery, not-as-described, duplicate, and so on — that defines what the dispute is about and what evidence can rebut it.
  2. Chargeback issued. The issuer reverses the funds, debiting your account (usually with a fee) and crediting the cardholder while the dispute is worked through.
  3. Representment. If you believe the charge was legitimate, you contest the chargeback by re-presenting the transaction with supporting evidence matched to the reason code. This is your opportunity to get the funds back.
  4. Issuer decision. The issuer weighs your evidence against the cardholder's claim and either upholds the chargeback or reverses it in your favour.
  5. Arbitration. If the dispute remains unresolved, either side can escalate to the card scheme for a binding decision — a step that carries its own fees and is worth reserving for material amounts.

Two things matter throughout: the reason code dictates which evidence is relevant, and the deadline is unforgiving. Miss the window and you forfeit the dispute regardless of how strong your case was.

Winning representment with evidence

Representment is won on evidence, not on argument. The single most useful thing you can build is a habit of capturing and retaining the right transaction and delivery records at the moment of sale, so that when a dispute lands weeks later the case is already assembled. Compelling evidence typically includes:

The discipline is simple to state and easy to neglect: respond inside the deadline, address the exact reason code the issuer raised, and present the evidence clearly and legibly. A tidy, reason-code-matched submission beats a large pile of unsorted screenshots every time. Friendly fraud in particular is beaten here, after the fact, because the transaction itself was genuine — your delivery and authentication records are what expose the dispute as opportunistic.

The policy and operations side

Technology stops fraud at the transaction; policy and operations stop it everywhere else. Several levers sit entirely within your control:

Governance note: fraud, refunds, chargebacks and disputes are usually owned by different teams — payments, customer service, logistics, finance. The losses hide in the seams between them. Someone needs to own the whole number, review it regularly, and feed what disputes reveal back into the prevention rules.

Balancing fraud loss against conversion

The uncomfortable truth of fraud prevention is that the easiest way to eliminate fraud is to block every order — and that would destroy the business. Every control you add turns away some genuine customers alongside the fraudsters. The job is not to minimise fraud; it is to optimise the trade-off.

That means watching several measures together, qualitatively, rather than chasing any one to zero:

Push any one of these hard in isolation and another gives way: crank up the rules and false positives climb; loosen them and fraud returns. A mature programme tunes the whole system so that risk maps to friction — invisible for the many, escalating for the few — and reviews the numbers as a set, not a scoreboard for a single figure. That balance is different for every business, and it moves as the attackers adapt.

If you are trying to work out where your online store is leaking — whether it's card testing hammering your checkout, account takeover draining loyalty balances, or friendly fraud you keep losing at representment — our loss prevention and fraud services are built for exactly this. Talk to a specialist and we'll tell you where you stand and what to fix first.

Common questions

E-commerce fraud, answered

What's the difference between friendly fraud and stolen-card fraud?

Stolen-card (third-party) fraud is a criminal using someone else's card without their knowledge. Friendly or first-party fraud is the real cardholder disputing a legitimate purchase — claiming non-delivery or non-recognition to get their money back while keeping the goods. They need different defences: third-party fraud is stopped at authorisation with risk signals and 3-D Secure, while friendly fraud is beaten afterwards with delivery and transaction evidence at representment.

Does 3-D Secure 2 stop chargebacks?

3-D Secure 2 authenticates the cardholder and, for many fraud-related dispute categories, shifts liability for a successfully authenticated transaction from you to the issuer. It does not stop friendly fraud or disputes about product quality or service. Used as a targeted step-up on higher-risk orders — not on every transaction — it cuts fraud chargebacks while protecting conversion.

What is card testing and how do I stop it?

Card testing (carding or a BIN attack) is fraudsters running large volumes of stolen card numbers through your checkout or payment API with small or zero-dollar authorisations to find which cards are live. Defences include velocity and rate limits, bot detection at checkout, challenges on repeated attempts, blocking anonymising infrastructure, and removing any zero-dollar probe path that serves no legitimate purpose.

How do I win a chargeback representment?

Submit compelling evidence that matches the reason code the issuer raised. For a fraud or non-delivery dispute that usually means proof of delivery to the cardholder's address, the AVS and CVV match, device and IP history, account and order history, and any 3-D Secure authentication. Respond inside the deadline, address the specific reason code, and keep the evidence organised and legible.

How do I reduce fraud without hurting conversion?

Treat risk as a spectrum, not a gate. Let low-risk orders through with no friction, apply step-up authentication such as 3-D Secure 2 only to medium- and high-risk orders, and route a small band of genuinely suspicious orders to manual review. Measure fraud rate, chargeback rate, false positives and review load together — optimising any one alone usually damages another.

FCA
Financial Crime Advisory
Australia's specialist fraud, AML and loss-prevention consultancy — helping merchants, banks, fintechs and marketplaces prevent, detect, investigate and recover from financial crime.

Where is your store leaking?

Card testing at checkout, account takeover on loyalty balances, or friendly fraud you keep losing at representment — tell us how the money moves and we'll point you to the right first move.