---
title: "AI-Powered first level support for 4 million merchants"
date: August 11, 2025
description: How Global Payments Company SumUp rolled out AI-Powered Support for 4 million merchants across 35+ markets building on Langfuse
ogImage: 
tag: customer-story
author: Felix
customerLogo: "/images/customers/sumup/Sumup-Light.png"
customerLogoDark: "/images/customers/sumup/Sumup-Dark.png"
customerQuote: "Building on Langfuse we saved 30% of external BPO cost by deflecting 50% of support conversations to AI."
customerQuoteHighlight: "saved 30%"
quoteAuthor: "Ana Casado"
quoteRole: "Head of Operations Data and AI"
quoteCompany: "SumUp"
quoteAuthorImage: "/images/customers/sumup/ana-casado.jpg"
showInCustomerIndex: true
---

[Customer stories](/users) › SumUp

## About SumUp

[SumUp](https://www.sumup.com/en-gb/) is a leading global fintech company trusted by over 4 million merchants in more than 35+ markets worldwide. It stands out by making card payments easy and accessible for small businesses, offering simple, reliable hardware and software solutions within a comprehensive multipillar ecosystem of financial solutions.

## The Challenge

The mission was simple: empower SumUp's merchant support teams with an AI assistant as the first entry point for all customer support requests. The challenge was far from trivial.

**Multi-market complexity and scale:** SumUp's merchant support serves over 4 million merchants across 35+ markets with market-specific differences in requirements.

**Security & Privacy:** SumUp operates in Financial Services, data privacy and security are of paramount importance and had to be maintained throughout the project.

**Systems Integration:** Conversations within SumUp's customers are complex and require follow-ups and clarifications, as well as querying a variety of systems. The implementation had to model highly complex LLM interactions and tool uses.

## Solution: multiple layers of AI empowerment

<Frame fullWidth>
  ![Screenshot of SumUp Merchant Support on Mobile](/images/customers/sumup/sumup_support_screens.png)
</Frame>

**Merchant facing with hybrid support model:** AI assistant that answers first line of questions & routes the conversation to humans if necessary.

**Internal:** Self-built AI Translation tools allow support agents to help merchants in languages other than their own & AI Agent Copilot that helps agents find most relevant resources, drafting answers and reducing handling time.

## Rollout

SumUp handled their market rollout strategically and incrementally. Here is how SumUp rolled out AI-Powered Support to 35+ markets within 18 months successfully.

**Expansion Strategy**

- Begin with English-speaking markets (Ireland and UK)
- Focus on smaller volume merchants first
- Slowly increase volume while monitoring reliability metrics
- Expanded based on improved performance versus previous solution.
- Extend to markets with no previous existing Bot support

## How SumUp is using Langfuse

In early PoC stages of the project, SumUp got started quickly with using Langfuse [Self-Hosting](/self-hosting) – no tedious vendor onboarding & evaluation before having a better understanding of project requirements and needs. Once the system got closer to production and full rollout, the team happily switched over to let Langfuse Cloud do the grunt work of making the systems run reliably.

Tracing was the clear starting point of implementation. Yet, during the project the team has set up elaborate multi-team workflows powered by Langfuse to enable continuous development & monitoring of 25 users across Engineering, Support Operations, Content, Q\&A and other stakeholders.

**Tracing: Deep Visibility Across Teams:**

Langfuse [Observability & Tracing](/docs/observability/overview) gives SumUp a unified view on all LLM inputs, tool uses and outputs across functions. Engineers can run very detailed asynchronous debugging. Content owners understand shortcomings of LLM inputs & context documents. Q&A has full visibility in output quality.

<Frame fullWidth>
  ![Screenshot of SumUp Merchant Support on Mobile](/images/customers/sumup/sumup_tracing_view.png)
</Frame>

**Prompt Management & Playground: Fast Iteration & Empowering Non-Technical Staff**

[Prompt management](/docs/prompt-management/overview) lets business teams and engineers alike iterate and test prompt changes in production really fast. The system is integrated with a self-built set of evaluators to test new iterations automatically. [The Playground](/docs/prompt-management/features/playground) lets SumUp reproduce exact production configs, variables and tool integrations from production traces into a simple UI to quickly iterate on prompt improvements before implementing them. Reproducing the exact production environment was very time consuming for engineers and impossible for non-technical staff before using Langfuse.

## Business Impact

**PoC to 35+ markets success**

What started with one market and low volume merchants was successfully rolled out over 18 months to 35+ markets supporting over 4 million merchants.

**Scalability, Quality & Speed**

Scaling AI-powered first level merchant support from 1,000 to 600,000 monthly conversations leading not to worse but to actually better merchant experiences through much faster responses. It translates direct value for the merchants and stronger loyalty towards SumUp.

**Operational Excellence & Cost Reduction**

The implementation has achieved a deflection rate of almost 50% which directly translates into a 30% cost reduction of external BPO (Business Process Outsourcing) cost. 

**Multi-Team Collaboration**

Langfuse enables 25 users across engineering, content teams and Q&A to implement robust workflows for continuous process improvements on Langfuse. Especially empowering non-technical users to contribute to robust workflows really made the difference here.

## Ready to get started with Langfuse?

Join thousands of teams building better LLM applications with Langfuse's open-source observability platform.

- [Start free](/cloud)
- [Documentation](/docs)
- [Talk to an expert](/talk-to-us)

<!-- agent-instructions -->

---

## Agent Instructions

This page is part of the [Langfuse](https://langfuse.com) documentation, published as plain Markdown for AI agents. Every page is available as Markdown by appending `.md` to its URL, or by sending an `Accept: text/markdown` header. This page: `https://langfuse.com/users/sumup.md`.

### Querying these docs

If the answer is not on this page, query the documentation instead of guessing:

- **Semantic search** across all Langfuse docs, returning an answer with the relevant pages and excerpts. Ask a specific, self-contained question:

  ```bash
  curl -sG "https://langfuse.com/api/search-docs" --data-urlencode "query=How do I trace a LangGraph agent?"
  ```

- **Index of every page**: <https://langfuse.com/llms.txt>, with per-section indexes [llms-docs.txt](https://langfuse.com/llms-docs.txt), [llms-integrations.txt](https://langfuse.com/llms-integrations.txt), and [llms-self-hosting.txt](https://langfuse.com/llms-self-hosting.txt).

### Before writing Langfuse code

- **Install the [Langfuse Agent Skill](https://langfuse.com/docs/api-and-data-platform/features/agent-skill).** It encodes Langfuse's own best practices for instrumentation, prompt management, and evaluation, and materially improves results.
- **Read [What does a good trace look like?](https://langfuse.com/docs/observability/best-practices.md)** before instrumenting an application.
- **Verify endpoints, parameters, and response fields** against the [API reference](https://api.reference.langfuse.com) instead of inferring them from code examples.
- **Use the [Langfuse CLI](https://langfuse.com/docs/api-and-data-platform/features/cli)** (`npx langfuse-cli api <resource> <action>`) to read or write traces, prompts, datasets, and scores from the terminal.

Found an error in these docs? Please open an issue at <https://github.com/langfuse/langfuse-docs/issues>.
