#mathan
1 messages · Page 1 of 1 (latest)
hello! can you share the request id [0]? it'd look like req_xxx
i just need to update the current plan and expires the previous plan!
req_QcOEVUM7GX4YOt
you'll want to take a look at https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
To replace the Price, you need to include the SubscriptionItem id when updating the Subscription
when I add the subscription item id I got an error
"message": "Cannot update plans with different usage types. The plan for the subscription item with the ID si_MtssaXIcPbU7is is of usage type licensed, and you are trying to update to metered.",
like the error message mentions, you cannot update plans with different usage types. I think the best option for you here would be to cancel the Subscription and then create a new one with the new Price
you can't list all of the subscription schedules in the Stripe Dashboard. You can only list all subscriptions