#CalebR-webhook-events
1 messages · Page 1 of 1 (latest)
Hi there 👋
This is the general shape for event objects. The contents of the data field with fluctuate based on the event.
https://stripe.com/docs/api/events/object
This is a complete list of each event type that is available, and beside each is a link to the structure of the object that will be provided inside of the data field.
https://stripe.com/docs/api/events/types
Thanks