#HKrievs-webhooks

1 messages · Page 1 of 1 (latest)

opaque storm
opaque storm
#

hello @lost lintel! In an ideal situation, you would have a separate server only to receive and queue up the webhooks, and send it to your main server to be processed. So even if you bring your main server down for maintenance, your "queue" server is still up and running to receive webhooks.

But it sounds like you probably don't have such a system set up right now. To answer your question :

  • In live mode, Stripe attempts to deliver your webhooks for up to three days with an exponential back off. In the Events section of the Dashboard, you can view when the next retry will occur.
  • you can also retrieve events up till 30 days before : https://stripe.com/docs/api/events/list
lost lintel
#

Thanks.