All termsFintechIntermediateUpdated April 10, 2026

What Is Banking as a Service (BaaS)?

Banking as a Service (BaaS) is a model in which licensed banks expose their core infrastructure—accounts, payments, lending, and compliance—via APIs, enabling non-bank companies to embed regulated financial products into their own platforms.

Also known as: Bank-as-a-Service, Sponsored banking, White-label banking, Banking infrastructure-as-a-service

Key Takeaways

  • BaaS lets any company embed regulated banking products—accounts, cards, loans—via APIs without holding a banking licence.
  • The sponsor bank retains regulatory responsibility; the BaaS client controls the user experience and monetisation.
  • Compliance programme quality is the single biggest risk variable in any BaaS partnership.
  • BaaS accelerates time-to-market for financial features from years to months, dramatically lowering the capital barrier to fintech entry.
  • Choosing a BaaS provider is also choosing a compliance partner—financial, operational, and reputational exposure is shared.

How Banking as a Service (BaaS) Works

BaaS operates through a layered model connecting three parties: the licensed bank (sponsor), the BaaS platform or middleware, and the end client building the product. Each layer has distinct responsibilities, and understanding the hand-offs is essential for anyone evaluating a BaaS integration.

01

Sponsor bank holds the licence

A regulated financial institution agrees to act as the infrastructure provider. It holds the banking licence, maintains capital reserves, and is ultimately responsible to the regulator. It exposes its core systems—ledger, payments rails, card schemes—via APIs or through a BaaS middleware layer.

02

BaaS platform abstracts complexity

Many deployments insert a BaaS middleware provider (e.g., a platform sitting between the sponsor bank and the client). This layer normalises APIs, handles multi-bank connectivity, provides compliance tooling, and offers SDKs in multiple languages. Some large banks offer direct BaaS APIs without middleware.

03

Client integrates via API

The non-bank company—a retailer, SaaS platform, or neobank—calls the BaaS APIs to provision accounts, issue cards, initiate payments, or originate loans. The client controls the user interface and product experience entirely.

04

KYC and onboarding run at the client layer

The client collects customer identity data and passes it through the BaaS platform's Know Your Customer workflows. The sponsor bank reviews and approves the programme rules. Individual customer verification outcomes are recorded on the bank's ledger.

05

Money moves on the bank's rails

Payments, transfers, and card transactions settle through the sponsor bank's existing connections to payment schemes (SEPA, SWIFT, Visa, Mastercard). The client's customers see their own brand; the underlying bank is disclosed but typically not prominent.

06

Revenue is shared and fees are invoiced

Interchange earned on card transactions is split between the card scheme, the sponsor bank, and the BaaS client per the programme agreement. Platform and transaction fees are invoiced monthly. Lending products generate interest margin distributed contractually.

Why Banking as a Service (BaaS) Matters

BaaS has reshaped who can offer financial products. Before BaaS, launching a current account required years of regulatory approvals and hundreds of millions in capital. Today, a well-funded startup can go live in under six months. This compression of time and cost has structurally altered competitive dynamics across retail, SaaS, and e-commerce.

The numbers support the scale of the shift. According to Allied Market Research, the global BaaS market was valued at approximately $19.65 billion in 2021 and is projected to reach $74.55 billion by 2030, growing at a CAGR of 15.7%. A 2023 Mambu survey found that 85% of banks were either actively building or planning BaaS programmes within two years—indicating that wholesale banking distribution is becoming a core revenue line for traditional institutions, not a niche experiment. Meanwhile, McKinsey estimates that embedded finance revenue pools—largely enabled by BaaS—could reach $230 billion in the US alone by 2025, up from $22.5 billion in 2020.

Regulatory momentum

European PSD2 and the UK's open banking framework created the legal foundation for third-party access to bank infrastructure, accelerating BaaS adoption across EMEA. In the US, sponsor bank programmes operate under OCC and Federal Reserve oversight, with increased scrutiny since 2023 consent orders issued to several BaaS-focused community banks.

