#spillere-subscription-update

1 messages · Page 1 of 1 (latest)

honest windBOT
tidal cloud
#

You'd just need to create a new price for the product with that new price data

#

Then update all the subscriptions

honest windBOT
tidal cloud
#

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

graceful raven
#

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

tidal cloud
#

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)

graceful raven
#

is the subscription attached to a product right?

#

for exampe

#

the product has an ID, and the price has an ID?

tidal cloud
#

yes

#

Oh are you a no-code user?

#

You're doing all this via the dashboard?

graceful raven
#

I can do the code

#

but i wanna first try to understand via the visual

tidal cloud
#

It goes over prorations, etc that come with price upgrades

true helm
#

spillere-subscription-update

graceful raven
#

thanks

#

yeah, i wanna remove the tiers and have a fixed pricing

true helm
#

So what have you tried exactly, what's your code, and what's the problem?

graceful raven
#

I was just trying to understand the logic to remove the tiered pricing for my saas for a fixed pricing

true helm
#

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