#karanb
1 messages · Page 1 of 1 (latest)
Hi there. What is the exact problem you are seeing?
so i have the event types
and i also have the cli but how can i add the event types in the cli
Not sure I follow. You want to only listen for certain events in the CLI? You can do that with this param: https://stripe.com/docs/cli/listen#listen-events
so basically! i want to create something that can give me notifications whenever a customer updates the payment method like for eg changing card details, so i need to create a web hook for that
like can you help me creating an endpoint for the solution
👋 stepping in as codename_duchess needs to step away
Have you read through our Webhook docs yet: https://stripe.com/docs/webhooks?
yes
It includes a Webhook builder: https://stripe.com/docs/webhooks/quickstart which you can use for some basic code to get started
If you have already looked at that stuff, then I'll need specific questions from you on where you are confused in order to help
so where should i type the code to integrate it with stripe
as you see the sample code on the right side https://stripe.com/docs/webhooks/quickstart do i need to use vs code
i am a developer but this is my first time doing integration