#nsad_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/1314711003702759457
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Are you always upgrading and downgrading via the API?
It is possible to do each of those via the API, so you can have logic that does one or the other based on whether it is an upgrade or downgrade, but unfortunately things like our Customer Portal can only do one or the other for both.
Hello, for example, i have 2 plans:
FREE:
- can create 5 task
PRO: - can create 10 task
When user have PRO plan and make downgrade, i wanna to change that in next month
to keep the usage correcly
Because my doubt is when user make downgrade what i need when the usage are esgoted, what i need to do?
To update your subscription immediately you can use our standard subscription update commend like in this doc
https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
To update in the future, you can use a subscription schedule like this
https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#downgrading-subscriptions