Skip to main content
Custom SaaS Development

Fintech SaaS Development UK: FCA Authorisation, Open Banking & PSD2 in 2026

Build FCA-compliant fintech SaaS in the UK. EMI licences, Open Banking CMA9 APIs, PSD2 SCA, UK GDPR, KYC/AML architecture, and real development cost ranges for 2026.

Jahja Nur Zulbeari | | Updated May 15, 2026 | 14 min read
Fintech FCA Open Banking PSD2 UK GDPR KYC SaaS
UK fintech compliance framework with FCA regulatory layers — fintech SaaS development for UK market
On this page(19)

The UK fintech market is one of the most developed in the world — and one of the most demanding to build for. London remains Europe’s largest fintech hub, home to over 2,500 fintech companies, and the FCA has established a reputation as a regulator that takes compliance seriously without being hostile to innovation. Building a fintech SaaS product for the UK market in 2026 means navigating FCA authorisation, Open Banking API connectivity, PSD2 SCA requirements, and a post-Brexit UK GDPR regime — all before you ship your first user.

This guide is written for founders and CTOs who are serious about building a compliant, production-ready UK fintech platform. It covers the regulatory architecture, technical implementation decisions, and realistic cost ranges you need to plan your build.

The UK Fintech Regulatory Landscape in 2026

FCA Authorisation Pathways

The Financial Conduct Authority (FCA) is the primary regulator for payment services and electronic money in the UK. Depending on what your fintech SaaS product does, you will need one of the following:

Account Information Service Provider (AISP) Registration Required if your product reads customer bank account data via Open Banking APIs. AISP is a lighter-touch regime — it requires FCA registration rather than full authorisation — but still demands a regulatory application, proof of compliance systems, and adequate professional indemnity insurance.

Payment Initiation Service Provider (PISP) Authorisation Required if your product initiates payments from customer bank accounts. Full FCA authorisation is required, with capital requirements (minimum €50,000 own funds) and an ongoing compliance programme.

Payment Institution (PI) Authorisation Required for products that execute payment transactions, hold customer funds in transit, or operate money transfer services. Capital requirements scale with payment volume. PI authorisation requires a formal compliance programme, safeguarding arrangements, and annual regulatory reporting.

Electronic Money Institution (EMI) Authorisation Required if your product issues electronic money — pre-funded balances held for customers (virtual accounts, stored value, prepaid cards). EMI authorisation carries the highest capital requirements (minimum €350,000) and the most demanding compliance programme, but grants the broadest permissions. Authorised EMIs can passport into other jurisdictions.

Appointed Representative (AR) Route An early-stage fintech can operate as the Appointed Representative of an FCA-authorised principal firm, using the principal’s regulatory permissions. This is faster than obtaining a direct licence (2–4 months vs 12+ months) and is the standard approach for startups that need to go to market before completing their own FCA application. BaaS providers like Modulr, Railsr, and Griffin operate as principals for their AR clients.

Authorisation TypeMinimum CapitalFCA Target TimelineTypical Total Cost
AISP RegistrationNone3 months£10,000–£30,000
PISP Authorisation€50,00012 months£40,000–£100,000
PI Authorisation€20,000–€125,00012 months£50,000–£150,000
EMI Authorisation€350,00012 months£80,000–£200,000
AR under PrincipalNone2–4 months£5,000–£20,000

UK Open Banking: Beyond the CMA9 Mandate

UK Open Banking was mandated under the Competition and Markets Authority (CMA) Order 2017, requiring the nine largest UK banks (the CMA9) to expose standardised APIs for account data and payment initiation. The implementation standard is maintained by the Open Banking Limited (OBL) entity, with the Read/Write API specification now at v3.1.

In practice, UK Open Banking connectivity extends well beyond the CMA9. TrueLayer, Yapily, and GoCardless provide aggregated access to 50–100+ UK banks and building societies, often including credit unions, challenger banks, and specialist lenders that voluntarily participate in Open Banking.

For UK fintech development, the architecture question is: direct bank integration or aggregator? Direct integration with CMA9 banks requires your own FCA AISP/PISP authorisation, significant engineering effort per bank (each CMA9 bank has implementation quirks despite the shared standard), and ongoing maintenance as banks update their implementations. Aggregator integration abstracts this complexity behind a single SDK. The aggregator fee (typically 0.1–0.5p per API call) is justified for almost all startups up to significant scale.

PSD2 and Its UK Survival Post-Brexit

PSD2 was transposed into UK law before Brexit and remains in force as the Payment Services Regulations 2017 (PSRs 2017). The FCA enforces PSRs 2017 independently of the EU, and UK Open Banking remains separately mandated under the CMA Order. For UK fintech products, PSD2-derived requirements — SCA, consent management, AISP/PISP regulatory framework — remain fully in force.

