#heshiebee - event types
1 messages · Page 1 of 1 (latest)
The event types are all listed here:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
They each describe the payload object type and link to that object API spec
heshiebee - event types
Thx, i'll take a look
But it doesn't list the actual payload but rather links to the object.
I wish there was something that would have the complete json object list
that's the data payload -- the stripe object of the noted type
The top level events all share the same shape, and then the data.object is a Stripe object of some type (customer, payment intent, etc)
https://stripe.com/docs/api/events/object#event_object-data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
NP!