#tvanantwerp
1 messages · Page 1 of 1 (latest)
Hey there
When you retrieve the Event you would want to look at the pending_webhooks property: https://stripe.com/docs/api/events/object#event_object-pending_webhooks
That is how you would know whether the Webhook was successful or not
Perfect, exactly what I needed. Thank you!
Sure thing!
Hmm, actually, maybe not. Looks like pending_webhooks just gives a number of not-yet-successful calls to the endpoint. I don't know whether any specific event is tied to any not-yet-successful call.
E.g., say 5 events triggered a webhook call. The 3rd event failed because of some error on the back end. How would I be able to point the user specifically to event number 3 out of the 5?
Wait, sorry, was thinking of my list of events. That's on the event object. Yes, it does work!
🎉