ahuman
August 18, 2021, 3:07pm
2
Hey! I had the same issue. You’ll need the Stripe CLI installed locally and then you’ll need to set up the forwards. This post here was helpful for me:
Hi,
maybe smth went wrong or you didn’t start ghost with the webhook properly.
install stripe cli (Get started with the Stripe CLI | Stripe Documentation )
i did it via apt-get, but it’s up to you
pair stripe-cli with stripe account
$ stripe login
you will be prompted with a pairing code and a URL
visit the URL and allow access
set your stripe-cli to listen
stripe listen --forward-to http://localhost:2368/members/webhooks/stripe/
you will be prompted with a webhook signing secret
finally…
Hope that helps!