#baibhav-webhooks

1 messages · Page 1 of 1 (latest)

kind inlet
#

you don't need to handle all types of events. How exactly are you creating the webhook endpoint/how are you testing?

small dust
#

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

kind inlet
#

there's an example on the right side showing how to listen to just one type of event

small dust
#

cool