#alexelba-webhook-events
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alexelba-account-support, 6 days ago, 2 messages
If you scroll down one more section there is a (mostly) full list of webhook event types
For Selection required: pending_webhooks the counter will change regardless of status of webhook?
Sorry I'm not sure what you are referring to here
I want to check when event happened lets say "account.external_account.deleted" and webhook was called, for the event, when I get event from this api the counter will be 1
but how can I know if it was successful or not
pending_webhooks
You are talking about the pending_webhooks property on the Event object, correct?
https://stripe.com/docs/api/events/object#event_object-pending_webhooks
This is an integer that will tell you how many other webhook events have not delivered to the URL you have specified
I see thanks