Post-Brexit, the UK has begun a review of its payment services regulation under the Payments Landscape Review. Divergence from EU PSD2/PSD3 is expected over the medium term, but as of 2026 the substantive requirements remain closely aligned.

UK GDPR and DPA 2018: The Post-Brexit Data Regime

UK GDPR vs EU GDPR: What Actually Differs

UK GDPR is the retained EU GDPR, incorporated into domestic UK law by the European Union (Withdrawal) Act 2018, supplemented by the Data Protection Act 2018. For all practical compliance purposes, UK GDPR and EU GDPR are substantively identical.

The operational differences that matter for fintech product development:

Regulator. The ICO (Information Commissioner’s Office) enforces UK GDPR, not EU DPAs. ICO enforcement approach, fine levels, and guidance can diverge from EU EDPB positions over time.

International transfers. UK adequacy decisions are separate from EU adequacy decisions. The EU has granted the UK an adequacy decision (allowing data flows from EU to UK freely), but the UK’s own adequacy decisions for onward transfers differ from the EU’s list. For fintech products routing data through US service providers (AWS, Stripe, etc.), verify UK GDPR-specific transfer mechanisms.

DPDI Act divergence. The UK Data Protection and Digital Information (DPDI) Act introduces UK-specific modifications to the GDPR regime — including revised legitimate interests tests and changes to cookie consent requirements. Monitor ICO guidance for fintech-relevant changes.

Financial Data as Special Category

Bank account data, payment history, and financial behaviour do not in themselves constitute “special category” data under UK GDPR (which covers health, biometric, political opinion, etc.). However, financial data is highly sensitive and subject to additional sector-specific obligations under FCA rules. The practical design implications:

  • Data minimisation: store only financial data fields required for the stated product purpose
  • Retention schedules: FCA rules require retention of transaction records for at least 5 years; GDPR requires data not be kept longer than necessary — document the conflict resolution
  • Subject access requests: build SAR-response capability into your API design from the start, not as a manual process
  • Data Protection Impact Assessments (DPIAs): mandatory for automated decision-making affecting financial outcomes and large-scale processing of financial data

KYC/AML Architecture for UK Fintech

Know Your Customer (KYC) Implementation

UK fintech products with payment services obligations must comply with the Money Laundering, Terrorist Financing and Transfer of Funds (Information on the Payer) Regulations 2017 (MLRs 2017). Customer Due Diligence (CDD) is required before establishing a business relationship, and Enhanced Due Diligence (EDD) for higher-risk customers.

The standard KYC architecture for UK fintech SaaS:

Identity document verification — Integration with a certified identity verification provider (Onfido, Veriff, Jumio, iProov). These providers handle document authenticity checks, liveness detection, and facial comparison. Do not build this yourself — the certification requirements for biometric identity verification under UK regulation are significant.

Database checks — PEP (Politically Exposed Person) and sanctions screening via ComplyAdvantage, Dow Jones, or LexisNexis. Required at onboarding and on an ongoing basis. Build an event-driven re-screening trigger when sanctions lists update.

Proof of address — Open Banking offers an elegant solution: bank account ownership verification serves as proof of address for many KYC purposes and eliminates the document upload friction of utility bill verification.

Risk scoring — Build a customer risk score at onboarding that feeds your AML monitoring thresholds. Risk scoring inputs: customer type (consumer vs business), product usage, transaction patterns, geographic exposure.

AML Transaction Monitoring

Suspicious activity reporting obligations under the Proceeds of Crime Act 2002 (POCA) and the Terrorism Act 2000 require ongoing transaction monitoring and Suspicious Activity Report (SAR) filing with the National Crime Agency (NCA).

At the startup stage, AML monitoring is almost always implemented via an AML-as-a-service provider (Sardine, Hawk AI, ComplyAdvantage, Featurespace) rather than proprietary rule engines. Design your transaction data pipeline to export to your AML provider in real time, and build a case management interface for your compliance team to review alerts and document SAR decisions.

Technical Architecture: Building for FCA Compliance

Authentication and SCA Implementation

Strong Customer Authentication is the most technically specific compliance requirement in UK fintech development. The implementation choices cascade through your entire authentication architecture:

WebAuthn / FIDO2 is the optimal implementation for mobile-first fintech products. It combines device possession (something you have) with biometric (something you are) in a single frictionless user action, with native support on iOS (Face ID/Touch ID) and Android (Fingerprint/Face Unlock). WebAuthn credentials are phishing-resistant and cryptographically bound to the origin — a material security advantage over TOTP.

TOTP (Google Authenticator, Authy) remains the most widely deployed SCA second factor. It satisfies the “something you have” requirement and is well-understood by users. Build TOTP with backup codes for account recovery, and store TOTP secrets encrypted at rest.

