#trenton_unexpected
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/1302999234588442658
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
How can I get a subscription to show as active once it has gone to Past Due?
Generally you'd pay any outstanding invoices on the sub:
To move the subscription to active, pay the most recent invoice before its due date.
https://docs.stripe.com/billing/subscriptions/overview#unpaid-subscriptions:~:text=Payment on the latest,before its due date.
If you have an example I can take a look
Hey @rocky rivet ! Here are the invoices for this customer which is showing at Past Due.
Please paste a sub_xxx ID. Screenshots aren't much help
sub_1Q3MzjA0eLgClsZkXdk6jLoK
I suspect it's because you've voided the 'latest' invoice that is 'due' now
I suspect that too. I didn't know the best way to handle resetting the billing cycle. I moved the trial around for this deal.
Yeah looks like that invoice (in_1QG2YuA0eLgClsZkY9cSuo8Q) was the regular 'recurring' invoice for the new period and you voided it so technically it is unpaid beyond it's due date. Paying the new open invocie will transition it back to active
Hmm, any way to do it sooner? My customers see a big red Past Due banner until it's Active again. That originall invoice was technically not correct.
Behaviour is explained here: https://docs.stripe.com/billing/subscriptions/overview#voiding-invoice
Thinking..
I can't really think of a way beyond pausing payment collection temporarily. My recommendation would be to temporarily adjust the logic in your app that shows the 'past due' banner at least for impacted customers
Ok, thanks