Metric Definition
Fraudulent transaction interception
Track from
Fraud detection rate
Fraud detection rate measures the percentage of fraudulent transactions correctly identified and blocked before processing. It reflects the effectiveness of fraud prevention rules and machine learning models. The challenge is maximising detection without creating false positives that block legitimate customers.
5 min read
What is fraud detection rate?
Fraud detection rate quantifies how well your fraud prevention systems identify and stop illegitimate transactions. Effective fraud detection protects revenue from chargebacks and fines while maintaining customer trust. However, overly aggressive rules create false positives that block legitimate customers and reduce charge success rate.
The metric should always be tracked alongside the false positive rate. A fraud detection rate of 99% is meaningless if it also blocks 10% of legitimate transactions. The goal is to maximise the detection rate while keeping false positives below a threshold that your business can tolerate.
Fraud patterns evolve constantly, so detection models require ongoing tuning. Analysing detection rate by fraud type (card testing, account takeover, friendly fraud) helps identify which vectors are well covered and which need additional rules or model training.
How to calculate fraud detection rate
Fraud Detection Rate = (Blocked Fraudulent Transactions / Total Fraudulent Attempts) x 100
Calculating the denominator requires combining blocked attempts with fraudulent transactions that slipped through (identified via chargebacks or manual review). For example, if your system blocks 950 fraudulent attempts but 50 get through and result in chargebacks, the total fraudulent attempts are 1,000 and the detection rate is 95%.
How to improve fraud detection rate
- 1
Layer multiple detection signals
Combine device fingerprinting, IP geolocation, velocity checks, and behavioural analysis. No single signal catches all fraud, but layered signals create a comprehensive defence.
- 2
Review and tune rules regularly
Analyse blocked transactions monthly to identify false positives. Adjust thresholds and rules based on actual fraud outcomes rather than theoretical risk. Remove rules that generate more false positives than genuine catches.
- 3
Use machine learning models alongside rules
ML models adapt to evolving fraud patterns faster than static rules. Use rules for known patterns and ML for emerging threats. Feed chargeback outcomes back into the model as training data.
- 4
Implement 3D Secure for high-risk transactions
Apply strong customer authentication to transactions flagged as elevated risk. This shifts liability to the card issuer and provides an additional verification layer without applying friction to low-risk payments.
Related metrics
Chargeback Rate
Payment dispute frequency
Financial MetricsMetric Definition
Chargeback Rate = (Number of Chargebacks / Total Transactions) x 100
Chargeback rate measures the percentage of transactions that customers dispute through their card issuer or bank. It is one of the most consequential financial metrics because exceeding card network thresholds can result in penalty fees, increased processing costs, or termination of the ability to accept card payments altogether.
Charge Success Rate
Payment authorisation effectiveness
Financial MetricsMetric Definition
Charge Success Rate = (Successful Charges / Total Charge Attempts) x 100
Charge success rate is the percentage of payment attempts that are successfully authorised and captured. It encompasses card network approvals, 3D Secure completions, and gateway processing outcomes. Every percentage point improvement in charge success rate translates directly to recovered revenue that would otherwise be lost to declined payments.
Dispute Resolution Rate
Chargeback win percentage
Financial MetricsMetric Definition
Dispute Resolution Rate = (Disputes Won / Total Disputes) x 100
Dispute resolution rate measures the percentage of chargebacks and payment disputes that are resolved in your favour after evidence submission. It reflects the effectiveness of your dispute management process and directly impacts revenue recovery from contested transactions.
Balance fraud prevention with revenue protection
Build a metric tree that connects fraud detection rate to chargeback rate, charge success rate, and false positive rate so you can tune your fraud rules without sacrificing legitimate revenue.