#zintegy
1 messages · Page 1 of 1 (latest)
Hi 👋
You can trigger resending the webhook events via the CLI
https://stripe.com/docs/cli/events/resendhttps://stripe.com/docs/cli/events/resend
Ah, what if I don't know the webhook event ID? is there a way to list all recent (in particular, failed) webhooks for a specific (express) account?
You would use the Stripe Account header and list webhook eevents by their delievery success status: https://stripe.com/docs/api/events/list
I see...thanks. and I presume the fact that you send me to stripe CLI docs means I can't resend via API (e.g. python), right?
Correct. You will see there is not an endpoint for this in our docs: https://stripe.com/docs/api/events
Yeah, I was looking around for that. thanks for confirming!