
Most fintech regulatory content is written by law firms. It is accurate, thorough, and tells you almost nothing about what to build.
A safeguarding rule change is not a legal event that your compliance team absorbs. It is a reconciliation engine, an immutable audit trail, and a monthly return that has to generate itself from production data without a human assembling it in a spreadsheet. The APP fraud reimbursement regime is not a policy question. It is real-time transaction scoring, evidence capture at the point of payment, and a case management workflow that can reconstruct a decision eighteen months later.
2026 has been an unusually heavy year for UK payments and fintech regulation. The safeguarding regime changed on 7 May. The Payment Systems Regulator's functions are moving to the FCA. The Open Finance roadmap has landed. Stablecoin perimeter guidance is in consultation with final FCA guidance due in September.
Every one of those lands on an engineering backlog.
This guide covers what the 2026 changes mean architecturally, what a compliant London fintech build actually costs, how to shape the team, and the failure modes that turn eighteen-month builds into thirty-month builds.
This is an engineering guide, not legal or regulatory advice. Every regulatory position described here should be confirmed with qualified counsel or a compliance specialist before it drives a build decision.
London's fintech concentration is not a marketing claim, it is a hiring problem. The engineers who have shipped an FCA-authorised product before are concentrated inside the M25, and they are being bid for simultaneously by hedge funds, tier-one banks, and venture-backed AI companies with different tolerance for cost than yours.
That shows up directly in rates. London runs roughly 20 to 35 percent above UK national rates for equivalent engineering work, and the gap is widest exactly where fintech needs depth: senior architecture, payments infrastructure, and security. Median software engineer rates in London have tracked around £775 per day, against a UK excluding-London median closer to £475. The full breakdown sits in our UK developer day rate index.
The practical consequence is that most London fintechs outside the venture-funded tier cannot staff a full team locally at sustainable cost. What works is a barbell: senior regulatory and architectural judgement retained in London, where proximity to the FCA, to counsel, and to the payments ecosystem genuinely matters, with delivery capacity supplied at a rate the business can run for three years rather than nine months. That is the structure we build with London clients through our London software development practice, and it is the structure most surviving fintechs converge on eventually.
What does not work is the reverse — offshoring the regulatory thinking and keeping the implementation local. Regulatory interpretation is the part that cannot be outsourced.
A summary of what moved, and what each one costs you in build terms.
Change | Status | Engineering impact |
|---|---|---|
Safeguarding regime (PS25/12, CASS 15) | In force 7 May 2026 | High — reconciliation, audit trail, automated returns |
APP fraud reimbursement | In force since Oct 2024, evaluation Q3 2026 | High — real-time scoring, evidence capture, case management |
Open Finance roadmap | Published 2026 | Medium-high — API surface, consent management |
PSR functions transferring to FCA | Announced April 2026 | Low-medium — reporting continuity, scheme governance |
Stablecoin / UKQS perimeter | FCA final guidance due Sept 2026 | High if in scope, zero if not |
Consumer Duty | Crystallising through 2026 | Medium — outcomes instrumentation and monitoring |
The pattern worth noticing: almost all of it is data, evidence and traceability rather than features. UK financial regulation has moved decisively toward outcomes you have to demonstrate, not controls you merely have to operate. Systems designed to do the right thing but not to prove they did it will fail supervision even when the underlying behaviour was correct.
Design for evidence from day one. Retrofitting an audit trail into a system that was not built for one is close to a rewrite.
The change with the most direct engineering consequence this year.
The FCA published its safeguarding policy statement (PS25/12) in August 2025, with a nine-month implementation period, and the supplementary regime came into force on 7 May 2026. Key elements include a £100,000 threshold below which payment firms are not required to obtain an annual external safeguarding audit, simplified internal reconciliation rules, and an amended monthly safeguarding return.
What this means to build:
A reconciliation engine, not a reconciliation report. Internal reconciliation of safeguarded funds needs to run continuously against production data, flag breaks as they occur, and hold a record of how each break was resolved. Firms that reconcile monthly by exporting to a spreadsheet are one supervisory visit away from a problem, because the spreadsheet is the control and it is not auditable.
An immutable audit trail across the fund lifecycle. Every movement into and out of safeguarded accounts, with the reason, the actor, the timestamp and the resulting balance state. Append-only, tamper-evident, and queryable at a point in time. "What was the safeguarded balance at 14:32 on 3 March, and what supported it?" must be answerable from the system.
The monthly return generated from source. If a human assembles the return, the return reflects what that human understood rather than what the system holds. Generate it from production data on a schedule, and treat any manual adjustment as an exception requiring a recorded reason.
Wind-down planning as a data requirement. The FCA has been explicit that firms should be able to demonstrate resilience and orderly wind-down. That is not a document — it is the ability to produce a complete, reconciled customer fund position quickly and reliably.
Budget realistically. For a firm building this properly rather than patching it, the reconciliation and evidence layer is typically a three to five month workstream on its own, and it is not the part anyone wants to fund. It is also the part that determines whether the authorisation holds.
The Payment Systems Regulator's mandatory reimbursement requirements for Faster Payments and CHAPS came into force on 7 October 2024, and the regime is now in its embedding phase. An independent evaluation is expected in Q3 2026, which may lead to amendments.
The FCA's supervisory posture has shifted from "respond appropriately when scams occur" to expecting firms to take proactive preventative steps. That is a materially different engineering brief.
What this means to build:
Real-time risk scoring in the payment path. Not batch, not overnight. Scoring that runs inside the payment authorisation window and can interrupt it. This is a latency-budget problem before it is a machine learning problem — a model that is 3 percent more accurate and 400ms slower is usually the wrong trade.
Evidence capture at the decision point. When you warn a customer, what exactly did they see, when, and what did they do next? Reimbursement disputes are settled on that record. Systems that log "warning shown" without capturing the specific content and the customer's response cannot defend a decision.
Case management that reconstructs the past. A claim raised in month eighteen must be assessable against the rules, models and warnings that were live at the time of the payment — not against today's. Model versioning and configuration history are compliance requirements here, not engineering hygiene.
Vulnerability signals as first-class data. The FCA's focus on vulnerable customers means the ability to identify and act on vulnerability indicators, and to evidence that you did.
The machine learning component here is real and it is where most firms underinvest in the wrong direction — buying a sophisticated model and neglecting the evaluation harness, the feature pipeline, and the versioning that makes it defensible. Our AI and machine learning practice spends more time on that infrastructure than on the models themselves, because in a regulated context an undefendable model is worse than a simple one.
HM Treasury confirmed the FCA would publish an Open Finance roadmap, and the roadmap has since landed. This sits alongside plans for a "future entity" to steward open banking standards with potential to scale into Open Finance, and the government's broader Smart Data programme aimed at interoperable schemes across the economy.
Variable recurring payments are the near-term commercial story. Expect the term to become considerably more familiar over the next eighteen months.
What this means to build:
Consent as a first-class domain object. Not a boolean on a user record. A consent has a scope, a duration, a mandate, an audit history, and a revocation path — and in a VRP context, parameters governing amount and frequency. Firms that modelled consent as a flag in the open banking era are rebuilding it now.
An API surface designed for a standard that is still moving. Build to an abstraction rather than to today's specification. The Open Finance perimeter is expanding and the standards body arrangements are changing; a direct coupling to current endpoints will cost you.
Data portability as an architectural assumption. The Smart Data direction of travel means customer data will need to move out of your systems on request, in a defined format, reliably. Systems where customer data is scattered across services with no canonical view will find this expensive.
Relevant only if you are in scope, and expensive if you are.
The regulatory picture has moved substantially. HM Treasury published a policy note and draft statutory instrument in April 2026 proposing amendments to the cryptoassets regulations, aimed at providing greater certainty for firms wishing to offer stablecoin payment services. The concept of a UK qualifying stablecoin has been carved out of certain dealing activities to avoid barriers ahead of broader payment services reform, while lending and borrowing involving UKQS remains in scope. Firms undertaking UKQS payments are generally expected to hold cryptoassets safeguarding permissions where they safeguard those assets. FCA final guidance is expected in September 2026.
What this means to build: custody and safeguarding architecture that satisfies both the traditional safeguarding regime and the cryptoasset permissions, key management to institutional standards, and reconciliation across on-chain and off-chain balances. This is specialist work and it is the one area in this article where I would tell you plainly to hire a boutique with direct experience rather than a generalist partner, ourselves included.
The practical advice: if your product does not require stablecoin functionality to work, do not add it in 2026. The regime is still settling, final guidance is a month away at the time of writing, and building against a moving perimeter is the most expensive way to build.
Consumer Duty has been in force since 2023, but 2026 is the year supervisory expectations crystallise. The FCA's framing is outcomes-focused: firms must demonstrate good outcomes, not merely evidence good intentions.
What this means to build: instrumentation. You need to measure outcomes across customer segments, detect where a cohort is receiving materially worse results, and evidence the action taken. That requires segmentation data, outcome metrics defined in advance, and a monitoring layer that surfaces divergence rather than waiting for someone to run a query.
Most firms have the data and cannot answer the question, because it lives across six services in six shapes. The work is usually a data layer and a definition exercise rather than new product features — unglamorous, and the difference between a comfortable supervisory conversation and an uncomfortable one.
A shape that accommodates the above without over-engineering for a firm that is not yet at scale.
Core ledger. Double-entry, immutable, append-only. Every balance is derivable from the event history. This is the single most important decision in a fintech build and the most expensive to get wrong. Do not use a mutable balances table.
Event store. Every state change published as an event with a stable schema and a version. This is what makes point-in-time reconstruction possible, and point-in-time reconstruction is what most 2026 obligations reduce to.
Safeguarding service. Owns the fund position, runs continuous reconciliation, generates returns, raises breaks. Isolated from the product path so product changes cannot silently alter safeguarding behaviour.
Risk and fraud service. Sits in the payment path with a hard latency budget. Versioned models, versioned configuration, full decision logging including inputs.
Consent and mandate service. Owns scope, duration, parameters, revocation, history. Referenced by every service that acts on customer authority.
Evidence layer. Cross-cutting. Captures what was shown, when, to whom, and what happened next. Frequently the thing that gets deferred and should not be.
Reporting and outcomes layer. Reads the event store. Generates regulatory returns and Consumer Duty outcome monitoring from the same source of truth as the product, so the numbers cannot diverge.
The principle underneath all of it: the system of record for compliance and the system of record for the product must be the same system. Every firm that keeps a separate compliance view eventually discovers the two disagree, usually during supervision.
Component | Recommendation | Reasoning |
|---|---|---|
Core ledger | Build | Too central to outsource. Vendor ledgers rarely fit your product semantics. |
KYC / identity verification | Buy | Mature vendor market, commodity capability, no differentiation |
Fraud scoring | Hybrid | Buy baseline signals, build the decisioning and evidence layer |
Card issuing / processing | Buy | Certification burden is enormous and not your product |
Safeguarding reconciliation | Build | Must reflect your specific fund flows and product |
Consent / mandate management | Build | Central to Open Finance positioning, vendor lock-in is dangerous here |
Regulatory reporting | Hybrid | Buy the submission plumbing, build the data generation |
Core banking | Depends | Buy if you are a proposition play, build if the ledger is the product |
The reliable error is buying the ledger and building KYC. That is backwards. Buy the commodity, own the thing your regulator will ask you about.
Indicative planning bands for a London-based, FCA-authorised fintech build. Scope drives more variance than anything else here.
Scope | Timeline | Blended cost band |
|---|---|---|
Regulated MVP, single product, one payment rail | 6–9 months | £250k – £600k |
Full platform, multiple rails, safeguarding at scale | 12–20 months | £700k – £2m |
Retrofitting 2026 compliance into an existing platform | 4–9 months | £150k – £500k |
The third row is where most London firms actually are, and it is the least discussed.
Team shape for a regulated build:
Role | Allocation | Note |
|---|---|---|
Technical lead / architect | 1.0 FTE | Full time. This is not the role to run part-time in a regulated build. |
Backend engineers | 3–5 FTE | The bulk of the work |
Data engineer | 1.0 FTE | Underestimated. Evidence and reporting live here. |
Security engineer | 0.5 FTE | Continuous, not a pre-launch penetration test |
DevOps / platform | 0.5–1.0 FTE | Deployment traceability matters more here than elsewhere |
QA | 1.0 FTE | Including regression against regulatory scenarios |
Compliance-engineering liaison | 0.5 FTE | The role that gets cut and should not be |
That last row is the one worth defending in a budget conversation. Someone must translate between counsel and engineers continuously. Without it, engineers build to their reading of a regulation and compliance discovers the gap late, which is the most expensive point at which to discover it.
For how these team shapes map to staffing models and the IR35 implications of each, see our 2026 IR35 guide.
1. Compliance arrives at month nine. Engineering builds for eleven months, compliance reviews, and material rework follows. Fix: compliance in sprint planning from sprint one.
2. The ledger is mutable. A balances table updated in place. Works until the first reconciliation dispute, at which point you cannot prove anything. This is the single most expensive architectural mistake in fintech and it is nearly always made in the first fortnight.
3. Evidence is deferred. Audit trail marked as post-MVP. It is never post-MVP; it is foundational, and retrofitting it touches every service.
4. The regulatory perimeter is assumed rather than confirmed. Teams build a feature, then discover it requires a permission they do not hold. Confirm the perimeter with counsel before the sprint, not after the demo.
5. Authorisation timelines are modelled optimistically. FCA authorisation takes as long as it takes, and it is not compressible by engineering effort. Building a runway model that assumes a fast determination is how well-engineered fintechs run out of money.
What changed for UK fintech safeguarding in 2026? The FCA's supplementary safeguarding regime for payments and e-money firms came into force on 7 May 2026, following policy statement PS25/12 published in August 2025 with a nine-month implementation period. Changes include a £100,000 threshold below which firms do not require an annual external safeguarding audit, simplified internal reconciliation rules, and an amended monthly safeguarding return.
How much does it cost to build a fintech platform in London? A regulated MVP with a single product and one payment rail typically runs £250k to £600k over six to nine months. A full platform with multiple rails and safeguarding at scale runs £700k to £2m over twelve to twenty months. Retrofitting 2026 compliance obligations into an existing platform typically costs £150k to £500k.
Do I need to build my own ledger? In most cases yes. The ledger encodes your product semantics and is the system your regulator will interrogate. Vendor ledgers rarely fit precisely, and the cost of a mismatch compounds. Buy commodity components such as KYC and card processing; own the ledger.
What does the APP fraud reimbursement regime require technically? Real-time risk scoring inside the payment authorisation path, capture of exactly what warnings a customer saw and how they responded, versioned models and configuration so a decision can be reconstructed at a later date, and case management capable of assessing a claim against the rules that were live at the time of the payment.
Should I build stablecoin functionality in 2026? Only if your product genuinely requires it. The regulatory perimeter is still settling, with FCA final guidance expected in September 2026 and HM Treasury amendments to the cryptoassets regulations proposed in April 2026. Building against a moving perimeter is expensive. If you are in scope, engage a specialist with direct experience.
How long does FCA authorisation take? It varies considerably by permission type and application quality, and it is not compressible by engineering effort. Model your runway conservatively and do not assume a fast determination. Take specialist advice on your specific permissions.
Can fintech development be done outside London? The delivery work, largely yes. Regulatory interpretation and architectural ownership benefit substantially from proximity to counsel, the FCA and the payments ecosystem. The structure that works is senior regulatory and architectural judgement retained in London with delivery capacity supplied at sustainable rates. The reverse — offshoring the regulatory thinking — does not work.
What is the most common architectural mistake in UK fintech builds? A mutable balances table instead of an immutable double-entry ledger. It works during development and fails at the first reconciliation dispute, when the firm discovers it cannot demonstrate how a balance was arrived at. It is usually decided in the first two weeks and is the most expensive thing to reverse.
The 2026 UK regulatory changes are, almost without exception, requirements to demonstrate rather than merely to do. Safeguarding, APP fraud, Consumer Duty and Open Finance all reduce to the same engineering property: can you reconstruct, from your own systems, exactly what happened and why, at any point in the past.
Build for that and the individual rule changes become manageable. Build without it and each one is a separate retrofit.
Three things worth doing before your next planning cycle: confirm your ledger is genuinely immutable, confirm your monthly safeguarding return generates from production data rather than from a person, and put a named individual on the compliance-to-engineering translation full time.
Akoode Technologies is an AI and software development company headquartered in Gurugram, India, with a US office in Oklahoma, working with clients across the UK, USA and India. We build custom software, AI and machine learning systems, mobile applications and eCommerce platforms for startups, SMEs and enterprises across 15+ industries, with 180+ projects delivered globally and clients in London, Manchester and across the UK.
Verified ratings: 4.9 out of 5 on Google across 110 client reviews, and 5.0 out of 5 on GoodFirms.
If you are planning a regulated build or working out what the 2026 changes mean for an existing platform, book a call. We will give you a straight architectural view — including when a specialist boutique is the better answer than a general partner.
This article is an engineering guide, not legal, regulatory or financial advice. Regulatory positions described reflect published guidance and industry analysis as of August 2026 and remain subject to change, including FCA final guidance on cryptoasset perimeter matters expected in September 2026 and the independent evaluation of the APP fraud reimbursement regime. Confirm all regulatory positions with qualified counsel before they drive build decisions.
Subscribe to the Akoode newsletter for carefully curated insights on AI, digital intelligence, and real-world innovation. Just perspectives that help you think, plan, and build better.