update_subscription
Update a Stripe subscription to schedule cancellation at period end or change its price.
Instructions
Updates a Stripe subscription. Can schedule cancellation at period end or change the subscription's price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes | The ID of the subscription to update (e.g., 'sub_123'). | |
| cancel_at_period_end | No | If true, the subscription will be canceled at the end of the current period. | |
| price_id | No | The new price ID to switch the subscription to (e.g., 'price_123'). |