Skip to main content
Subscription order endpoints allow you to create recurring billing orders and manage their lifecycle. Subscriptions are created through checkout sessions (with productType: "subscription") and managed via cancellation and status transitions.

Subscription Status Values

Endpoints

Cancel Subscription

Cancel an active or pending subscription.

Coming Soon

The following endpoints are planned but not yet implemented (currently return 501 Not Implemented):
  • Change Product (POST /v1/actions/subscription-order/change-product) — Upgrade or downgrade a subscription to a different product.
  • Reactivate Subscription (POST /v1/actions/subscription-order/reactivate-order) — Reactivate a canceled subscription.