#memepurge_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1216699069247000578
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! https://stripe.com/docs/billing/subscriptions/upgrade-downgrade seems like the guide you want.
But does it work to update the price without changing the type of subscription? Only by using API?
Let's say I have 3 tiers of subscriptions, and I want to change tier 1 to 9.99 instead of 8.99
Can I do that through the API?
@analog bay
depends how these "tiers" are set up in terms of your code and integration.
you can always change a given subscription object from one Price (the recurring amount that it charges) to another.
All that through API?
And will it apply for all clients with that tier?
Our developer says we have to change that stuff manually through Stripe, because API does not let these changes.
sorry this is a chat for developers, your developer should ask their question here instead, would be easier to answer.
I'm a junior dev, I'm trying to understand if it's really impossible to do through API.
The idea is that the through our admin dashboard to create, edit and remove plans including prices and such
cool. Should all be possible really and the page above describes how to change the price of a subscription. Do you have any specific technical/coding questions about what you've tried so far?