#Devi
1 messages · Page 1 of 1 (latest)
hello!
- use services like ngrok [0] which creates a tunnel to your localhost server and provides a public endpoint to use instead, or
- use the Stripe CLI which can receive events and then forward it to your localhost webhook server endpoint using the --forward-to flag. [1]
[0] https://ngrok.com/
[1] https://stripe.com/docs/cli/listen#listen-forward-to
you might want to take a look at this guide : https://stripe.com/docs/webhooks/quickstart