SMS OTP — avoid as a primary SCA factor for new builds in 2026. FCA guidance flags SIM swap as a known vulnerability, and SMS OTP is on the deprecation path in most regulatory frameworks.

Every PSD2 consent grant, payment authorisation, and data access event must be recorded in a tamper-evident audit log. The data model requirements:

ConsentRecord {
  id: uuid
  user_id: foreign_key
  scope: enum(AISP, PISP)
  bank_ids: array
  granted_at: timestamp
  expires_at: timestamp
  revoked_at: nullable_timestamp
  ip_address: string
  user_agent: string
}

AuditEvent {
  id: uuid
  entity_type: string
  entity_id: uuid
  action: string
  actor_id: uuid
  actor_type: enum(user, system, admin)
  timestamp: timestamp
  metadata: jsonb
  previous_state: jsonb
  new_state: jsonb
}

Audit logs must be append-only. Build write permissions on the audit table so that application credentials can insert but not update or delete. Retain for at least 5 years per FCA requirements.

Financial API Integration Patterns

The standard integration architecture for a UK fintech product aggregating CMA9 data via TrueLayer:

OAuth 2.0 consent flow — Open Banking uses OAuth 2.0 for user consent. Your application redirects the user to their bank’s authorisation server, receives an authorisation code, exchanges it for access tokens, and stores refresh tokens for ongoing access. Handle token refresh, expiry, and revocation gracefully.

Webhook ingestion — TrueLayer and other aggregators push events (new transactions, consent revoked, data refresh completed) via webhooks. Build a webhook ingestion layer that: verifies webhook signatures, persists the raw payload before processing, processes idempotently, and retries failed processing. Never process webhooks synchronously in the web request context.

Reconciliation — Build daily reconciliation between your internal transaction records and the aggregator’s transaction data. Reconciliation failures should alert your ops team immediately.

Open Banking Use Cases: What You Can Actually Build

The UK’s Open Banking infrastructure enables a specific set of product categories:

Product CategoryRequired FCA StatusCore APIsTypical Build Cost
Personal finance dashboardAISPAccount info, transactions£60,000–£120,000
Business cash flow toolAISPAccount info, multi-bank£80,000–£150,000
Account-to-account paymentsPISPPayment initiation£100,000–£200,000
Mortgage affordability toolAISPTransactions, income analysis£80,000–£160,000
SME lending platformAISP + PIAccount info, payment flows£150,000–£280,000
Virtual account platformEMIFull banking APIs + BaaS£280,000–£400,000+

Why London Fintech Startups Choose Nearshore Studios

The UK fintech talent market in 2026 is expensive and competitive. Senior fintech engineers in London command salaries of £90,000–£140,000+, and building an in-house team capable of delivering FCA-compliant architecture requires 3–4 senior engineers minimum. The total employment cost for a team of four for 12 months — including National Insurance, benefits, and management overhead — exceeds £600,000 before a single line of product code is written.

Nearshore studios from CET-timezone countries (North Macedonia, Poland, Romania, Czech Republic) offer senior engineers with direct UK fintech experience at 40–60% of London rates, with real-time collaboration during UK business hours. The quality differential that mattered five years ago — timezone, communication, cultural alignment — has largely closed for well-run nearshore studios with senior-only teams.

Zulbera works with UK and DACH fintech founders on custom SaaS development engagements from £80,000. We have direct experience with FCA-regulated architectures, Open Banking integrations, and GDPR-compliant financial data models. For an honest assessment of what your UK fintech product needs, request a private consultation.

Choosing a Development Partner for UK Fintech

The questions that separate fintech-capable studios from general SaaS shops:

FCA regulatory awareness. Can they explain the difference between AISP registration and PI authorisation without looking it up? Do they understand the Appointed Representative route and when it makes sense?

Open Banking integration experience. Have they actually integrated TrueLayer, Yapily, or Nordigen? Can they describe the OAuth 2.0 consent flow, webhook ingestion pattern, and token refresh handling?

SCA implementation track record. Have they implemented WebAuthn? Can they describe the credential creation and assertion ceremony in technical terms?

UK GDPR in the data model. Ask them how they implement data minimisation at the schema level. Ask how they handle subject access requests programmatically. Ask where they document the legal basis for processing in the codebase.

Any studio claiming UK fintech expertise that cannot answer these questions in technical depth is not ready to build your product.

Cost Summary: UK Fintech SaaS in 2026

Product ScopeDevelopment CostTimelineKey Compliance Items
AISP dashboard MVP£60,000–£120,00016–20 weeksFCA AISP reg, UK GDPR DPIA, pen test
PISP payment platform£120,000–£200,00020–28 weeksFCA PISP auth, SCA, reconciliation
SME lending + Open Banking£150,000–£280,00024–36 weeksPISP/AISP, KYC, AML monitoring
EMI platform (virtual accounts)£280,000–£400,000+36–52 weeksEMI auth, safeguarding, card issuance

