#NotP_Dot
1 messages · Page 1 of 1 (latest)
Hi, you can listen to https://stripe.com/docs/api/events/types#event_types-charge.failed and https://stripe.com/docs/api/events/types#event_types-charge.succeeded events.
This is where you'd want to look: https://stripe.com/docs/api/events/types
It lists out all of the events and it's descriptions.
thank you for clearing that up
Hi sorry another quick question, when using charge.succeeded or charge.failed is there a way to extend the webhook to see the products that were purchased as well?