Back to Directory
Recharge favicon

Recharge

Announced

Subscription management platform for e-commerce, building UCP support to enable AI agents to set up, modify, and cancel recurring orders on behalf of subscribers.

Recharge has announced plans to support UCP as a participant. No public endpoint is available yet.

Recharge is the leading subscription management platform for e-commerce, used by over 20,000 merchants including brands like Dr. Squatch, Verve Coffee, and Liquid I.V. Recharge is building UCP support specifically for subscription lifecycle management: the ability for an AI agent to initiate a subscription, skip a delivery, modify a product, or cancel on behalf of a shopper.

This is one of the more complex UCP integration challenges because subscriptions involve persistent state that extends beyond a single checkout session. Recharge's approach uses UCP's identity linking capability to tie the agent session to the subscriber's account, enabling full subscription management through a UCP interface.

Why This Matters for UCP

Recharge extends UCP into subscription commerce, enabling AI agents to manage recurring orders, delivery schedules, and subscription modifications on behalf of shoppers.

UCP Capabilities

checkoutorder managementidentity linking

UCP Endpoint

Announced — Endpoint not yet publicly available

Integration Example

// Recharge UCP subscription management (announced)
// Identity link first to access subscriber account
const identityToken = await ucpClient.identity.link({
  merchant_id: 'merch_123',
  scopes: ['subscriptions', 'order_management']
});

// Then manage subscriptions through UCP interface
const subscription = await ucpClient.subscriptions.create({
  product_id: 'prod_abc',
  frequency: 'monthly',
  identity_token: identityToken
});

UCP Status

Announced

Tags

subscriptionsrecurringe-commercedtcretentionucp-partner

Pricing

paid

Added 2026-04-10
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

21 other tools in Commerce Enablers

Is this your tool? Claim this listing

Related Commerce Enablers

UCPStore favicon

UCPStore

Commerce Enablers

Live

Service that transforms existing e-commerce stores into UCP-compatible endpoints without platform migration.

saasshopifywoocommerce
UnverifiedAgent-Ready: 70%
4.4implementation(13 signals)
freemium
SFCC UCP Cartridge favicon

SFCC UCP Cartridge

Commerce Enablers

Live

Open-source Salesforce Commerce Cloud cartridge that implements UCP checkout for SFCC storefronts.

salesforcesfcccartridge
UnverifiedAgent-Ready: 70%
4.8implementation(17 signals)
Open Sourcefree
Shopify Checkout Kit favicon

Shopify Checkout Kit

Commerce Enablers

Live

Shopify's developer toolkit for implementing UCP on any Shopify storefront, enabling AI agent-initiated checkouts.

shopifyofficialcheckout
UnverifiedAgent-Ready: 70%
4.9implementation(29 signals)
free