#shikha - upgrade subscription
1 messages · Page 1 of 1 (latest)
Hello can you tell me more about how this is not working? Are you getting an error of some kind?
yes i am getting issue
after unsubscribe i want to upgrade plan
after the unsubscribe plan is not canceled
only cancel_at_period_end updated
As the error says, you have marked the product as inactive so you can't create subscriptions or move existing subscriptions to that product. You will need to create a new product with a new price. then you should be able to upgrade the subscription to that new price
how can i create a new product in subscription
You can either create it in the dashboard or in the API
Dashboard instructions: https://stripe.com/docs/products-prices/getting-started#create-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.