Install
openclaw skills install fraud-prevention-guideBuild an ecommerce fraud prevention framework covering chargeback mitigation, order screening rules, and identity verification.
openclaw skills install fraud-prevention-guideBuild a layered ecommerce fraud prevention framework tailored to your business model, product category, and risk profile — covering automated order screening rules, chargeback representment strategies, identity verification workflows, and velocity-based detection systems.
| Decision | Strong | Acceptable | Weak |
|---|---|---|---|
| Risk scoring model | Multi-signal weighted score combining AVS, CVV, velocity, device fingerprint, and behavioral data | Basic rule-based screening with AVS + CVV checks | Single-factor checks (e.g., only AVS match) |
| Order screening thresholds | Dynamic thresholds calibrated per product category with auto-adjustment based on false positive rates | Static thresholds reviewed quarterly with manual override capability | Fixed thresholds applied uniformly across all product types |
| Velocity detection | Real-time velocity checks across email, IP, device, shipping address, and payment method with sliding windows | Hourly batch checks on email and IP with daily aggregation | No velocity monitoring or only daily batch reviews |
| Identity verification | Risk-adaptive 3DS2 with step-up authentication, device fingerprinting, and biometric options | Mandatory 3DS for orders above a fixed threshold | No identity verification or blanket 3DS on all orders |
| Chargeback representment | Automated evidence collection with card-network-specific templates and win-rate tracking per reason code | Manual evidence gathering with generic templates submitted within deadline | No representment process or missed response deadlines |
| Address verification | Multi-source address validation cross-referencing billing, shipping, and IP geolocation with distance scoring | Basic AVS match check with manual review for mismatches | No address verification beyond payment processor default |
Analyze the seller's business model, product categories, average order value, sales channels, geographic markets, and current fraud indicators. Identify the specific fraud types most relevant to their vertical (e.g., electronics face more card-not-present fraud; digital goods face more account takeover).
Create a layered set of order screening rules with weighted risk scores. Each rule should have a clear threshold, action (approve/review/decline), and rationale. Rules should cover: billing-shipping address mismatch, order value anomalies, email domain risk, IP geolocation mismatch, device fingerprint anomalies, and payment method risk signals.
Design velocity-based detection rules that catch rapid-fire fraudulent orders. Define sliding time windows and thresholds for: orders per email address, orders per IP address, orders per device fingerprint, orders per shipping address, and failed payment attempts. Include both hard blocks and soft flags for manual review.
Recommend appropriate identity verification tools based on the seller's risk tolerance and customer friction budget. Cover 3D Secure 2.0 configuration (challenge-based vs. frictionless), device fingerprinting integration, email verification services, phone verification for high-risk orders, and biometric authentication options.
Build a chargeback response framework with evidence templates for each major reason code (fraud, product not received, product not as described, duplicate charge, subscription cancellation). Include timeline requirements for each card network (Visa, Mastercard, Amex, Discover), required evidence types, and win-rate optimization strategies.
Design a fraud monitoring dashboard with key metrics: chargeback rate by card network, false positive rate, manual review queue size, fraud loss by category, and screening rule performance. Define alert thresholds for chargeback rate spikes, unusual order velocity patterns, and new fraud pattern detection.
Establish a review cadence for fraud rule tuning. Analyze blocked orders for false positives, review chargebacks for missed fraud patterns, adjust thresholds based on seasonal trends, and benchmark against industry fraud rates. Document lessons learned from each chargeback case.
Input:
Output Framework:
Order Screening Rules:
Velocity Rules (sliding windows):
Identity Verification:
Chargeback Representment Priority:
Input:
Output Framework:
Order Screening Rules:
Account Security:
Velocity Rules:
Refund Abuse Prevention:
Setting thresholds too aggressively — Blocking all orders with any risk signal creates excessive false positives. A $200 order from a new customer with a billing/shipping mismatch might be a legitimate gift purchase. Use weighted scoring rather than binary block rules.
Ignoring false positive costs — Every blocked legitimate order has a revenue cost plus customer lifetime value loss. Track your false positive rate alongside your fraud rate. The optimal fraud prevention system minimizes total loss (fraud + false positives), not just fraud alone.
Using the same rules for all product categories — A $20 phone case and a $2,000 laptop have fundamentally different risk profiles. Fraudsters target high-value, easily resalable items. Build category-specific screening rules with appropriate thresholds for each product tier.
Not tracking chargeback reason codes separately — Fraud chargebacks (10.4) and product-not-received chargebacks (13.1) require completely different prevention and representment strategies. Lumping all chargebacks together prevents targeted improvement.
Skipping 3DS2 frictionless flow configuration — Many sellers implement 3DS as all-or-nothing. The frictionless flow allows low-risk transactions to pass through without customer friction while still shifting liability to the issuing bank. Configure risk-based 3DS triggers rather than blanket rules.
No velocity monitoring on payment failures — Card testing attacks generate many small failed transactions before a successful one. Without velocity checks on failed attempts, you miss the testing phase and only catch the resulting fraud after it succeeds.
Missing chargeback response deadlines — Each card network has strict response windows (Visa: 30 days, Mastercard: 45 days). Missing these deadlines means automatic loss regardless of evidence quality. Implement automated deadline tracking with escalation alerts.
Not adapting rules for seasonal patterns — Holiday shopping naturally increases orders from new customers, gift shipping to different addresses, and expedited shipping requests. Static fraud rules tuned for normal periods will generate excessive false positives during peak seasons. Build seasonal rule variants.