Evaluating a UPI fraud detection platform is genuinely difficult. Every vendor claims real-time detection, AI-powered insights, and RBI compliance. The marketing language is largely interchangeable. The actual systems are not.

This guide cuts through the noise and gives you 8 concrete criteria for evaluating fraud detection platforms — with specific questions to ask in demos, red flags to watch for, and the distinction between what's real and what's a marketing claim.

It's written for the people who actually run procurement: risk technology heads at banks, CTOs at fintechs, CROs at NBFCs, and fraud operations managers who will live with the choice for the next 5 years.

Who this guide is for: Indian banks, scheduled commercial banks, fintechs, payment aggregators, NBFCs, and CERT-In empanelled cybersecurity organisations evaluating fraud detection platforms for UPI and digital payment use cases.

The 8 Criteria

1
Detection Latency: What Does "Real-Time" Actually Mean?
Most important for transaction blocking

Every platform claims real-time detection. In practice, "real-time" can mean anything from 40ms to 4 seconds depending on the implementation. For UPI fraud detection to actually block a transaction before completion, the full scoring pipeline — rule evaluation + ML inference + decision — must complete in under 100ms.

Systems that run at 300ms+ can alert and review, but cannot block. They are monitoring platforms, not prevention platforms. For high-velocity fraud (SIM swap, mule cycling), the difference between 50ms and 500ms is the difference between catching fraud before it completes and generating a complaint backlog.

Ask in demo: "Can you show me the p95 scoring latency under production load? What is the latency breakdown between rule engine and ML model?" Any vendor that can't show live latency metrics should be treated with caution.

2
India-Native Feature Set vs. Adapted Global Platform
The most common source of false negatives

UPI fraud has specific signals that are unique to the Indian payment context. A platform built for generic card fraud in the US or Europe and subsequently "adapted for India" will likely be missing these:

  • VPA-based blacklisting — UPI uses Virtual Payment Addresses; generic platforms are card/account-number native
  • MHA district risk mapping — High-risk districts from India's Ministry of Home Affairs Cyber Crime Portal
  • Bureau velocity signals — Number of credit bureau inquiries in 72 hours preceding a transaction
  • UPI fan-out patterns — A single VPA receiving from many unique senders in a short window (mule signal)
  • Seconds-since-disbursal — Transaction velocity after loan disbursal (advance fee fraud pattern)
  • JLG device sharing — Joint Liability Group members sharing devices (NBFC-specific signal)

If a platform doesn't have these signals as first-class features — not custom integrations you have to build — it will have structural blind spots in Indian fraud detection.

3
Rule Engine: No-Code vs. Engineer-Dependent
Determines how fast you can respond to new fraud patterns

Fraud patterns change faster than engineering cycles. When a new attack vector emerges — a new mule VPA pattern, a new district cluster, a new social engineering script — your risk team needs to be able to update detection rules in hours, not weeks.

Platforms that require engineering tickets for every rule change create an operational bottleneck that fraudsters actively exploit. Within weeks of a new fraud pattern appearing, word spreads through fraud networks about which banks have slow rule-update cycles — and those banks become preferred targets.

A no-code rule engine with AI-powered rule suggestions (where the system identifies patterns in flagged transactions and suggests new rule conditions) is the standard for modern fraud operations.

Ask in demo: "Can a non-engineer create a new rule that blocks all transactions above ₹10,000 to VPAs registered in the last 30 days, from 11 PM to 5 AM? How long does that take?" If the answer involves a ticket or a developer, that's a red flag.

4
ML Model: Black Box vs. Explainable AI
Non-negotiable for RBI compliance

The RBI's guidance on responsible AI in financial services — and the practical requirements of fraud dispute handling — make explainability non-negotiable. When a customer disputes a blocked transaction, or when an RBI examiner asks why a transaction was flagged, "the model assigned a score of 0.87" is not an acceptable answer.

SHAP (SHapley Additive exPlanations) values are the current standard for fraud model explainability. For each transaction decision, the system should show which features contributed most to the score: "blocked because: amount 3.2× average (contribution +0.18), new beneficiary (+0.12), 11 PM transaction (+0.09), high-risk district (+0.08)."

Ask vendors specifically about SHAP integration — and ask to see it on a live transaction in the demo. Some platforms claim explainability but only show generic feature importance, not per-transaction SHAP values.

5
Mule Detection: First-Hop Only vs. Network Analysis
With average hop depth at 3.4, this is critical

Most fraud platforms detect mule accounts through simple rules: high transaction volume, round amounts, pass-through ratio. These catch first-hop mules — accounts that directly receive fraud proceeds — but miss the vast majority of the layering chain.

