Menu
Stripe Blog·March 20, 2026

Evolving Fraud Detection Systems: Dynamic Authentication and Real-time AI for Agentic Commerce

This article discusses modern fraud detection strategies, highlighting a shift from static, rule-based systems to dynamic, AI-driven approaches. It covers integrating real-time authentication based on user intent, embedding fraud detection directly into agentic commerce payment flows, and utilizing multi-layered identity verification to combat advanced threats like deepfakes and synthetic identities. These strategies emphasize architectural considerations for building resilient and adaptable fraud prevention infrastructure.

Read original on Stripe Blog

The Evolution of Fraud Detection Architectures

Traditional fraud detection often relies on static, rule-based systems that apply a one-size-fits-all approach to authentication. While seemingly comprehensive, this method incurs significant costs due to false positives, leading to declined legitimate transactions and lost customer lifetime value. Modern systems are moving towards more dynamic, context-aware architectures that minimize friction for trusted users while escalating verification for high-risk activities.

Dynamic Authentication based on User Intent

Architectures for dynamic authentication leverage behavioral analytics and machine learning to build a 'high-trust velocity' profile for each user. This involves continuously assessing user intent and risk over time. Authentication challenges, such as 3D Secure (3DS), are then dynamically applied only to a small percentage of transactions deemed risky, significantly reducing friction for the majority of trusted users. This requires sophisticated data pipelines for real-time behavioral data collection and AI models for risk assessment.

💡

System Design Implication

Designing a system for dynamic authentication requires robust real-time data processing, predictive analytics, and an adaptable authentication orchestration layer. The trade-off is between minimizing false positives/friction and maintaining effective fraud prevention.

Embedded Fraud Detection for Agentic Commerce

The rise of agentic commerce, where AI agents initiate transactions, challenges traditional post-transaction rule-based fraud detection. Fraud detection must be deeply embedded within the payment infrastructure to operate in real-time. This means moving from reactive analysis to proactive, inline evaluation, where risk signals are exchanged and assessed during the transaction flow itself. Solutions like shared payment tokens with integrated risk signaling are crucial for this paradigm shift, allowing AI agents to transact securely without exposing raw credentials while providing real-time risk context.

Combating Deepfakes and Synthetic Identities with Multi-layered Verification

The proliferation of generative AI has lowered the barrier for creating convincing fake identities and deepfakes. Consequently, identity verification systems must evolve beyond single checks to multi-layered, anomaly-detection approaches. This involves comparing multiple data points (e.g., ID photo, selfie, SSN, address) against authoritative sources and using AI to detect subtle inconsistencies that even sophisticated forgeries can't perfectly replicate. An effective system requires integration with various global databases and advanced AI for biometric and document verification, focusing on identifying where an adversary will inevitably fail.

📌

A multi-layered identity verification system might perform the following checks sequentially or in parallel: 1. AI-powered document authenticity check (e.g., detecting fake IDs). 2. Biometric matching of ID photo with a live selfie (liveness detection). 3. Cross-referencing provided information (e.g., SSN, address, expiration dates) against multiple authoritative databases. 4. Behavioral analysis during the verification process to detect bot activity or suspicious interactions.

fraud detectionAImachine learningauthenticationreal-time systemsidentity verificationpayment systemsrisk management

Comments

Loading comments...