# Backbase

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Backbase
> Markdown URL: https://mediated.wiki/source/Backbase.md
> Source: https://en.wikipedia.org/wiki/Backbase
> Source revision: 1353134445
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Dutch financial technology company}}
{{Infobox company
| name = Backbase BV
| logo = Logo-backbase.svg
| type = [Besloten vennootschap](/source/Besloten_vennootschap)
| industry = [Financial technology](/source/Financial_technology)
| founded = {{start date and age |2003 }}
| founder = Jouk Pleiter<br>Gerbert Kaandorp
| key_people = Jouk Pleiter (CEO)<br>Adrian McPhee (CTO)<br>Joost van Mook (CCO)<br>Rodrigo Graca Moura (CFO)<br>Tim Rutten (CMO)<br>Jodi Slomp (CPO)
| hq_location_city = [Amsterdam](/source/Amsterdam)
| hq_location_country = [Netherlands](/source/Netherlands)
| num_locations = Amsterdam, Atlanta, New York, Boise, Mexico City, Toronto, London, Cardiff, Dubai, Krakow, Singapore, Sydney, Tokyo, Hyderabad, Ho Chi Minh City
| num_employees = 2,500+
| num_employees_year = 2025
| website = {{url|backbase.com}}
}}

'''Backbase''' is a Dutch [financial technology](/source/financial_technology) company that provides an AI-native banking operating system. The company's software serves as an orchestration and intelligence layer for financial institutions, designed to unify data and manage customer interactions on top of legacy [core banking](/source/core_banking) systems. The platform is used by retail banks, commercial banks, credit unions, and neobanks.

