WooCommerce Payments
AnnouncedWooCommerce's native payment solution built on Stripe, building UCP token exchange to let agents pay at WooCommerce stores without requiring separate Stripe credentials.
WooCommerce Payments has announced plans to support UCP as a participant. No public endpoint is available yet.
WooCommerce Payments is the official payment solution for WooCommerce stores, built on Stripe's payment infrastructure and managed through the WordPress admin interface. It lets WooCommerce merchants accept cards, Apple Pay, Google Pay, and a range of local payment methods without setting up a separate Stripe account. WooCommerce Payments has announced plans to add UCP token exchange support.
WooCommerce runs on approximately 30% of all ecommerce stores globally, making it the most widely deployed ecommerce platform by merchant count. A WooCommerce Payments UCP integration means agents have a standard payment handler for this enormous installed base. Merchants using WooCommerce Payments as their payment solution get UCP support through the same plugin, without configuring a separate UCP payment handler.
WooCommerce Payments is distinct from WooCommerce's broader payment gateway ecosystem (which includes Stripe, PayPal, and dozens of other gateways). The UCP integration in WooCommerce Payments is specific to this hosted Stripe-backed solution. Merchants using other WooCommerce payment gateways would need those gateways to add UCP support separately.
For agent developers, WooCommerce Payments coverage is important for reaching independent and small-brand WooCommerce stores. These merchants are unlikely to build custom UCP integrations, but a WooCommerce Payments plugin update brings them into the agent commerce ecosystem automatically.
Why This Matters for UCP
WooCommerce Payments brings Stripe-backed UCP token exchange to the 30% of ecommerce stores running on WooCommerce, giving agents a standard payment handler for the platform's enormous independent merchant base.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// WooCommerce Payments UCP token exchange (announced, not yet live)
// Native Stripe-backed payment for WooCommerce stores.
// Agents identify WooCommerce Payments in the manifest:
// manifest.paymentHandlers.find(h => h.id === 'com.woocommerce-payments')
// When live, checkout uses Stripe infrastructure under the hood:
// UCP token -> WooCommerce Payments -> Stripe PaymentIntent
// No separate Stripe credentials required for agents.
// WooCommerce Payments handles the Stripe integration transparently.
// Example checkout call (when live):
// const session = await fetch(manifest.checkoutEndpoint, {
// method: 'POST',
// body: JSON.stringify({
// items: [{ product_id: 42, quantity: 1 }],
// paymentToken: wcPayUcpToken,
// }),
// }).then(r => r.json());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