#Zakariya-webhook
1 messages · Page 1 of 1 (latest)
stripe cli can help you testing webhook easily, but you don't need it to setup webhook
I want the user information when a successful payment is done so that I can get the shipping details of the user and store that in my DB for order delivery. So in order to do this what is the other way around?
The ultimate way is listening to webhook as you mentioned, the event is payment_intent.succeeded
and that will be done using the cli or any other method?
I tried installing the cli but scoop need to change my execution policy.
in powershell
Yes will be easily done in CLI
All here: https://stripe.com/docs/webhooks/test