#iamajoe_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/1360206663004586105
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hey
I didn't mention but if i can do this through the api instead of billing portal, better.
The downgrade is scheduled so not yet active.
what dose that mean concretely? you have a subscription schedule that will downgrade the subscription in the the future?
can you share the Subscription ID (sub_xxx)?
exactly that
sub_1RCfD7BcNqF80vqKoNy1kKlM
so... i am on a current "higher plan" and i want to cancel the upcoming downgrade
you can release the Subscription from the schedule: https://docs.stripe.com/api/subscription_schedules/release
but wont release, release the current plan as well?
so... the "higher plan"
from what i understand you can't release just a phase of a schedule right?
You'd update the schedule to remove the phase that represents the 'downgrade'. Sounds like you tried that though and it didn't work?
If you can share that request ID I can take a look at the why
@rapid dew i might have done it wrong to be honest
i need to retest it but the idea behind that update is jsut removing the item right?
It's a tricky API for sure, see this doc that explains how the payload is expected to look: https://docs.stripe.com/billing/subscriptions/subscription-schedules#updating
You'd pass phases parameter that includes the current phase, but omits the future phase