The Email That Changed Our Q2 Roadmap
Three weeks ago, our VP of Partnerships forwarded an email from one of our largest European banking clients: “We need to discuss Wero integration timelines for your platform.” That single email triggered a cross-functional war room that’s still ongoing.
Here’s what happens when a Fortune 500 financial services company gets serious about integrating a new payment rail.
The Current State of Our Payment Infrastructure
Our platform currently supports:
- Card payments via Visa, Mastercard, Amex (through Adyen and Stripe)
- SEPA Direct Debit for recurring European payments
- SEPA Credit Transfer for batch payments
- Local payment methods (iDEAL in Netherlands, Bancontact in Belgium, Giropay in Germany)
- Open Banking payments via Tink and TrueLayer
Adding Wero means adding a sixth payment rail with its own:
- API integration and certification process
- Settlement and reconciliation workflow
- Fraud detection and risk scoring
- Compliance and regulatory requirements
- Customer support and dispute resolution process
- Reporting and analytics pipeline
The Engineering Complexity Is Non-Linear
Here’s what product managers and executives consistently underestimate: the complexity of a multi-rail payment system grows non-linearly with each new rail.
It’s not just “add another payment method.” Each new rail creates:
- N x N routing logic: When should a transaction go through Wero vs. SEPA vs. card? This requires a routing engine that considers cost, speed, reliability, merchant preference, and regulatory requirements.
- Reconciliation complexity: Each rail has different settlement timing, different data formats, different error codes. Our reconciliation system already handles 47 different error code mappings. Wero adds another set.
- Testing matrix explosion: Every payment flow (initiate, authorize, capture, refund, dispute) needs to be tested across every rail, in every country, with every edge case. Our test suite for payments alone is 15,000+ tests.
The Certification Process
Based on our preliminary research, Wero integration requires:
- EPI membership or partnership — not all companies can integrate directly
- Technical certification — API integration testing, security assessment, compliance review
- Country-by-country rollout — Germany first (live), France and Belgium in 2026, others following
- Ongoing compliance — PSD2/PSD3 SCA requirements, AML screening, transaction monitoring
Our estimated timeline: 9-12 months from decision to first live transaction. That’s assuming we can get certified and that the API documentation is mature enough to build against (based on what I’ve heard from peers, it’s still evolving).
The Staffing Challenge
We’d need to allocate:
- 2 senior backend engineers for core integration (6 months)
- 1 frontend engineer for checkout flow updates (3 months)
- 1 QA engineer for testing (6 months)
- 0.5 compliance analyst for regulatory review (ongoing)
- 0.5 product manager for requirements and coordination
That’s roughly $800K-1.2M in fully loaded engineering cost for the initial integration, plus ongoing maintenance. For a payment method that currently has zero volume from our customer base.
The Build vs. Wait Decision
The strategic question we’re debating internally:
Build now (early adopter):
- First-mover advantage with European banking clients who are pushing Wero
- Demonstrate commitment to European digital sovereignty narrative
- Be ready when Wero volume scales
- Risk: investing heavily in a platform that may not reach critical mass
Wait (fast follower):
- Let the API stabilize, let others find the bugs
- Wait for payment processor support (Adyen/Stripe adding native Wero)
- Lower engineering cost as tooling matures
- Risk: losing deals to competitors who moved faster
We’re currently leaning toward a phased approach: build a Wero integration prototype in Q2, certify in Q3, pilot with 2-3 banking clients in Q4. Full rollout in 2027 if volume justifies it.
What I’d Tell Other Engineering Leaders
If you’re running engineering at a company with European payment exposure:
- Start your technical assessment now — don’t wait for a client request
- Evaluate your payment abstraction layer — if your architecture tightly couples to Visa/Mastercard, you have technical debt to address
- Budget for multi-rail complexity — it’s always more expensive than you think
- Watch the regulatory signals — if the EU mandates Wero acceptance, the timeline compresses dramatically
The EPI/EuroPA agreement covering 130 million users across 13 countries is a signal that this is real. Whether it becomes the dominant European payment rail or a niche method alongside cards, engineering teams need to be preparing.
For those who’ve started evaluating Wero integration — what’s your experience with the API maturity and certification process?