Worldline Launches a UCP Payment Handler in Europe: How Merchants Accept AI Agent Card and Wallet Payments With One Setup
Worldline's Global Collect Payment Handler brings Universal Commerce Protocol (UCP) payments to merchants. We read the handler spec, the integration work merchants still own, how it compares with Stripe, Adyen and Nexi, and what remains undisclosed.
Key Takeaways
- On September 14, 2026, Worldline launched the Worldline Global Collect Payment Handler for the Universal Commerce Protocol (UCP), and describes itself as one of the first payment providers in Europe to do so
- Merchants declare their payment setup once in their UCP profile and can accept cards, mobile wallets and European payment methods from any UCP-connected AI platform, without handing credentials to the AI side
- "Declare once" still leaves the UCP endpoints for merchants to build, and pricing, countries and connected AI platforms are undisclosed, which gives merchants a concrete list of questions for their PSP
A European Payments Heavyweight Builds a Payment Slot Into UCP

Worldline [Euronext: WLN], a European leader in payment services, today becomes one of the first in Europe to launch a payment handler for the Universal Commerce Protocol (UCP), an open standard for agentic commerce co-developed by Google and industry partners.
worldline.comOn September 14, 2026, French payments company Worldline announced the launch of the Worldline Global Collect Payment Handler for the Universal Commerce Protocol (UCP). UCP is the open standard Google co-developed with Shopify and other partners so that AI agents can find products and carry a purchase through to completion. Worldline describes itself as one of the first companies in Europe to ship a payment handler for it.
The announcement boils down to one sentence: merchants can declare their payment configuration once and accept card payments, mobile wallets and European payment methods across any UCP-connected AI platform. The handler is offered through Global Collect, Worldline's cross-border payments platform, and plans for other platforms have not been disclosed.
Stijn Gasthuys, Head of Global Commerce and CEO of Global Collect, said merchants want to capture AI-driven buying "without adding complexity to their operations." Gertjan Dewaele, VP Product & Technology, called the handler "a universal adaptor on UCP" that securely bridges agentic commerce platforms and merchant backends.
The press release itself says little about mechanics. The developer specification it links to is far more concrete, and it shows what "declare once" actually means. This article uses that spec as its guide.
What Is a Payment Handler?
In UCP, the AI agent or the service running it is the "platform," and the seller is the "business." A business publishes a profile (a declaration of what it supports) at /.well-known/ucp on its own domain, and platforms read it to run checkout. A payment handler is the part of that profile that defines which payment methods the business accepts and how.
The UCP Payment Handler Specification Guide describes the goal as "N-to-N" interoperability between platforms, businesses and payment providers. Its examples include Google Pay's com.google.pay and Shop Pay's dev.shopify.shop_pay. PSPs (payment service providers) publish handler specs to plug their own processing into the same framework.
The spec also defines how usable payment methods are decided. The business intersects three things: what the platform can handle, what the business is actually set up to accept, and the contents of the cart. It returns the result in its checkout response, and platforms must treat that response as authoritative. However many card brands an AI agent supports, the merchant makes the final call.
What Worldline's Spec Reveals About the Design
According to the spec, the handler is named com.worldline.globalcollect and targets UCP version 2026-04-08. Three participants are involved (the merchant, the platform and Global Collect), and the division of labor is clear.
First, the platform configuration is empty. The AI side needs no Worldline contract and no credentials; it only reads the merchant's profile. Merchant IDs and API keys stay on the merchant's servers, and the profile exposes only the environment (production or sandbox) and the list of enabled payment methods. That design is what backs the claim that merchants need not add payment setup every time a new AI platform appears.
Payment methods fall into three types.
| Type | What it carries | Examples in the spec | When the shopper must act |
|---|---|---|---|
| card | Network token (preferred) or raw card data (PCI DSS-compliant server-to-server integrations only) | Visa, Mastercard, American Express | When the issuer requests 3-D Secure authentication |
| redirect (alternative payment methods) | Sends the shopper to the payment method's approval screen | iDEAL / WERO, PayPal | Approval on the redirect screen (every time) |
| mobile (wallets) | Token encrypted by the wallet provider on the shopper's device | Google Pay, Apple Pay | Extra input for some products (e.g. cardholder name for a browser 3-D Secure flow) |
The examples in the table come from the spec, which labels them as illustrative. What a merchant can actually accept depends on the products it has enabled in Global Collect, filtered by amount, country and currency.
What matters most in practice is how the handler deals with steps that need a human. In European online payments, issuers may require 3-D Secure authentication, and bank redirect methods such as iDEAL send the shopper to an approval screen. Worldline's handler adds no custom redirect field. It uses UCP's standard requires_escalation status and continue_url, keeping the handoff to the shopper inside the standard. Platforms do not need special handling when an agent has to wait for a human to confirm.
The security design is spelled out as well. Network tokens (substitute numbers issued by card networks in place of the card number) are preferred, and raw card data is limited to PCI DSS-compliant server-to-server integrations. Each credential carries a "binding" that ties it to a specific checkout and identity, preventing reuse in another transaction, and tokens are single-use per checkout.
The spec goes on to cover idempotency keys that prevent double charges, signed webhooks for reconciling payment results, and a mapping table that translates Worldline errors into shared UCP errors such as DECLINED and AUTHENTICATION_FAILED. It even addresses data residency: personal and card data is processed in the region tied to the merchant's Worldline account, so businesses with residency obligations are asked to check their account region.
Whose Work Does "Declare Once" Actually Remove?
Read closely, "declare once" comes with a caveat. What mostly disappears is the extra work per AI platform. The work of supporting UCP in the first place stays with the merchant.
In the spec's flow, the merchant runs its own UCP endpoints and, when a checkout is created, asks Worldline's API which payment methods are eligible. At completion, it converts the credential received in UCP format into a call to Worldline's create-payment API. Handing off 3-D Secure, reconciling status through webhooks and translating errors are also the merchant's job. The platform never calls Worldline's API directly.
In other words, Worldline has provided a translation pattern between the merchant and Global Collect. It is not a service that stands up the UCP endpoint for you. A large retailer running its own commerce stack can follow the pattern and reach multiple AI platforms in one go. On platforms such as Shopify, where the commerce platform handles UCP support, merchants often never touch the implementation, which suggests the handler matters most to businesses on custom stacks that use Global Collect.
For the basic UCP implementation steps, see our UCP technical deep dive.
From January's Signal to September's Implementation
For Worldline, this launch continues a path it started at the beginning of the year. In January 2026 it introduced MCP servers on Global Collect (connectors that let AI agents create payments, issue refunds and check status in natural language) along with a developer hub called ConnectAI, and said at the time that it supported AP2 and UCP. The new handler spec lives inside that same ConnectAI hub.
Live transactions followed. In June, Worldline ran Europe's first end-to-end agentic payment with ING and Mastercard, and later that month it took part in France's first live AI agent payment with Crédit Agricole and Mastercard. In September it was named one of the seven Phase I acquirers for Ant International's AMP. Agent Pay on the card network side, AMP on the wallet side and now UCP: the consistent move is building acceptance points into several ecosystems at once.
How Much Does "One of the First in Europe" Really Mean?
The value of being early shrinks when set against competitors. Stripe, a UCP Tech Council member, has already published a Stripe Payments handler for UCP. Adyen announced Adyen Agentic on June 16, designed to work across UCP, ACP and AP2. Among European acquirers, Nexi signed a memorandum of understanding with Google Cloud in March and committed to supporting UCP and AP2. Drop the qualifiers "in Europe" and "as a payment handler," and Worldline is one company in a leading pack.
Financial publication FinanceX called the framing "defensible but narrow." It noted that Nexi's initial launch centered on an MCP framework rather than a UCP payment handler. It also argued that the competitive question is shifting from who supports UCP to who can make agent-initiated acceptance work under European conditions, including consent, strong customer authentication and liability when an agent buys the wrong item or is deceived.
FinanceX also pointed to Worldline's financial position, noting that the group is mid-turnaround after booking €4.7 billion in goodwill impairments and a net loss of about €5.2 billion for 2025. On the McKinsey estimate cited in the press release, that AI agent transactions could reach $3 trillion to $5 trillion by 2030, FinanceX stressed that it is a projection rather than a measured market and that agent-initiated transaction volume today remains small.
What the Announcement Doesn't Disclose
Even taking the press release and the spec together, many of the conditions merchants need for a decision are missing.
- Pricing and fees: undisclosed, including whether the handler carries any additional cost
- Supported countries and regions: undisclosed. The payment methods in the spec are illustrative, and country coverage is not stated
- Names of connected AI platforms: undisclosed. The release says only "any UCP-connected AI platform," without naming Google's AI Mode, Gemini or any other surface
- Rollout scope and adoption: beyond availability to Global Collect merchants, plans for Worldline's other merchant platforms, the number of live merchants and transaction counts are undisclosed
- Liability for chargebacks or mistaken purchases in agent-initiated transactions: undisclosed
- Plans to support ACP, the protocol led by OpenAI and Stripe: not mentioned
What Ecommerce Merchants Should Take From This
Among Japanese ecommerce businesses, the ones directly affected are merchants selling cross-border into Europe through Global Collect. They are in a position to put the undisclosed items above straight to their Worldline contacts. Beyond those items, two points are worth confirming early: whether their enabled payment methods are covered by the handler, and which region their account data is processed in.
For merchants that don't use Worldline, the spec still works as a checklist of questions for any PSP. Does your PSP publish a UCP handler spec? Does it support network tokens? How does it hand off 3-D Secure or bank redirect approvals on agent-initiated orders? What states come back for errors and refunds? Whether a PSP can answer these in writing is a good measure of how ready it is for agents.
What to avoid is building separate payment integrations for each AI platform. Worldline, Stripe and Adyen are all competing to give merchants a single connection. The decision to settle first is whether you implement the UCP endpoint yourself or leave it to your commerce platform. For how UCP differs from ACP, see our comparison of the two protocols.
Conclusion
Worldline's handler is a case of a major European acquirer giving concrete shape to UCP's abstract idea of a "payment handler." Keeping credentials on the merchant's side and fitting 3-D Secure and bank redirects into the standard handoff is a practical design built around how payments work in Europe.
Pricing, supported countries, connected AI platforms and real transaction volume, however, remain unstated. The next things to watch are which AI platform first opens payments through this handler to everyday shoppers, and whether Nexi and other European acquirers publish handler specs of the same shape.


