#v28_resume-subs
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/1418317247520178297
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- v28_api, 22 hours ago, 7 messages
or is there something like the stripe billing/checkout that they can use to manage this?
Hi ๐
What do you mean by "renew" a Subscription? What is the state of the Subscription at the time you are attempting to make this change
any state other than active
What specific status? There are different options with different statuses
We have details about this here: https://docs.stripe.com/billing/subscriptions/overview
thanks, i want to support
subscription with canceled status
subscription with payment failed/incomplete
Subscriptions that are canceled are in a terminal state. You cannot resume them.
Subscription with failed payments need to have their unpaid invoice paid
Subscriptions that are canceled are in a terminal state. You cannot resume them.
Ah right okay, so the easiest solution would be for them to go back through the checkout flow and start a brand new sub?
Correct. You can use the Price IDs in the canceled Subscriptions to ensure you create a new Checkout Session with the same configuration
okay thank you ๐
Happy to shed what ๐ก I can ๐