#andrewl1030
1 messages · Page 1 of 1 (latest)
We mention this behavior here: https://stripe.com/docs/connect/webhooks
For Connect webhooks, it’s important to note that while only test webhooks will be sent to your development webhook URLs, both live and test webhooks will be sent to your production webhook URLs. This is due to the fact that you can perform both live and test transactions under a production application. For this reason, we recommend you check the livemode value when receiving an event webhook to know what action, if any, should be taken.