These ranges assume an experienced nearshore senior team. Add 30–40% for UK-based delivery. Add £20,000–£50,000 for compliance activities (penetration testing, DPIA, regulatory capital documentation) regardless of team location.


Zulbera builds FCA-aware fintech SaaS platforms for UK and DACH market founders. Our FinTech industry practice consolidates the PSD2, Open Banking, PCI DSS and DORA architecture work into a single engagement model. If you are planning a UK fintech product, get in touch for a scoping conversation.

Frequently Asked Questions

How much does FCA authorisation cost and how long does it take?

FCA authorisation for an Electronic Money Institution (EMI) typically costs £5,000–£15,000 in direct application fees, but total costs including legal advice, compliance consultancy, and senior management time commonly reach £50,000–£150,000. Timelines vary significantly: FCA targets a 12-month determination period for complete EMI applications, but complex or incomplete applications take longer. Payment Institution (PI) authorisation follows a similar path. The Appointed Representative (AR) route under a principal firm is faster — 2–4 months — and is the preferred route for early-stage fintech startups testing product-market fit before pursuing a direct licence.

Which Open Banking APIs do the CMA9 banks expose, and how do I integrate them?

The CMA9 banks (Lloyds, Barclays, HSBC, NatWest, Santander, Nationwide, RBS, Bank of Ireland, Allied Irish) are required under UK Open Banking to expose Account Information (AISP) and Payment Initiation (PISP) APIs conforming to the Open Banking UK Read/Write API specification. Direct integration requires FCA AISP or PISP authorisation. Most fintech startups integrate via aggregators — TrueLayer, Yapily, Nordigen (now GoCardless) — which provide a single SDK abstracting CMA9 and wider bank connectivity. Aggregator APIs typically reach 50–100+ UK banks beyond the CMA9 mandate. Direct bank integration is only justified at significant transaction volume where aggregator margins become material.

How do I implement PSD2 Strong Customer Authentication (SCA) correctly?

SCA requires two factors from: something the user knows (password, PIN), something the user has (registered device, hardware token), something the user is (biometric). For UK consumer fintech, the most common compliant implementation is: password + TOTP (Google Authenticator / Authy), or password + push notification to registered mobile app, or biometric + device possession via WebAuthn/FIDO2. WebAuthn is the most future-proof approach — it combines device possession and biometric in a single UX step and is supported across modern browsers and iOS/Android. SMS OTP is still widely used but is explicitly deprecated in FCA guidance due to SIM swap vulnerability. Your SCA implementation must also handle SCA exemptions correctly: transactions under £30, merchant-initiated transactions, and low-risk transactions may qualify for exemption, and misapplying exemptions creates regulatory exposure.

What is the difference between UK GDPR and EU GDPR for fintech development?

UK GDPR and EU GDPR are substantively very similar — the UK retained EU GDPR almost verbatim in domestic law via the Data Protection Act 2018 following Brexit. Key practical differences: UK GDPR is enforced by the ICO (Information Commissioner's Office) rather than EU DPAs; UK adequacy decisions for international transfers are separate from EU adequacy decisions; the UK government has indicated willingness to diverge from EU GDPR over time via the DPDI Act reforms; UK financial services-specific guidance on GDPR application comes from the ICO and FCA jointly rather than EDPB. For fintech products serving both UK and EU customers, you effectively need to comply with both regimes — in practice this means following the stricter of the two positions on any point of divergence, which is typically the EU position.

What does fintech SaaS development cost in the UK market in 2026?

A fintech SaaS MVP scoped for FCA-authorised AISP functionality (bank data aggregation, basic analytics) costs £60,000–£120,000 and takes 16–24 weeks with an experienced nearshore team. A full PISP payment initiation platform with multi-bank connectivity, SCA, KYC onboarding, and compliance reporting costs £150,000–£280,000. A comprehensive EMI platform (virtual accounts, card issuance, multi-currency, full AML programme) costs £280,000–£400,000+. Compliance infrastructure — penetration testing, DPIA completion, FCA regulatory capital documentation — adds £20,000–£50,000 on top of development. UK-based senior development teams command day rates of £600–£900, making experienced nearshore teams from CET-timezone studios 40–60% more cost-efficient at equivalent seniority.

Let's talk

Ready to build
something great?

Whether it's a new product, a redesign, or a complete rebrand — we're here to make it happen.

View Our Work
Avg. 2h response 120+ projects shipped Based in EU

Trusted by Novem Digital, Revide, Toyz AutoArt, Univerzal, Red & White, Livo, FitCommit & more