#Jannik
1 messages · Page 1 of 1 (latest)
If you're behind a firewall or within a managed network, you'll need to ensure Stripe's notification IP addresses are allowed to reach your server:
https://stripe.com/docs/ips#webhook-notifications
oh ok. I can just use my liveendpoint in testing mode so i can play around. And if everything works i can just switch to live right?
Erm, possibly, I'm not exactly sure what you mean but that. You can set up a test mode webhook endpoint to point to any URL you like, if that's what you mean.
Be aware that if you use signature verification that the signing secrets will be different for live and test mode endpoints, even if the URL is the same
mhh working now, think that was a deploy error. Thank you anyway 😉