All termsFraudUpdated April 10, 2026

What Is Fraud?

Fraud is any intentional deception carried out to gain an unfair or unlawful financial advantage, typically at the expense of a merchant, consumer, or financial institution. In payments, fraud encompasses unauthorized transactions, identity theft, and account takeovers.

Also known as: payment fraud, financial fraud, transaction fraud, online fraud

Key Takeaways

  • Fraud is any intentional deception aimed at unlawful financial gain — in payments it most commonly means unauthorized or misrepresented transactions.
  • Global ecommerce fraud losses exceeded $48 billion in 2023 and continue to grow year over year.
  • Liability for fraud losses depends on authentication method, payment type, and jurisdiction — merchants bear significant risk in card-not-present environments.
  • Effective fraud management balances detection accuracy with customer experience — excessive false positives cost revenue.
  • Layered defenses (device fingerprinting, behavioral analytics, velocity rules, ML models) are more effective than any single fraud control.

How Fraud Works

Fraud in the payments context follows a predictable pattern: an attacker obtains or fabricates credentials, exploits a gap in verification, and converts that access into financial gain before detection. Understanding each step helps merchants and developers build effective controls at the right points in the transaction lifecycle.

01

Credential Acquisition

The fraudster obtains usable payment credentials — stolen card numbers from data breaches, phishing attacks, synthetic identity construction, or purchases on dark-web marketplaces. Bulk card data sells for as little as $5–$20 per record, making large-scale attacks economically viable.

02

Account or Identity Validation

Before attempting a large transaction, fraudsters typically run low-value probing transactions (often $1 or less) to verify the card or account is live and unblocked. These micro-authorizations fly under many basic fraud rules.

03

Transaction Execution

Once validated, the fraudster places orders — typically high-value, easily resellable goods (electronics, gift cards, luxury items), or digital goods that can be monetized instantly. Speed matters: they act before the legitimate cardholder notices or the issuer flags the account.

04

Monetization

Physical goods are reshipped to intermediaries (reshipping mules), resold on secondary markets, or converted to cryptocurrency. Digital goods and gift cards are used or liquidated immediately.

05

Chargeback or Writeoff

When the legitimate cardholder or issuer detects the unauthorized activity, a dispute is filed. The merchant typically absorbs the loss in card-not-present environments — paying back the transaction value plus chargeback fees.

Why Fraud Matters

Fraud is not a niche risk — it is a material operating cost for every merchant that accepts digital payments. The scale of the problem, combined with its direct impact on margins and customer trust, makes fraud management one of the most consequential disciplines in modern commerce.

Global ecommerce fraud losses exceeded $48 billion in 2023, according to Juniper Research, and are forecast to surpass $107 billion annually by 2029. For context, that projected figure exceeds the GDP of many mid-sized economies. A separate LexisNexis study found that every $1 of fraud loss actually costs merchants $3.75 when accounting for fees, administrative overhead, and lost merchandise — a multiplier that makes even modest fraud rates financially damaging.

False Positives Cost as Much as Fraud

Research by Javelin Strategy found that false declines — legitimate transactions rejected because of overly aggressive fraud rules — cost U.S. merchants an estimated $443 billion in 2023, dwarfing actual fraud losses. Over-filtering is not a safe default.

Beyond direct financial loss, fraud erodes customer trust, triggers payment processor reviews, and can result in excessive chargeback ratios that lead to account termination by card networks. Visa and Mastercard impose monitoring programs on merchants whose chargeback rates exceed 1% of transactions, with fines and eventual processor termination as consequences.

Fraud vs. Chargebacks

Fraud and chargebacks are closely related but not synonymous. Conflating the two leads to poor risk decisions — optimizing for one without understanding the other.

DimensionFraudChargeback
DefinitionIntentional deception for financial gainForced reversal of a transaction via the cardholder's bank
InitiatorCriminal or dishonest partyCardholder (legitimate or not)
Always linked?Not all fraud triggers a chargebackNot all chargebacks involve fraud
Merchant liabilityHigh in CNP without SCAHigh unless liability shifted (e.g., 3DS)
Resolution pathFraud tools, authentication, monitoringDispute representment, chargeback management
Friendly fraudBorderline — disputedYes — this is a chargeback without true fraud

Types of Fraud

Fraud takes many forms across the payment stack. Merchants must recognize the variety to apply the right controls.

True fraud is unauthorized use of stolen payment credentials by a third party — the most classic form. Friendly fraud occurs when a legitimate cardholder disputes a genuine transaction, claiming it was unauthorized. Identity fraud involves the creation or takeover of accounts using another person's personal information.

Account takeover (ATO) is a growing threat in which attackers gain access to an existing customer account — often via credential stuffing using breached username/password pairs — and make purchases or transfer funds. Synthetic identity fraud combines real and fabricated data to create fictitious personas that are difficult to detect with standard verification.

Refund fraud exploits returns policies: the fraudster makes a genuine purchase, then returns a different or counterfeit item while keeping the original. Triangulation fraud involves a fraudster posing as a seller on a marketplace, collecting buyer payments for goods they never possess, and then using stolen cards to fulfil orders — making the fraud invisible to the buyer.

Best Practices

Effective fraud management requires coordinated effort across business operations and technical implementation. A layered strategy consistently outperforms any single point of control.

