Skip to main content

Create a subscription state

POST 

/v2/subscriptions/subscriptions/:subscription_uuid/states

The subscription lifecycle is the states that a subscription can go through when a customer subscribes to a service or a plan.

A subscription can have the following states:

Immediate cancellation (cancel with cancel_immediately: true) ends the subscription and updates entitlements in this request; it does not issue refunds or modify paid invoices. Use payments refund flows separately if needed.

Request

Responses

Success. The subscription's state has changed.

Ask External AI