#refikimi_webhooks
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/1278333642023899137
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello @sleek umbra can you share the invoice ID of the invoice where the event was not generated?
yes, let me find it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The invoice associated with this payment is in_1PqSKVHzzIMXxbBCJcF2fTzt which is still open
it hasn't been marked uncollectible
So the event not being generated is expected here
So, just to make sure I understood you, basically this event will happen in the future in case it fails? right? thank you
Yes, the event will be generated when the invoice is marked as uncollectible by you or Stripe (based on your settings)
Thank you Hanzo. It will be marked after the third failed attempt, right? At the moment I see:
https://dashboard.stripe.com/invoices/in_1PqSKVHzzIMXxbBCJcF2fTzt
4 failed attempts, Aug 21, Aug 21, Aug 22 and Aug 26, and retry on Aug 31?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can I set somewhere in settings as 3 failed attempts to be the limit before the uncollectible state is set?
You can configure your retry settings under: https://dashboard.stripe.com/settings/billing/automatic I think
I think there's one more automatic retry left but after that the invoice should be marked uncollectible yes
Thanks a lot Hanzo for your support and help.
That means, under the tab "invoices", as well as "subscriptions and emails", I found selected USE CUSTOM RETRY SCHEDULE FOR ONE-OFF INVOICES:
Retry 1 Day after the previous attempt
Retry 3 Day after the previous attempt
Retry 5 Day after the previous attempt
If it was attempted on the Aug21, that means Aug 22, then 3 days, Aug 25th, and if it failed + 5 days, Aug 30th? Or is it because it somehow got shifted in the new day? And these dates that I see, are they in my browser timezone or?
The timing on the invoice object is UTC. So yeah you may be seeing local time depending on your timezone
ahhh, okay, thank you that makes sense then
and one more question, is there a way to see where this option relies when uncollectible will be set? just to make sure it is set properly? Thank you
Not sure I grasp the question