Banking as a Service (BaaS) vs. Open Banking

Both BaaS and open banking involve APIs and bank data, but they solve fundamentally different problems. Understanding the distinction prevents misaligned vendor selection.

DimensionBanking as a Service (BaaS)Open Banking
Primary functionEmbed banking products in non-bank platformsShare bank account data with authorised third parties
Regulatory basisSponsor bank licence + programme agreementPSD2, CDR, or equivalent data-sharing mandate
Who holds the licenceSponsor bankIncumbent bank (data provider)
Product creationYes — accounts, cards, loans, FXNo — data access only
Customer relationshipClient platform owns the UXAggregator/PISP owns the UX
Revenue modelInterchange, platform fees, interestAPI subscription, data fees
Typical use caseFintech building a neobank, brand launching a cardPFM app, lending underwriting, account switching
Compliance burden on clientHigh (KYC/AML programme required)Moderate (consent management, data security)

Types of Banking as a Service (BaaS)

BaaS is not monolithic. Providers specialise by product area, geography, and client segment. Understanding the variants helps narrow vendor selection early.

Deposit and account BaaS covers IBAN provisioning, current accounts, savings accounts, and multi-currency wallets. Providers in this category connect clients to SEPA, Faster Payments, and SWIFT rails.

Card issuing BaaS enables clients to issue physical and virtual debit or prepaid cards under Visa or Mastercard programmes. The BaaS provider acts as the issuer processor or connects to one, handling authorisation, clearing, and settlement.

Lending BaaS powers buy-now-pay-later, instalment loans, and working capital products. The sponsor bank originates loans on its balance sheet; the client handles origination UX and marketing. Credit risk underwriting models may be provided by the BaaS platform or built by the client.

FX and cross-border BaaS offers multi-currency accounts, FX conversion, and international transfers. This variant is critical for payment gateway operators and marketplaces with cross-border seller bases.

Full-stack BaaS combines accounts, cards, payments, and compliance tooling in a single platform. Providers like Railsr, Swan, and Treezor operate in this space in Europe.

Best Practices

BaaS integrations succeed or fail on the quality of programme design and ongoing governance. Best practices differ depending on whether you are a merchant embedding financial products or a developer building the integration.

For Merchants

Define the business case before signing. BaaS platforms have significant setup and compliance costs. Model interchange revenue, customer LTV uplift, and competitive differentiation before committing. Marginal use cases rarely cover programme overhead.

Select a sponsor bank with relevant regulatory exposure. A sponsor bank regulated in your target market is non-negotiable. EU-facing programmes need an EEA-licensed institution; UK programmes require FCA authorisation post-Brexit. Mismatched licensing creates unresolvable compliance gaps.

Negotiate programme governance upfront. Understand exactly which compliance decisions require sponsor bank approval, what SLAs apply to policy changes, and what happens if the sponsor bank exits the market. Lock these terms into the contract.

Plan for KYC friction at launch. First-time embedded finance users will encounter identity verification steps they don't expect. Design onboarding flows that contextualise why verification is required and offer fallback options for users who fail automated checks.

For Developers

Treat the BaaS API as a regulated dependency. Unlike a typical SaaS API, changes to BaaS endpoints may be driven by regulatory requirements with short notice periods. Build abstraction layers that let you swap provider-specific calls without refactoring business logic.

Implement idempotency everywhere. Payment and account APIs must be called idempotently. Duplicate transactions caused by retry logic or network timeouts can trigger compliance flags and are operationally complex to reverse.

Log everything with timestamps. Regulators may request transaction logs going back years. Design your data retention strategy before launch, not after. Store raw API request/response payloads in append-only storage with tamper-evident audit trails.

Test the compliance webhooks, not just the happy path. BaaS platforms emit webhooks for KYC outcomes, transaction monitoring alerts, and account freezes. These are critical operational events—test them with the same rigour as payment confirmation webhooks.

Common Mistakes

