#mariia_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/1402955453683728535
๐ 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.
- mariia_api, 16 hours ago, 13 messages
๐ Happy to help!
and this (sub_1Rt9vi4RpqgkLcJCkohUwd6q) first did unpaid yearly, then updated subscription to monthly price id. and i cannot understand the logic why after changing to smaller interval unpaid subscription became active
The invoicein_1Rt9y44RpqgkLcJC4YTSWN7ygenerated from the update requestreq_QIWXUtzlVJhagbis paid
So it's expected that the subscripiton transition to active status
Check this guide to better understand the Subscription lifecycle:
https://docs.stripe.com/billing/subscriptions/overview#subscription-lifecycle
okay, thank you, will look into why invoice became paid.
what about first case? why it became past_due?
In the first case the invoice wasn't paid, so the invoice became unpaid
maybe i am misunderstanding smth. in first case when the status of subscription was unpaid and i changed billing interval from monthly to yearly it became past_due, not unpaid
Because you made an update and there should be a chance to get the new invoice paid
ah i see. thank you very much!