#vijju
1 messages · Page 1 of 1 (latest)
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.
you would want to check why isn't your webhook endpoint responding to the event with 200
yes
ok
so may be at that time our server is down
so when invoice created event happened we must give a success response, inorder to finalize the invoice?
Yes you are right
ok
is there any way to manually retry those all pending webhooks once my server is up ?
Yes, you can resend the events from Dashboard or through Stripe CLI
No API I'm afraid.
ok