Join our Newsletter — 33% off our NHI Course

Banking As A Service

Banking as a Service is a delivery model where regulated financial capabilities are exposed through APIs so non-banks can offer banking-like products within their own experiences. It separates the customer interface from the underlying financial infrastructure. That makes governance, control mapping, and responsibility for disclosures especially important.

Expanded Definition

Banking as a Service, often abbreviated BaaS, is an embedded finance model in which a regulated bank or licensed financial institution exposes account, payments, card issuing, or lending capabilities through APIs so a non-bank can present those services inside its own product. The practical distinction is that the front-end brand, customer journey, and distribution may belong to the non-bank, while regulated financial controls, ledgers, and compliance obligations remain with the licensed provider.

In NHI and IAM terms, BaaS creates a dense trust boundary between organisations, because API access, service account, tokens, and partner integrations become part of the operational control plane. Industry usage is still evolving, and definitions vary across vendors, but the governance expectation is consistent: every actor that can initiate a transaction or access regulated data must be identifiable, authorised, and continuously monitored. NIST Cybersecurity Framework 2.0 is useful here because it frames the need to govern external dependencies and enforce access control across interconnected services. The most common misapplication is treating BaaS as a simple software integration, which occurs when teams ignore the regulated-party boundary and fail to map who is accountable for identity, consent, and disclosures.

Examples and Use Cases

Implementing BaaS rigorously often introduces dependency and oversight overhead, requiring organisations to weigh product speed against tighter partner governance, credential control, and auditability.

  • A retail app offers checking accounts through a bank partner, while the app operator manages onboarding, support, and user experience, and the bank retains regulated custody and transaction processing.
  • A payroll platform uses BaaS APIs to issue virtual cards for employee expenses, which requires strong service account controls and clear separation between client-level access and internal operator access.
  • A marketplace embeds instant payouts for sellers through a sponsor bank, making webhook integrity, API authentication, and partner revocation procedures part of the security design.
  • A fintech product launches bill pay using a banking partner, and the implementation must keep customer authorization, token lifecycle, and exception handling aligned with the partner bank’s control requirements.
  • NHIMG’s Ultimate Guide to NHIs shows why service account visibility matters when third parties can initiate privileged actions through APIs.

For control design, NIST’s NIST Cybersecurity Framework 2.0 remains a practical reference for mapping identity, protective controls, and governance responsibilities across the BaaS chain.

Why It Matters in NHI Security

BaaS increases exposure because the business logic is often executed by non-human identities on behalf of multiple organisations, and those identities can outlive contracts, product launches, or partner relationships. NHIMG research shows that 92% of organisations expose NHIs to third parties, and 80% of identity breaches involved compromised non-human identities such as service accounts and API keys. That risk is especially relevant in BaaS, where API keys, OAuth tokens, certificates, and webhook secrets may grant access to funds movement or regulated data.

The security problem is not just compromise, but ambiguity. If a partner token is reused across environments, or if a sponsor bank and platform each assume the other handles rotation, revocation, or disclosure obligations, incident response becomes slower and recovery more expensive. The Ultimate Guide to NHIs also notes that 71% of NHIs are not rotated within recommended time frames, which is a direct warning for BaaS operators managing long-lived partner credentials. Organisations typically encounter the operational impact only after a partner compromise, at which point BaaS credential governance becomes unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207), NIST SP 800-63 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 BaaS depends on secure handling of API keys, tokens, and service accounts.
NIST CSF 2.0 GV.SC BaaS is governed through third-party dependency and supply chain risk management.
NIST Zero Trust (SP 800-207) PR.AC BaaS requires continuous authentication and authorization across distributed trust boundaries.
NIST SP 800-63 IAL2 BaaS onboarding often depends on identity proofing and account assurance decisions.
NIST AI RMF BaaS platforms increasingly embed AI-assisted support and decision workflows.

Verify each API call and service identity explicitly, never relying on network location or partner trust alone.