#Gyan
1 messages · Page 1 of 1 (latest)
Hi 👋
Hello
Have you configured your webhook to listen to these events?
In general it is. You can use the Stripe CLI to forward events to your local machine to test out your webhook receiver function though
It's a test server, and i don't think running a proxy to forward events to the local port is a sustainable solution.
Okay right. Yes in that case configuring it to use HTTPS is a good idea.
okay. it doesn't work with http directly? right?
We have a good overview here: https://stripe.com/docs/webhooks
HTTP works for your local server which is a good place to build/test all the functionality you are working on