For Merchants

Establish a clear fraud policy before going live, including acceptable chargeback thresholds, velocity limits per customer and payment method, and escalation procedures. Segment your product catalogue by risk: digital goods and gift cards warrant stricter controls than physical, slow-to-resell items. Implement 3D Secure 2 (3DS2) for high-risk transactions — it shifts liability to the issuer when authentication is completed successfully and improves the customer experience compared to legacy 3DS1.

Monitor chargeback ratios weekly, not monthly. By the time a monthly report surfaces a spike, hundreds of additional fraudulent transactions may have been processed. Work with your acquirer to understand which card BINs and geographies are generating the most disputes, and apply targeted rules accordingly.

For Developers

Integrate velocity checks at the API layer — limit how many payment attempts a single device fingerprint, IP address, or email address can make in a rolling time window. Use tokenization for stored payment methods to reduce the value of any credential exposure. Implement behavioral analytics on checkout flows: abnormal typing cadence, instant form completion, and copy-pasted card numbers are strong fraud signals.

Webhook handlers for fraud and dispute events should be idempotent and trigger immediate downstream actions — cancelling unfulfilled orders, flagging accounts, and logging device data. Avoid surfacing detailed decline reasons in API responses; giving fraudsters specific feedback (e.g., "CVV mismatch" vs. "do-not-honor") accelerates enumeration attacks.

Common Mistakes

Even well-resourced merchants make systematic errors in their fraud prevention strategies.

Treating fraud rules as static. Fraud patterns evolve continuously. Rules written 12 months ago may no longer match current attack vectors, while inadvertently blocking a growing segment of legitimate customers. Rules require regular review and sunset processes.

Ignoring velocity probing. Small-value test transactions are the clearest signal of an upcoming large fraud attempt. Without explicit rules for micro-authorization velocity, merchants give attackers a free reconnaissance window.

Over-indexing on AVS/CVV alone. Address Verification Service and CVV checks reduce risk but are not fraud-proof. Fraudsters routinely purchase fullz (complete card data including billing address) that pass both checks. These signals should be inputs into a broader scoring model, not standalone gates.

No post-authorization monitoring. Fraud detection should not stop at authorization. Order pattern analysis, delivery address clustering, and device reuse across multiple accounts can surface fraud rings that individual transaction checks miss.

Siloed data. Keeping fraud data separate from CRM, support ticket, and chargeback data creates blind spots. A customer who has filed three disputes in six months should influence the risk score on their next transaction, but only if those signals are connected.

Fraud and Tagada

Tagada is a payment orchestration platform, and fraud management is a first-class concern at the orchestration layer. Because Tagada sits between merchants and multiple payment processors, it is uniquely positioned to apply consistent fraud controls regardless of which downstream processor handles the transaction.

Orchestration-Level Fraud Control

With Tagada, merchants can configure global fraud rules — velocity limits, 3DS2 triggers, BIN-level blocks — that apply uniformly across all connected processors. This prevents fraud from exploiting gaps between processor-specific rule sets and ensures consistent risk policy even as routing logic shifts transactions between providers.

Tagada's routing engine can also route high-risk transactions to processors with stronger issuer relationships or better authorization rates under 3DS2, improving the balance between fraud protection and genuine customer acceptance.

Frequently Asked Questions

What is the difference between fraud and a chargeback?

A chargeback is a forced reversal of a payment initiated by a cardholder through their bank. Fraud is the underlying cause of many chargebacks — often called friendly fraud or true fraud — but chargebacks can also result from legitimate disputes such as non-delivery of goods. Not all fraud leads to a chargeback, and not all chargebacks are caused by fraud.

Who is liable when payment fraud occurs?

Liability depends on the payment method and authentication used. In card-not-present transactions, merchants typically bear the loss unless 3D Secure or equivalent strong customer authentication was applied. In card-present fraud, liability usually shifts to the card network or issuing bank. For authorized push payment (APP) fraud, liability rules vary by country and are rapidly evolving.

How common is payment fraud in ecommerce?

Payment fraud is widespread and growing. Global ecommerce fraud losses exceeded $48 billion in 2023 according to Juniper Research, and the problem is projected to worsen as transaction volumes increase. Card-not-present fraud accounts for the majority of losses because physical card security measures like EMV chips do not apply online.

Can fraud be fully prevented?

No system can prevent 100% of fraud, but layered defenses significantly reduce exposure. Combining device fingerprinting, behavioral analytics, velocity checks, and machine learning models can block the vast majority of fraudulent attempts while minimizing false positives that decline legitimate customers.

What is friendly fraud?

Friendly fraud occurs when a legitimate cardholder makes a purchase and then files a dispute claiming the transaction was unauthorized, effectively keeping both the goods and the refund. It is one of the fastest-growing fraud types and is estimated to account for up to 75% of all chargebacks at some merchants.

How does fraud affect small merchants differently than large ones?

Small merchants often lack dedicated risk teams and enterprise-grade fraud tools, making them disproportionately vulnerable. A single high-value fraudulent transaction can represent a meaningful share of monthly revenue. Additionally, small merchants may not have the volume to build proprietary ML models and must rely on third-party fraud platforms or payment processors' built-in protections.

Tagada Platform

Fraud — built into Tagada

See how Tagada handles fraud as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.