#baibhav-webhooks
1 messages · Page 1 of 1 (latest)
you don't need to handle all types of events. How exactly are you creating the webhook endpoint/how are you testing?
i am testing on my local machine using stripe cli
i am keen on payment_intent.succeded only but i am getting request of charge.succeeded and other events as well
then you want https://stripe.com/docs/cli/listen#listen-events
there's an example on the right side showing how to listen to just one type of event
cool