#khleungat
1 messages · Page 1 of 1 (latest)
This behaviour is described here: https://stripe.com/docs/invoicing/integration/workflow-transitions#finalized
We'll wait ~72 hours if we don't receive a response from any webhooks listening for invoice.created events
but I got a successful response from invoice.created event
my event_id is "evt_1M7FGwH1PvlHvhu8Zv6wlEB8"
is there any problem occurs so that my invoice cannot be finalised after 1 hour?
Let me take a look
Thank you so much
There's still 1 webhook we're pending a response from
That will prevent auto finalisation after ~1 hour
This webhook seems to be returning 500 responses to most events: https://dashboard.stripe.com/test/webhooks/we_1M6rHkH1PvlHvhu8ReyA6ZEG
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You should fix that to prevent any interruptions!
I see, cause this is another endpoint
How can I prevent interruption while enable multiple end-points to receive webhook event?
You need to diagnose and resolve the issue with that webhook that's causing the 500 errors to be returned to us
This will work fine with multiple webhooks, they just all need to return 2xx response for the auto finalisation to work after ~1 hour
np!