#jzills
1 messages · Page 1 of 1 (latest)
- Webhooks are separate for Test and Live mode so that already exists.
- Your different environments could have different publicly accessible URLs so you can create different webhook endpoints for each
Yes that's what we are already doing
However, if I have urls configured across DEV/QA/TEST for the same set of events, Stripe sends events, for instance, from DEV to QA and TEST webhooks as well.
Since they are all umbrelled under the Test mode.
Does this situation make sense?
It does but from Stripe's point of view that is normal
If you need 100% isolation you would need to create separate accounts for each environment
Ok got it thank you