#Joshua S
1 messages · Page 1 of 1 (latest)
what's the ID sub_xxx of it?
checking
sub_1MejlzGxfbdKdMxzzmNL6TL4
I have a bunch of subs in the same condition
it's because your webhook handler for invoice.created is not working
Egh
https://stripe.com/docs/billing/subscriptions/webhooks#understand
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.
right now you're responding with 500 errors on all events
once all endpoints receiving the invoice.created event has responded with a 200, then we'll finalize the invoice and attempt payment
so if you fix whatever is causing your server to respond with a 500, then as the events get retried invoices will start getting finalized
OK, I got webhooks working, and one just went through. How can I verify that this invoice will eventually charge?
what was the event/the invoice ID in question?
in_1MqlUnGxfbdKdMxzWqEy4G35
it should get finalized within the next hour
OK, thanks
I think I asked this before, but is there any easy way just to say "retry all webhooks", as I suspect some may take a while to retry again?
not that I'm aware of
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
All good for now thanks