#Piercy - webhook events mode
1 messages · Page 1 of 1 (latest)
This can be true for Connect webhook events. Do you need some clarification on that behavior?
Some clarification would be nice. So is it that connected account events will trigger the sending of events to the main accounts webhooks? regardless of live or test mode?
The platform account's connect webhooks yes https://stripe.com/docs/connect/webhooks#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.
That makes sense, thanks for clarifying. I will check that flag. Thanks again for your help