Update Subscription
Billing & Subscription
Update Subscription
Updates fields of an existing user subscription. This may include billing cycle, status, auto-renewal settings, etc.
PATCH
Update Subscription
Authorizations
Path Parameters
The unique ID of the subscription to update.
Example:
"sub_67890"
Body
application/json
The ID of the user whose subscription is being updated.
Example:
"user_12345"
Toggle for auto-renewal setting.
Example:
false
New billing cycle if being changed. Accepted values: 'monthly', 'yearly'.
Example:
"monthly"
Set subscription status. Example values: 'active', 'paused', 'cancelled'.
Example:
"paused"
Response
Subscription successfully updated
