WaspW
Wasp13mo ago
6 replies
BeReal

stripe webhook

I am in the process of trying to deploy but running into an issue with my stripe webhook.

Locally when testing I was running stripe listen --forward-to localhost:3001/payments-webhook and this was working correct.

I have tried following the docs and creating a https://myapp-server.fly.dev/payments-webhook and https://myapp-server.fly.dev/stripe-webhook. I have selected the correct events to listen to but in my server logs i can see it is not working correctly. I also updated my STRIPE_WEBHOOK_SECRET env var, what else could I check or be doing wrong?
Was this page helpful?