A real-time API cut bank onboarding from 3 months to 1
The case in 30 seconds
- Problem
- Partner banks delivered beneficiary data as CSV file uploads. The file structure was complex, and every onboarding ran differently. Nothing told a partner whether they had read the specification correctly until a batch failed. Banks spent months decoding the requirements before they could go live.
- What I did
- Proposed a real-time Beneficiary Management API to replace the batch upload. I ran the onboarding myself, defined the core use cases, and specified the OpenAPI/Swagger contract. Engineering built the first version; I improved it with launch partner N26, then validated it as the standard onboarding path.
- Impact
- Average bank onboarding fell from 3 months to 1 — a 66% reduction. Products were integrated across 28 markets, representing €26M gross written premium.
How it happened
- 2021 — Where it started
Onboarding was known to be slow, but nobody had located the cost. I ran the existing process myself, as a partner would, and found it. The file structure was complex, and every onboarding ran differently. A partner got no feedback until a batch failed — weeks in.
- The architecture decision
Replace the batch file with a real-time Beneficiary Management API. I defined the core use cases and specified the OpenAPI/Swagger contract, so the interface was agreed before code. Every partner-facing API then moved behind one Apigee gateway — a single front door for security, monitoring, and versioning.
- First release — with N26
The first version went to N26 before anyone else; their feedback shaped the next one. Real-time validation moved the error to the moment it was made, so integration became a conversation instead of a wait.
- The standard path
Once it held, I validated the API as the standard path, not an option alongside the CSV upload. One documented route, written developer-first. Self-service is the change management — it lowered integration cost and improved developer experience.

The Beneficiary Management API — developer-first documentation. - Today66%shorter bank onboardingReal-time APIs replacing batch processing28markets integratedTravel and appliance protection products€26Mgross written premium integratedAcross 28 onboarding markets
What I took from it
APIs are products. Developer experience decides how fast a partner reaches revenue.