Ecommerce fraud in Egypt surfaces in five recurring forms — card testing, stolen-card purchases, fake COD orders, refund abuse, and account takeover — and stores that fight it reactively lose roughly 1–2% of online revenue to fraud directly, then spend another multiple of that on chargeback fees, courier costs, and lost inventory. The fix is a layered defense framework: risk rules at checkout, 3-D Secure 2.x, velocity and device fingerprinting, phone verification for cash-on-delivery orders, a manual review queue, and a documented chargeback evidence playbook. This guide details each layer exactly as we deploy it in client stores at PROGENCY, with benchmarks you can tune for the Egyptian market.
Why Fraud Is a 2026 Business Problem, Not a Technical Detail
Fraud is no longer a small deduction. Juniper Research projects global online payment fraud losses will exceed $107 billion per year by 2029, with AI-generated fraud attacks accelerating the curve. For a single Egyptian store the math is more concrete:
- Fraud leakage: industry benchmarks put average fraud losses at 1–2% of e-commerce revenue — on a 10M EGP/year store that is 100,000–200,000 EGP of direct loss.
- The multiplier effect: for every 1 EGP of fraudulent transaction value, the true cost is roughly 2.4–3.1 EGP once chargeback fees, processor risk fees, staff time, and re-shipping are counted.
- Chargeback fees: every dispute costs $15–100 in fees on top of the reversed amount, and repeated disputes push your processor to higher risk pricing or termination.
- COD complexity: in Egypt, fraud and RTO (Return to Origin) feed each other. A fake order burns a courier trip, ties up inventory, inflates your RTO rate, and raises the fees your courier or payment provider charges.
The mistake we see most often in our client audits at PROGENCY is treating fraud as an IT ticket. In practice, every layer below is a revenue protection decision — and each one must be measured.
The Six Fraud Patterns Every Egyptian Store Will Encounter
Know your enemy before building defenses. These are the patterns we see repeatedly in store deployments across Egypt and the MENA region:
- Card testing — bots submit dozens of small orders with stolen card numbers to find which ones work; your checkout becomes a validation endpoint, and the real purchase happens elsewhere.
- Stolen-card (CNP) purchases — attackers buy high-ticket electronics, phones, or fashion with card data bought on the dark web, then ship to a reshipper or a mule address.
- Triangulation fraud — the fraudster sells your product at a discount on a marketplace, buys it from you with a stolen card, and ships it directly to the innocent buyer; you absorb the chargeback.
- Account takeover — credential stuffing on customer accounts to redeem stored cards, change shipping addresses, or drain loyalty balances.
- Fake COD orders — invented names, addresses, and phone numbers; the courier returns the parcel, the stock ages, and your RTO metric climbs.
- Refund abuse and receipt fraud — "item not received" disputes despite delivery photos, empty-box returns, and double refunds by contacting both the store and the bank.
Each pattern requires a different control. That is why a single "fraud app" never works — you need the layered structure below.
The Layered Defense Framework We Deploy at PROGENCY
We implement seven layers in the stores we build and harden. Layers 1–3 stop the automated attacks, layers 4–5 stop the human ones, and layers 6–7 protect the money already collected:
- Rules-based risk scoring at checkout — score every order on value, new-account flag, shipping address matching, overnight-delivery requests, temporary email domains, and high-risk IP geolocation. Cheap to build, catches 70–80% of obvious cases.
- 3-D Secure 2.x with risk-based exemptions — challenge only the risky fraction of transactions, not every shopper. With liability shift, verified transactions move fraud liability to the card issuer — but only if you keep the evidence of the authentication.
- Velocity and device fingerprinting — cap orders per card per hour, flag browser fingerprints reused across many accounts, and block known disposable-mail domains.
- COD verification chain — OTP the phone number at order time, validate the address against courier coverage, call before dispatch above a value threshold, and collect a delivery photo plus OTP on receipt.
- Gateway and ML screeners — enable your payment provider's risk tools (custom rules, chargeback monitoring) and layer a specialist screener such as MaxMind, Forter, or Riskified when order volume justifies it.
- Manual review queue — hold suspicious orders for 15–60 minutes, review and ship or refund. For high-value shipments we charge cards at dispatch, not at order, so a fraudulent card is caught before the goods move.
- Chargeback defense automation — collect the evidence pack automatically: tracking with delivery confirmation, courier photo, order and IP data, and chat history; file every response within the network's reply window.
When we integrate these layers into a client's custom Next.js storefront, they run server-side in the checkout pipeline — no client-side rules an attacker can read, and no page-speed penalty. If you are planning a rebuild or hardening of your store, our engineering team can embed this framework directly: see our /services/web-development work.
COD-Specific Fraud Controls for the Egyptian Market
Cash on delivery is dominant in Egypt, which means fraud is not just about stolen cards — it is about fake orders that cost you shipping and stock. These controls cut them sharply:
- Prepaid deposit for high-value orders — 10–25% deposit filters most fake orders instantly.
- OTP at order time — verify the buyer's phone is real and reachable, then call-back confirmation for orders above your threshold.
- Delivery photo + OTP on receipt — the courier photographs the parcel at the door and collects a recipient OTP, giving you hard evidence for disputes.
- Blacklist engine — shared across your website and WhatsApp order channels: blocked phones, addresses, and names return automatically.
- Quantity and timing heuristics — five identical orders to one address at 3 AM is not a family; cap quantities per phone in flash sales.
- Watch the RTO feedback loop — every RTO order is data: if a phone number generates two failed deliveries, pre-screen it before the next attempt.
The Chargeback Playbook: Win Disputes Instead of Bleeding From Them
A large share of chargebacks in Egypt is friendly fraud — industry estimates put first-party disputes at 60–80% of all cases. The shopper received the goods, but the bank rules in their favor because you did not respond. We recommend:
- Reply to every dispute within 48 hours, never let one expire by default: card networks give merchants roughly 20–45 days (up to 120 for some products), and a silent merchant loses the case by default plus pays the fee.
- Build the evidence pack from the template: order details, IP and device data, 3DS authentication record, delivery confirmation with photo, courier ID, and a snapshot of your refund policy as it appeared at purchase time.
- Use early-warning services — Visa TC40/Verifi and Mastercard SAFE alerts tell you about a dispute before it is filed; refund the buyer immediately and the fee disappears.
- Track your ratio — staying under Visa's 0.65% and Mastercard's 0.5% dispute thresholds keeps your processor pricing stable; every dispute you successfully overturn keeps you under the line.
- Remember liability shift — if the transaction was authenticated with 3-D Secure 2.x, the issuer absorbs fraud liability; your job is to prove authentication happened.
Don't Break Conversion While Stopping Fraud
Over-blocking is silent revenue loss. Industry analyses put the cost of a false decline at 6–10× the value of the fraud it prevents — you lose the order, the shipping margin, and the customer's lifetime value, all for a transaction that would have been legitimate. Our balance rules:
- Tiered trust — new visitors get the full risk stack; logged-in, returning customers skip the 3DS challenge and flow straight through; a VIP whitelist exists explicitly.
- Measure the false-block rate — track "declined but legitimate" orders weekly and keep the rate in the low single digits; if your rules block more than they save, tune them.
- A/B test friction — we test risk-based 3DS against full 3DS in client stores and routinely recover 8–15% of checkout completion by exempting low-risk traffic.
- Keep the checks sub-second — all risk layers run server-side in under a second so the checkout experience never feels different. This is also where our
/services/digital-marketingaudits start: track the conversion impact of every fraud control as carefully as you track the fraud it stops.
A 30-Day Roadmap to Fraud-Proof Your Store
- Week 1 — Audit and activate: quantify current fraud losses and RTO from your last 90 days, enable your gateway's risk rules, and subscribe to chargeback alert services.
- Week 2 — Automation: add velocity rules, device fingerprinting, and the COD OTP chain; publish your refund policy visibly on the checkout page.
- Week 3 — People and process: train the team on the review queue and the evidence pack template; connect the blacklist engine across website and WhatsApp orders.
- Week 4 — Measure and tune: review fraud rate, false-block rate, and RTO movement; document the playbook and set a monthly review rhythm.
Fraud prevention is not a one-time project — it is a monthly KPI like conversion rate or RTO. Stores that treat it that way recover the lost margin within the first quarter. If you want the framework embedded in your store or an audit of where your current leaks are, talk to us through /contact — we will show you the numbers before you change anything.
PROGENCY
Get a direct strategy consultation with PROGENCY
We help leading brands build high-speed web applications, run high-ROAS marketing campaigns, and rank top of Google.

