#Luke.eth
1 messages · Page 1 of 1 (latest)
You can use this endpoint to get Events from the last ~30 days: https://stripe.com/docs/api/events/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I know but I would like to get the list of all possible webhook events that Stripe has.
I'm using this to map to my own dashboard
Ah, you mean event types. There's no API for that I'm afraid
Yes, let say I want to know how many type of failed event Stripe has. It's not possible to get it somewhere, is it?
Only manually via the docs: https://stripe.com/docs/api/events/types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay thank you