Digital India’s flag-ship payments platform is undergoing an overhaul in 2026 – however, not a new application or user interface. Rather, it is a class of machine learning models that will remain hidden from the majority of users. Every time you perform a UPI transaction, log into your bank’s mobile app, or send money via your wallet, there exists a layer of behavioral analytics that is being constantly refined to detect fraud patterns that were previously undetectable using traditional rule-based systems.
This transition is occurring because existing systems quietly failed.
The fraud landscape that broke traditional defenses
India’s digital financial services experienced growth beyond anyone’s expectations regarding anti-fraud playbooks. According to Reserve Bank reports released earlier this year, digital payment fraud cases increased approximately 27% year-over-year. In addition, the average transaction value of each fraud case decreased – indicative of distributed, automated attacks rather than social engineering attacks aimed at individual consumers.
Rule-based fraud engines were the mainstay of the previous decade. Rule-based engines utilize conditions to determine whether a transaction should be approved or rejected. Examples of conditions include: total transaction amounts; geographic anomalies; device fingerprints; and/or blacklisted merchant IDs. Rule-based engines function well based on identifiable patterns. However, against entirely new attack methodologies – including synthetic identities, agents creating accounts on behalf of victims, and micro-laundering utilizing a series of small transactions between low-value transfers – these types of engines result in either excessive false positive rates (I.e., rejecting valid transactions), or completely failing to recognize entirely new types of behavior.
As a result, the fraud prevention community has shifted the focus of detection from identifying specific rule sets to recognizing learned behavioral signatures.
Session-level interaction signals. Any and all interaction with the device – I.e., how the user interacts with the screen, pauses between typing fields when entering a password/login, path of the cursor/finger across the screen, duration of the cursor/dwell on a confirmation dialog. All interaction is captured in real-time and compared against the historical baseline for the device. For example, a trusted customer who enters his/her credentials in an irregular pattern prior to attempting a transaction is identified as early as possible.
Sequence-patterns between applications. Does the same identity exhibit similar patterns in switching between applications? Which applications do the user typically switch into before accessing banking? How frequently does the user reauthenticate? Any anomalies within this sequence typically indicate an attempt to take over an account prior to a potentially fraudulent transaction.
Features of Network Graphs. Beneficiary networks, merchant relationships, groups of devices clustered together, shared SIM/IMEI patterns. A newly created account begins to engage with merchants that exist in established mule networks will receive heightened scrutiny upon receipt of its first legitimate appearing transaction.
All three feeds flow into a model that produces a continually evolving risk assessment instead of simply producing a single yes/no answer. Each transaction receives that risk assessment and the threshold (above which a transaction is challenged) changes dynamically – dependent on factors such as region, time-of-day and current attack pressure on the platform.
For a more detailed explanation of how decision trees are constructed within automation platforms operating under incomplete knowledge bases please refer to the plain-language explanation found here.
First, explainability. When a rule prevents a transaction from completing the bank can provide an explanation to both regulators and customers as to why: “daily limits.” When a learned model identifies a potential fraudulent activity as suspicious, the explanation is: “a combination of behaviors resulted in a score crossing a threshold comprised of 47 inputs.” While both statements may be correct, only the first statement remains viable during hearings/court proceedings and audits from regulators.
The industry is investing substantial resources in developing surrogate-model explainers (SHAP values, counterfactual explanations, visualization of weightings) to help close this gap; however, regulatory frameworks have not caught up yet.
Second, drift. Attack strategies evolve in weeks. A model trained on first quarter attack patterns begin to fail by mid-year due to attackers gaining insight into the weaknesses in the system. Banks are currently deploying continuous re-training processes – but every re-train represents a new operational risk if the new model behaves unexpectedly in production. Frameworks using champion-challengers (wherein a new model operates in tandem with an active model until the new model supplants the older) have become widely accepted among large-scale deployments. This creates additional costs for compute and requires strict adherence to organizational policies; however, they are no longer negotiable for large-scale deployments.
What This Means for Average Consumers
Most end-users will experience minimal differences. The only apparent difference is when step-up authentication is initiated more often during irregular session events – an extra OTP, another biometric check, short delay. As long as transactions complete successfully, users can expect varying levels of friction. This friction is the system functioning. Traveling users will see some degree of friction during initial transactions originating from unfamiliar locations. Once their historical behavior baseline is re-established (via successful transactions), friction will decrease.
Small business owners operating point-of-sale terminals will see changes in their operations. Settlement holds for higher-risk merchant categories are enforced more intelligently but strictly. Businesses with consistently clean history records of transactions and predictable payout schedules along with properly verified KYC chains benefit from improved approval rates. Conversely, businesses identified as part of a suspected mule network (often without regard for any wrongdoing on their part) are subject to longer review times and must actively seek engagement with compliance personnel to remove suspect flags from their account(s).
The Path Ahead
The next stage is already visible in pilot implementations. Generative-AI technologies are being used not to perpetrate fraud (although that also occurs); but rather to simulate attacker behavior so that models can be trained against attack patterns that have not emerged in production yet. Adversarial-generated simulated transactions intended to evade identification against the present model become the training dataset for future iterations of the model.
Ultimately, which side benefits (defenders or attackers) from this emerging arms race will depend largely on how robustly data pipelines feed simulators – and whether banks cooperate in sharing signal in an organized manner. Preliminary indications from RBI-led collaborative efforts demonstrate that defenders are likely to be favored; particularly among better connected institutions. Smaller cooperative banks are likely to fall behind, and therefore will represent a significant proportion of the next two years’ worth of fraudulent transactions.
At present, there is one key conclusion: The layer of intelligence preventing fraud has evolved from relying solely on human-created rules to relying on learned models – and now the rate at which Indian digital finance becomes safer is directly tied to how quickly fraud prevention systems learn. The competition between defenders and attackers will continue, but for the first time in a decade, defenders have a structural toolkit that scales.
