Let’s Talk About What “Payment Sovereignty” Actually Requires From a Security Standpoint
The EPI/EuroPA agreement to cover 130 million users across 13 countries is politically impressive. But I want to zoom in on the part nobody’s discussing honestly: the security infrastructure gap between Wero and the incumbent networks.
I spent four years at Stripe building payment security systems. Before that, I worked on fraud detection at a major bank. What I learned is that payment security isn’t something you can buy off the shelf or build in a sprint. It’s a decades-long accumulation of data, models, and institutional knowledge.
Visa’s Fraud Detection: The Gold Standard Nobody Appreciates
Visa’s Advanced Authorization system processes over 500 risk factors per transaction in real-time — typically in under 300 milliseconds. It draws from:
- 65+ billion transactions annually as training data
- Historical behavior patterns across billions of cardholders
- Cross-merchant intelligence (if a card is compromised at one merchant, the pattern is immediately applied globally)
- Geolocation, device fingerprinting, behavioral biometrics
- Consortium data sharing across thousands of financial institutions
The result? Visa’s global fraud rate is approximately 0.07% — 7 cents per $100 transacted. That’s extraordinary for a system processing $14+ trillion annually.
What Wero Is Up Against
Wero is starting with zero transaction history for its fraud models. Yes, the underlying banks have their own fraud detection for existing products, but Wero as a new payment method creates new attack vectors:
Account-to-Account Specific Risks
- Authorized Push Payment (APP) fraud — convincing users to send money to fraudsters. This is the #1 fraud type on instant payment systems in the UK (Faster Payments) and has cost consumers over £500M annually.
- Account takeover at scale — compromising Wero wallet credentials to initiate fraudulent transfers
- Social engineering exploiting unfamiliarity — consumers who don’t understand how Wero works are more susceptible to scams
- Money mule networks — instant, irrevocable payments are a gift to money launderers
The Irrevocability Problem
Card payments have chargeback mechanisms. Wero’s account-to-account transfers are instant and irrevocable. Once the money moves, it’s gone. This fundamentally changes the fraud risk profile. The UK’s experience with Faster Payments should be a cautionary tale — APP fraud exploded precisely because instant payments removed the safety net.
Can Modern ML Close the Gap?
The optimistic argument is that Wero can deploy modern machine learning models that leapfrog Visa’s legacy systems. There’s some truth here:
- Transformer-based fraud models can learn patterns faster from less data than older statistical approaches
- Behavioral biometrics (typing patterns, swipe dynamics) add a layer Visa’s card-based system can’t easily match
- Graph neural networks for detecting money mule networks are cutting-edge and not widely deployed by incumbents
But here’s the reality check: ML models are only as good as their training data. Wero won’t have meaningful fraud data until it’s processing significant volume, and by then the fraudsters will have already exploited the early vulnerabilities.
My Recommended Security Architecture for Wero
If I were advising EPI’s security team, here’s what I’d prioritize:
- Mandatory Strong Customer Authentication (SCA) for all transactions above €50 — yes, this adds friction, but it’s necessary during the trust-building phase
- Transaction velocity limits — cap daily/weekly transfer amounts per user during the first 2 years
- Consortium fraud data sharing from day one — require participating banks to feed their existing fraud intelligence into Wero’s models
- Delayed settlement for high-risk transactions — introduce a 15-minute hold for flagged transfers (sacrificing “instant” for security)
- Dedicated APP fraud prevention — mandatory confirmation-of-payee checks and cooling-off periods for first-time recipients
The Trust Equation
Ultimately, Wero’s success depends on consumer trust. One major fraud incident — a large-scale data breach, a fraud wave that costs consumers millions — could set the entire initiative back years. Visa and Mastercard have built trust over decades through consistent, low-friction, secure experiences. Wero needs to be more secure than the incumbents from day one, not less.
The “several billion euros” EPI estimates for the full buildout? I’d argue at least 20-30% of that should go to security infrastructure. Anything less is building a house without a foundation.
What’s your take on the fraud economics and the infrastructure scaling challenge?