#damo-red61_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/1216711567849033808
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Do you expect it to finalize immediately?
I see they're both scheduled for finalization tomorrow.
the schedule timer constantly changes
in_1OsS67HDZYLSKlzYLd5WXfwk is currently "Scheduled for 11 Mar 2024, 11:43"
but now it is :
"Scheduled for 11 Mar 2024, 11:44"
so it never actually finalises at all
If Stripe fails to receive a successful response to invoice.created, then finalizing all invoices with automatic collection will be delayed for up to 72 hours.
https://docs.stripe.com/billing/subscriptions/webhooks#understand
Are you listening to those events?
we are yes, there are 4 webhooks that the event gets sent to. only 1 responded successfully since that is connected to the server where the payment actually resides. but there has been a "successful" response to that event from 1 of our webhooks.
the event for this particular invoice id was : evt_1OsS68HDZYLSKlzYz9APLUf0
I guess the docs are not precise about where it needs a successful response from each webhook endpoints or not.
ah, so you're saying every webhook needs to respond successfully otherwise it treats it as a no-response?
It seems so, yes.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
hey cheers,
if true that we need all webhooks to respond successfully then that's a bit unfortunate , as since we're using connected accounts all of the "connected=true" webhooks for our clients sit against our "main" account. This would mean that if one of our servers was down fr maintenance, then none of the invoices for any of our clients would be processed in less than 72 hours?
yes that's correct
I see that is unfortunate,
thank you for your time