Braintree
AnnouncedPayPal's developer-focused payment gateway with full UCP payment token exchange support, widely used by mid-market and enterprise e-commerce brands.
Braintree has announced plans to support UCP as a participant. No public endpoint is available yet.
Braintree, PayPal's developer-oriented payment platform, has built UCP payment token exchange support targeting the mid-market and enterprise merchant segment. While PayPal handles the consumer wallet integration, Braintree is the backend infrastructure that many Shopify Plus, WooCommerce, and custom e-commerce stores use for payment processing.
Braintree's UCP integration exposes a token exchange endpoint that works across its supported payment methods: credit cards, PayPal, Venmo, and local payment methods in supported countries. Merchants already using Braintree can enable UCP payment handling with minimal additional configuration.
Why This Matters for UCP
Braintree extends UCP payment token exchange to PayPal's enterprise and mid-market merchant base, supporting credit cards, PayPal, Venmo, and local payment methods.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// Braintree UCP payment token exchange
const gateway = new braintree.BraintreeGateway({ ... });
// Generate a UCP-compatible payment token
const token = await gateway.ucp.generateToken({
customer_id: 'customer_123',
payment_method_nonce: paymentMethodNonce,
options: { ucp_scope: 'single_use' }
});Category
Payment HandlersUCP Status
AnnouncedTags
Pricing
paid
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.
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.
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.
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