Stripe test Webhooks on Production Server

Viewed 543

I'm currently testing the production server for my stripe webhooks.

Locally I purchased a Test-Product and listen for the webhook with the stripe CLI for my localhost:5000/hooks.

There everything worked as expected.

Now I deployed the server and I setup the live stripe webhook inside my dashboard.

But If I now purchase a Test-Product, my webhook on my production server does not execute.

Does someone know what's the reason for this?

How can I test the live webhook without spending money for the Live-Products?

Any help will be greatly appreciated

0 Answers
Related