#nerdsliceradyn
1 messages · Page 1 of 1 (latest)
Hey there
Hey there, just looking for the docs for webhook payloads
Webhooks contain the object that is associated with the Event. So what you can do is you can look at https://stripe.com/docs/api/events/types and beside each Event type you can see the type of object that the Event contains
So like payment_intent.succeeded is a PaymentIntent so you can look at the PaymentIntent object (https://stripe.com/docs/api/payment_intents/object) to see the properties and an example JSON response
perfect thank you very much
Sure