#spillere-subscription-update
1 messages · Page 1 of 1 (latest)
You'd just need to create a new price for the product with that new price data
Then update all the subscriptions
I think you can just update the subscriptions directly, but recommend you test this out in test mode
There may be an issue updating and going from graduated pricing to just plain volume based pricing, but idk off the top of my head. So recommend you just give it a go in test mode
let me check
in this case i need to make a new product
to remove the tiers, i've have to create a new product then and swap it to a new product?
sorry i'm new to stripe development
Did you try the sub update request?
Again idk off the top of my head if it'll let you do a sub update to a different pricing type (volume vs graduated)
is the subscription attached to a product right?
for exampe
the product has an ID, and the price has an ID?
So try issuing an update subscription api request with the new price id: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-price
Also read this support article: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
It goes over prorations, etc that come with price upgrades
spillere-subscription-update
So what have you tried exactly, what's your code, and what's the problem?
I was just trying to understand the logic to remove the tiered pricing for my saas for a fixed pricing
Gotcha, so my colleague gave you detailed links with all the information you should need to get started, so the next step would be to read those and then write the code to test all of this