In FY26, the average mule hop depth is 3.4. Fraud proceeds pass through 3–4 intermediate accounts before cash-out. A platform that only flags direct recipients is catching roughly 30% of the mule network.

Graph-based mule detection — building a directed graph of VPA→VPA flows and computing network centrality measures, in-degree, out-degree, and pass-through ratios across the entire subgraph — is required to detect second and third-hop accounts. This is technically more complex but the difference in catch rate is significant.

6
Compliance Reporting: Manual Export vs. Automated Workflow
Determines whether you can meet CERT-In's 6-hour deadline

CERT-In requires incident reports within 6 hours. FMR filings have defined turnaround deadlines. RBI examinations request audit trail exports on short notice. A platform where compliance reports require manual data extraction, formatting, and compilation is a liability — particularly as fraud volumes scale.

Look for: one-click FMR export in the required format, automated CERT-In incident report generation, a compliance countdown dashboard showing upcoming deadlines, and SAR/STR filing workflow with FIU-India format support.

7
Deployment Architecture: SaaS, On-Premise, or Hybrid
Determines data residency compliance

RBI's data localisation requirements and many banks' internal policies require transaction data to remain in India. Pure SaaS platforms with US or EU data centres may not satisfy these requirements without contractual data residency guarantees and technical controls.

On-premise or private cloud deployment options — where the platform runs in the bank's own infrastructure — eliminate data residency concerns entirely. For CERT-In empanelled organisations, this also simplifies the security certification process since the platform is within the organisation's own security perimeter.

8
Total Cost of Ownership: Platform Price vs. Integration Cost
The integration cost is often larger than the platform cost

Platform pricing is visible. Integration cost is not. The full cost of deploying a fraud detection platform includes: API integration with core banking systems, custom feature engineering for institution-specific signals, analyst training, compliance report format customisation, and ongoing model maintenance.

Platforms that offer API-first architecture, pre-built connectors for common Indian core banking systems, and no-code configuration for most use cases significantly reduce integration cost. Platforms that require extensive professional services engagement for every customisation have a much higher 3-year TCO than the license price suggests.

Red Flags to Watch For

🚩

Latency claims without proof. "Real-time" claims in marketing materials that can't be demonstrated in a live demo under production-like load. Ask for p95 and p99 latency numbers.

🚩

"Adapted for India" positioning. Platforms that started as generic fraud tools and added Indian payment support as a module. Indian-specific signals (VPA, MHA districts, bureau velocity) should be core, not add-ons.

🚩

Black-box ML with no per-transaction explainability. Feature importance charts ≠ SHAP explanations. Ask to see the explanation for a specific blocked transaction, not an aggregate view.

🚩

Rule changes require engineering involvement. If a risk analyst can't create and activate a new rule without a developer, the platform is not suitable for modern fraud operations.

🚩

FMR and CERT-In reports are manual exports. Compliance reports that require manual data compilation are a timeline risk. Automated, format-correct export should be table stakes.

🚩

No clear data residency answer. Any vendor that is vague or evasive about where transaction data is stored is a compliance risk. Demand a written answer on data localisation.

Questions to Ask in Every Demo

Technical Questions

  • What is your p95 scoring latency in production? Can you show it live?
  • Show me a SHAP explanation for a blocked transaction — per transaction, not aggregate.
  • Can a non-engineer create a new rule right now, in the demo environment?
  • How does your mule detection work beyond first-hop — do you do graph analysis?
  • Where is transaction data stored? What is your data residency architecture?

Compliance Questions

  • Show me how an FMR export is generated. How long does it take?
  • How do you support CERT-In incident reporting within 6 hours?
  • Is the audit trail tamper-evident? How is it accessed in an RBI examination?
  • What SAR/STR filing support do you have for FIU-India submissions?

Operational Questions

  • What does the rule change workflow look like end-to-end for a risk analyst?
  • How are false positive rates tracked and managed over time?
  • What does model retraining look like — how often, who initiates it, what's the deployment process?
  • What is the median time-to-deploy for a net-new rule?

Why vcurd Was Built to Pass This Evaluation

vcurd was designed by a team that had run through this evaluation process and found that no existing platform satisfied all 8 criteria for the Indian market. The result is a platform where:

  • Sub-50ms scoring latency is demonstrated in production, not just claimed
  • All Indian-specific signals (VPA, MHA districts, bureau velocity, fan-out, JLG) are first-class features
  • Any risk analyst can create and activate a rule in under 2 minutes
  • Every ML decision comes with SHAP attribution on the specific transaction
  • Graph-based mule scoring covers multi-hop mule networks
  • FMR, CERT-In, and SAR exports are one-click automated
  • The platform deploys on-premise or private cloud for full data residency control

See the full feature set or schedule a demo to run through the questions in this guide with our team.