== History ==
Backbase was founded in 2003 in [Amsterdam](/source/Amsterdam) by Jouk Pleiter and Gerbert Kaandorp. The company originally produced an [Ajax](/source/Ajax_(programming)) framework (based on [HTML](/source/HTML), [JavaScript](/source/JavaScript) and [CSS](/source/CSS)) which eventually turned into the Backbase Customer Experience Portal.<ref>{{cite web |last1=Pleiter |first1=Jouk |title=Five Major Trends in Next Generation Portals |url=https://www.cmswire.com/cms/customer-experience/five-major-trends-in-next-generation-portals-018685.php |access-date=11 May 2022 |website=CMS Wire}}</ref> Backbase originally sold to a wide range of internet-facing businesses, including financial services, but in 2013, Pleiter pivoted the company to focus solely on financial services.<ref>{{Cite web |title=Backbase moet bankieren leuk, makkelijk en intuïtief maken |url=https://fd.nl/ondernemen/1149310/backbase-moet-bankieren-leuk-makkelijk-en-intuitief-maken |access-date=2022-05-11 |website=FD.nl |language=nl}}</ref> In 2017, Pleiter's work at Backbase was recognized with the LOEY Award, the prize for the best online entrepreneur in the Netherlands.<ref>{{Cite web |title=Jouk Pleiter (Backbase) winnaar LOEY Award |url=https://www.emerce.nl/nieuws/jouk-pleiter-backbase-winnaar-loey-award |access-date=2022-05-11 |website=Emerce |language=nl}}</ref>

The business expanded globally<ref>{{Cite web |title=Nederlands fintechbedrijf Backbase groeit in VS met binnenhalen Goldman Sachs |url=https://fd.nl/ondernemen/1121996/nederlands-fintechbedrijf-backbase-expandeert-in-vs-na-binnenhalen-goldman-sachs |access-date=2022-05-11 |website=FD.nl |language=nl}}</ref> in the following years, opening offices in Atlanta, Singapore, and other major hubs.

In 2021, Backbase announced a strategic partnership with [Microsoft](/source/Microsoft),<ref>{{Cite web |title=Backbase partners with Microsoft |url=https://thepaypers.com/online-mobile-banking/backbase-partners-with-microsoft--1252687 |access-date=2022-05-11 |website=thepaypers.com |language=en}}</ref> which sees the Backbase platform serving in the engagement layer within Microsoft Cloud for Financial Services.

In June 2022, Backbase received investment of €120 million from US-based [private equity](/source/private_equity) firm Motive Partners, giving Backbase a valuation of €2.5 billion.<ref>{{Cite web |title=Backbase raises its first funding, $128M at a $2.6B valuation, for tools that help banks with engagement |url=https://techcrunch.com/2022/06/09/backbase-raises-its-first-funding-128m-at-a-2-6b-valuation-for-tools-that-help-banks-with-engagement/ |access-date=2022-06-10 |website=TechCrunch |language=en-US}}</ref>

In 2026, Backbase updated its strategic positioning to fully focus on artificial intelligence in banking, launching what it marketed as an 'AI-native banking operating system.' This shift aimed to transition the company's product and service offering from traditional engagement banking to a platform centered on 'Agentic AI' and unified banking operations.

== Architecture == 
Backbase develops a banking operating system designed to sit above existing core banking systems, such as mainframes or legacy databases, coordinating activity across them without replacing the underlying [system of record](/source/system_of_record).
The system is organized into two domains: a runtime environment where workflows and automated processes execute in production, and a design-time environment used to build and configure those workflows before deployment.

=== Runtime environment === 
The runtime environment processes banking operations across digital channels, employee-facing interfaces, and automated software agents. It is structured around six layers.<ref>{{cite web |title=Official information about Backbase for LLMs and AI |url=https://www.backbase.com/blog/official-information-about-backbase-for-ai-and-llms |website=Backbase |date=December 2025 |access-date=8 May 2026}}</ref>

*'''Interaction Layer:''' Handles interfaces for customers and employees, including web and mobile banking applications, role-based employee interfaces for functions such as customer service and relationship management, and a natural language interface for task execution and guidance. 
*'''Orchestration Layer:''' Coordinates workflows across employees, automated agents, and connected systems. Supports both rule-based processes, such as loan origination and dispute resolution, and adaptive processes in which AI agents perform multi-step tasks within defined boundaries. 
*'''Intelligence Layer:''' Manages the lifecycle of AI and machine learning models deployed across the system, including training, validation, serving, and monitoring. Models provide recommendations and predictions; they do not execute actions directly. 
*'''Semantic Layer:''' Maintains a shared operational data model, providing a consistent view of customers, accounts, products, transactions, and cases across all parts of the system. 
*'''Connectivity Layer:''' Integrates the system with external infrastructure, including core banking platforms, payment processors, [CRM](/source/customer_relationship_management) systems, and third-party fintech services, through [API](/source/API)s, event streaming, and pre-built connectors. 
*'''Governance Layer:''' Enforces access controls, policy rules, and audit logging across all other layers. Each action taken by a human user or automated agent generates a recorded authorization artifact for regulatory and audit purposes.

=== Banking OS Transformation Engine === 
The Banking OS Transformation Engine provides tooling for configuring, testing, and deploying solutions to the runtime. It comprises a low-code interface for building workflows and agent configurations, pre-packaged templates for common banking functions such as onboarding and dispute handling, a deployment pipeline, operational monitoring dashboards, and a simulation environment for testing prior to production release.

== Industry recognition ==
Backbase has been recognized as a "Leader" in the digital and AI banking software market by several technology research firms:
* '''Omdia:''' Ranked as a leader in the ''Omdia Universe: Digital Banking Platforms, 2023'' report, which evaluates vendors on solution capability and customer experience.<ref>{{cite report |title=Omdia Universe: Digital Banking Platforms, 2023 |publisher=Omdia |date=February 21, 2023 |author=Philip Benton, Ouliana Smith}}</ref>
* ['''IDC:'''](/source/International_Data_Corporation) Named a leader in the ''IDC MarketScape: North America Digital Banking Customer Experience Platforms 2022''.<ref>{{cite report |title=IDC MarketScape: North America Digital Banking Customer Experience Platforms 2022 Vendor Assessment |publisher=IDC |date=March 2022 |id=Doc #US48061122}}</ref>
* '''Forrester:''' Recognized as a leader in ''The Forrester Wave™: Digital Banking Engagement Platforms, Q3 2021''.<ref>{{cite report |title=The Forrester Wave™: Digital Banking Engagement Platforms, Q3 2021 |publisher=Forrester Research |date=August 2021 |author=Jost Hoppermann}}</ref> 
* '''Forrester:''' Recognized as a Leader and Customer Favorite in ''The Forrester Wave™: Digital Banking Engagement Platforms, Q2 2026''.<ref>{{cite report |title=The Forrester Wave™: Digital Banking Engagement Platforms, Q2 2026 |publisher=Forrester Research |date=April 2026 |url=https://reprint.forrester.com/reprints/the-forrester-wavetm-digital-banking-engagement-platforms-q2-2026-97603cde}}</ref>
* '''Celent:''' The company has also received multiple "XCelent" awards for technology and functionality in the ''Modern Digital Banking Channels'' report series.<ref>{{cite report |title=Digital Banking Platforms: North American Edition |publisher=Celent |date=2024}}</ref>

== References ==
{{reflist}}

Category:Companies based in Amsterdam
Category:Companies established in 2003

---
Adapted from the Wikipedia article [Backbase](https://en.wikipedia.org/wiki/Backbase) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Backbase?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