Underestimating compliance programme overhead. The BaaS provider handles the licence; the client handles KYC/AML execution. Many first-time BaaS clients budget for API integration but not for the compliance operations team, ongoing transaction monitoring, and periodic regulatory reporting that the programme requires.

Treating the sponsor bank as invisible. Customers must be informed they are banking with a regulated institution. Burying this disclosure violates scheme rules and, in most jurisdictions, consumer protection regulations. Prominent disclosure also builds trust—many customers appreciate transparency about who holds their money.

Ignoring concentration risk. Building critical business infrastructure on a single BaaS provider creates existential risk if that provider is acquired, loses its licence, or changes its commercial terms. Architecture decisions should preserve the ability to migrate to a secondary provider within 60–90 days.

Launching without a sanctions screening flow. Transaction monitoring and sanctions list screening are minimum requirements of any BaaS programme. Launching without an automated screening integration—even during beta—exposes both client and sponsor bank to enforcement action.

Misreading interchange economics. Consumer debit interchange in Europe is capped at 0.2% under the Interchange Fee Regulation. Models built on US-style interchange assumptions (often 1.5–2%) will significantly overestimate BaaS revenue in European markets.

Banking as a Service (BaaS) and Tagada

BaaS provides the banking infrastructure layer; payment orchestration determines how money moves across that infrastructure in production. Tagada sits at the orchestration layer—routing transactions, managing provider failover, and normalising settlement data across multiple acquirers and payment methods.

If your BaaS programme includes card-not-present transactions or marketplace payouts, Tagada's orchestration layer can sit in front of your BaaS provider to optimise authorisation rates, reduce failed payment rates, and give you a unified view of transaction data across your entire payment stack—BaaS and non-BaaS flows included.

For merchants running hybrid stacks—BaaS for account and card issuance, traditional acquirers for e-commerce—Tagada provides the connective tissue that prevents fragmented reconciliation and blind spots in payment analytics.

Frequently Asked Questions

What is the difference between BaaS and open banking?

Open banking gives third parties read access to existing bank account data (with customer consent), typically for aggregation or payment initiation. BaaS goes further: it lets non-banks build and white-label entire financial products—accounts, cards, loans—on top of a licensed bank's infrastructure. Open banking is about data portability; BaaS is about infrastructure licensing.

Do you need a banking licence to use BaaS?

No. That is the core value proposition of BaaS. The licensed bank (the BaaS provider) holds the regulatory licence and assumes prudential responsibility. The non-bank company (the BaaS client) builds products on top and must comply with the provider's programme rules, but does not need its own banking licence. Depending on jurisdiction, a money transmitter or e-money licence may still be required.

How does BaaS generate revenue?

BaaS providers typically charge through a combination of monthly platform fees, per-transaction fees, interchange revenue sharing on card programmes, and spread on lending products. Clients monetise by embedding financial products that increase customer lifetime value, reduce churn, and capture interchange or interest margin they would otherwise send to a third-party bank.

Is BaaS the same as a neobank?

Not exactly. A neobank is a consumer-facing digital bank, often with no physical branches. Many neobanks are themselves built on BaaS infrastructure—they are clients of a BaaS platform rather than BaaS providers. BaaS is the underlying wholesale model; neobanks are one category of end-product built on it.

What are the main compliance risks with BaaS?

Regulatory risk is shared but not eliminated. BaaS clients must implement KYC/AML programmes that meet the sponsor bank's standards. Failures in client onboarding flows can expose both parties to enforcement action. US regulators have issued consent orders against sponsor banks whose BaaS clients had inadequate compliance controls, making programme governance a top-tier concern in 2024–2026.

How long does it take to launch a BaaS-powered product?

Timeline varies significantly by complexity and provider. A basic IBAN account programme can go live in 8–16 weeks using a mature BaaS platform with pre-built compliance modules. A full card-issuing programme with custom KYC flows typically takes 3–6 months. Building the same capabilities from a direct banking licence would take years and tens of millions of euros.

Tagada Platform

Banking as a Service (BaaS) — built into Tagada

See how Tagada handles banking as a service (baas) as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.