Mollie
AnnouncedEuropean payment service provider processing over 35 billion EUR annually, adding UCP payment token exchange for merchants across the Netherlands, Germany, Belgium, and beyond.
Mollie has announced plans to support UCP as a participant. No public endpoint is available yet.
Mollie is a payment service provider headquartered in Amsterdam, serving over 250,000 businesses across Europe. It processes more than 35 billion EUR annually and offers a developer-first payments API covering cards, iDEAL, SOFORT, SEPA, Bancontact, and a wide range of local European payment methods. Mollie has announced plans to add UCP payment token exchange support.
Mollie's strength is local European payment method coverage. Its UCP integration is specifically designed to bring these regional methods into agent-initiated checkout flows. European consumers who pay by iDEAL (Netherlands), Bancontact (Belgium), or EPS (Austria) can pre-authorize these methods with their AI agent platform and use them seamlessly in UCP transactions.
Mollie's integration API is designed for simplicity. Merchants already using Mollie can expect to add UCP token exchange support with minimal configuration on top of their existing Mollie setup.
Why This Matters for UCP
Mollie extends UCP payment token exchange to local European payment methods, enabling AI agents to complete purchases with iDEAL, Bancontact, and other regional methods that global processors do not cover.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// Mollie UCP payment token exchange (announced)
// Merchants using Mollie add UCP token support via the Mollie dashboard.
// Agents request a payment token scoped to the merchant and amount:
const token = await ucpClient.payment.requestToken({
provider: 'mollie',
merchant_id: merchantId,
amount: 49.99,
currency: 'EUR',
methods: ['ideal', 'bancontact', 'card']
});
// Mollie resolves the token against the consumer's pre-authorized method.
// Supports iDEAL, Bancontact, EPS, SEPA, and major card networks.Category
Payment HandlersUCP Status
AnnouncedTags
Pricing
freemium
Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →
Related Guides
Reviews
★★★★★4.7 (3 reviews)These are illustrative examples to show what reviews will look like. Submit your own experience below.
N. Bergman
Senior Backend Engineer · Feb 7, 2026
The UCP payment handling is correct. Latency is a bit higher than our non-UCP flows, but still within acceptable bounds for checkout.
A. Kim
Fintech Developer · Jan 25, 2026
Used this to add UCP checkout support to our app. The spec compliance is exact — everything we tested against the conformance suite passed.
C. Russo
Payments Engineer · Mar 2, 2026
Payment token exchange is solid. We process UCP transactions across multiple merchants and have not hit any protocol-level issues in three months.
37 other tools in Payment Handlers
Is this your tool? Claim this listing
Related Payment Handlers
Stripe
Payment Handlers
Payments infrastructure for the internet.
Payment infrastructure provider building UCP payment token exchange and checkout integration.
Integrations