#smitit1999_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/1415198970145407068
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
@scenic moss any updates?
Hi @viscid sand I'm looking at it. Give me a sec
https://dashboard.stripe.com/logs/req_JwdV84D8T9MLS9 the invoice was voided because you made a request to pause the subscription with behavior=void
Thanks @lapis vessel let me check
@lapis vessel doesn't that mean any new invoice after the subscription was paused would get voided. Will the existing invoices i.e. the ones that were created before the pause also get voided?
Not really, it applies to invoice created previously as well
All invoices created before the resumes_at date are immediately marked as void. Stripe won’t send any upcoming invoice emails or webhooks and the subscription’s status remains unchanged.
But if I don't pass a resume_at date, will it still void the open invoices? I asked Stripe AI and it said no
Also the subscription was paused on 5th September but then the invoice was voided on 8th September. If that was the cause, it should have been voided at the same time when the subscription was paused correct?
No, the upcoming Invoices will become void if a resume_at date is not provided
Aligned, but this was an existing invoice before the pause behavior was set
Also the subscription was paused on 5th September but then the invoice was voided on 8th September. If that was the cause, it should have been voided at the same time when the subscription was paused correct?
Also this still doesn't make sense...
Also, I can see that there was a payment confirmation attempt - req_0ScWUN24VCyzz4
right after that attempt the invoice got voided
Hi @viscid sand or can you tell us what you want to achieve here?
An invoice was automatically voided but I am unable to figure out how that happened.
I believe I've already explained reason. You paused the subscription with behavior=void
Did you pause the subscription by accident?
No, that is an expected thing. But my understanding is that pausing the subscription doesn't void any existing invoices. Only the new ones are voided. Is that not true? I didn't pass any resumes_at param
And the response from Stripe AI also corroborates that
The AI assistant's answer may not be always correct.
I get that but even I remember that pausing the subscription didn't void existing open invoices.
And also what's more confusing is if the subscription was paused on 5th September why would the invoice get voided all the way on 8th September, shouldn't it have voided at that instant only?
Can you share with me the ID of the subscription that didn't void invoices while it was paused?
https://dashboard.stripe.com/events/evt_1S54sdA5BZ3mzPMyXB7dwJ62 the invoice was voided as well