#smitit1999_unexpected

1 messages · Page 1 of 1 (latest)

dusty raftBOT
#

đź‘‹ 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.

viscid sand
#

@scenic moss any updates?

lapis vessel
#

Hi @viscid sand I'm looking at it. Give me a sec

viscid sand
#

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?

lapis vessel
#

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.

viscid sand
#

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?

scenic moss
#

No, the upcoming Invoices will become void if a resume_at date is not provided

viscid sand
#

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

lapis vessel
#

Hi @viscid sand or can you tell us what you want to achieve here?

viscid sand
#

An invoice was automatically voided but I am unable to figure out how that happened.

lapis vessel
#

I believe I've already explained reason. You paused the subscription with behavior=void

#

Did you pause the subscription by accident?

viscid sand
#

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

lapis vessel
#

The AI assistant's answer may not be always correct.

viscid sand
#

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?

lapis vessel
#

Can you share with me the ID of the subscription that didn't void invoices while it was paused?

viscid sand
#

sure give me a sec

#

sub_1RlMhlA5BZ3mzPMyReSLKwRJ

lapis vessel