#Gyan

1 messages · Page 1 of 1 (latest)

green jungleBOT
meager ginkgo
#

Hi 👋

vivid lynx
#

Hello

meager ginkgo
#

Have you configured your webhook to listen to these events?

vivid lynx
#

yes.

#

is it mandatory to use a https url in the endpoint?

meager ginkgo
#

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

vivid lynx
#

It's a test server, and i don't think running a proxy to forward events to the local port is a sustainable solution.

meager ginkgo
#

Okay right. Yes in that case configuring it to use HTTPS is a good idea.

vivid lynx
#

okay. it doesn't work with http directly? right?

meager ginkgo
#

HTTP works for your local server which is a good place to build/test all the functionality you are working on