Fraud & Chargeback Risk Score
Assess transaction fraud risk and chargeback probability. Enter values for instant results with step-by-step formulas.
Formula
Risk Score = Σ(Factor Weight × Factor Value); Chargeback Probability = Risk Score × Historical Rate; Expected Loss = Order Value × Chargeback Probability
The risk score formula aggregates weighted risk factors into a composite score. Each factor (order value, velocity, AVS match, etc.) contributes based on its predictive power for fraud. The weights are typically derived from logistic regression or machine learning models trained on historical fraud data. Chargeback probability translates the score to an actionable metric by applying historical conversion rates. Expected loss multiplies probability by order value to quantify financial risk. This framework works because fraud exhibits consistent patterns—factors like velocity, address mismatches, and new accounts repeatedly correlate with fraud across merchants and industries, enabling generalizable scoring models.
Worked Examples
Example 1: E-commerce Order Risk Assessment
Problem:An e-commerce store receives a $450 order: new customer, expedited shipping, partial AVS match, new device, US IP but shipping to different state. Calculate fraud risk.
Solution:Risk Factor Calculation: 1. Order Value ($450 - medium-high) Score: +15 2. Customer Tenure (new) Score: +20 3. AVS Match (partial - ZIP only) Score: +15 4. Device Fingerprint (new) Score: +10 5. Shipping (expedited) Score: +10 6. IP/Shipping Mismatch Score: +10 7. Velocity (assume normal = 3) Score: +24 Total Risk Score: 104 → capped at 100 Risk Level: HIGH Chargeback Probability: ~15% Expected Loss: $450 × 15% = $67.50 Recommendation: MANUAL REVIEW Risk Mitigation Steps: 1. Call customer to verify order details 2. Request 3D Secure authentication 3. Verify phone number matches card file 4. Check email domain (free email = higher risk) 5. Consider holding shipment 24-48 hours Decision Matrix: - If customer verifies: Ship with signature required - If custome
Result:Risk Score: 100/100 (HIGH) | 15% chargeback probability | Manual review + verification required
Example 2: Subscription Service Fraud Check
Problem:A SaaS company sees a $199/month subscription signup: established customer (2 years), known device, full AVS match, but 3 failed payment attempts before success. Assess risk.
Solution:Risk Factor Breakdown: 1. Order Value ($199 - medium) Score: +15 2. Customer Tenure (established - 2 years) Score: +0 ✓ Excellent 3. AVS Match (full) Score: +0 ✓ Excellent 4. Device (known) Score: +0 ✓ Excellent 5. IP Risk (low - consistent location) Score: +6 6. Failed Attempts (3 failures) This is unusual. Could indicate: - Card limit issues (legitimate) - Stolen card testing (fraud) - Technical problems (legitimate) Score: +20 (elevated concern) Total Risk Score: 41 Risk Level: MEDIUM Context Analysis: - 2-year customer = strong trust signal - Known device = account takeover less likely - Full AVS = card holder controls card - Failed attempts = could be legitimate limit issue Net Assessment: The customer history strongly outweighs the failed attemp
Result:Risk Score: 41 (MEDIUM) | Customer history mitigates risk | Auto-approve with monitoring
Example 3: High-Value Electronics Purchase
Problem:An electronics retailer receives a $2,500 laptop order: new customer, shipping to freight forwarder address, overnight shipping, VPN-masked IP, new device. Full AVS match.
Solution:Risk Factor Calculation: 1. Order Value ($2,500 - very high) Score: +25 2. Customer Tenure (new) Score: +20 3. Shipping Address (freight forwarder) This is a MAJOR red flag Score: +30 (additional penalty) 4. Shipping Speed (overnight) Score: +20 5. IP (VPN detected) Score: +25 6. Device (new + VM indicators) Score: +30 7. AVS (full match) Score: +0 Note: AVS match doesn't offset other signals Total Risk Score: 150 → capped at 100 Risk Level: CRITICAL HIGH Fraud Probability: 40-60% Expected Loss: $2,500 × 50% = $1,250 This has ALL the hallmarks of card-not-present fraud: ✗ High-value electronics (resalable) ✗ New customer (no history) ✗ Freight forwarder (international reshipping) ✗ Rush shipping (get goods before chargeback) ✗ VPN (hiding true location)
Result:Risk Score: 100 (CRITICAL) | 50%+ fraud probability | DECLINE - classic fraud pattern
Frequently Asked Questions
What is a chargeback and why does it matter?
A chargeback occurs when a customer disputes a transaction with their bank, reversing the payment. Merchants lose the sale amount plus fees ($15-100). High chargeback rates (>1%) can result in processor penalties, higher fees, or account termination.
How is fraud risk score calculated?
Fraud scores combine multiple signals: transaction velocity, address verification (AVS), card verification (CVV), device fingerprinting, IP geolocation, customer history, and behavioral patterns. Machine learning models weight these factors based on historical fraud patterns.
What is AVS (Address Verification System)?
AVS compares the billing address provided with the address on file with the card issuer. Full match = low risk, partial match (ZIP only) = medium risk, no match = high risk. AVS is effective for domestic cards but limited internationally.
What is transaction velocity and why does it matter?
Velocity measures transaction frequency—multiple orders in short timeframes from the same card, email, or device. Fraudsters often test stolen cards with small purchases before large ones. High velocity is a strong fraud indicator.
What is friendly fraud?
Friendly fraud occurs when legitimate customers dispute valid charges—claiming non-delivery, dissatisfaction, or unauthorized use by family members. It's harder to prevent than traditional fraud and requires good documentation for representment.
How do I reduce chargebacks?
Prevention strategies: clear billing descriptors, delivery confirmation, responsive customer service, clear refund policies, 3D Secure authentication, fraud scoring, and manual review of high-risk orders. Post-dispute: maintain evidence for representment.
What is 3D Secure (3DS)?
3D Secure (Verified by Visa, Mastercard SecureCode) adds cardholder authentication. It shifts liability for fraud to the issuing bank. 3DS2 provides frictionless authentication for low-risk transactions while challenging high-risk ones.
What chargeback rate triggers processor penalties?
Most processors flag accounts at 0.5% chargeback rate and apply penalties at 1%. Visa and Mastercard monitoring programs activate at 0.9-1%. Exceeding thresholds leads to higher fees, reserves, or termination. Keep rate below 0.5% for safety.
How do device fingerprints help detect fraud?
Device fingerprinting creates unique identifiers from browser, OS, screen resolution, fonts, and other attributes. Known devices from good customers are low risk. New devices with suspicious attributes (VM, VPN, fraud-associated) trigger higher risk scores.
Should I decline all high-risk transactions?
No. Aggressive fraud prevention creates false positives—declining legitimate customers who then shop elsewhere. Balance fraud loss against customer friction. Consider step-up verification (3DS, phone) for medium-risk rather than blanket declines.