# Connect account webhook configurations

The Events your platform's [Connect webhook endpoints](https://stripe.com/docs/connect/webhooks) receive will vary based on the type of connection your platform has to the connected account. There are three configuration options:
* **Live mode only:** When a connected account is connected only in live mode to your platform, the live Events and test Events are sent to your live Connect webhook endpoint.
* **Test mode only:** When a connected account is connected only in test mode to your platform, the test Events are sent to your test Connect webhook endpoint. Live Events are never sent.
* **Live mode and test mode:** When a connected account is connected in live and in test mode to your platform, the live Events are sent to your live Connect webhook endpoint and the test Events are sent to both the live and the test Connect webhook endpoints.
This behavior allows you to perform both live and test transactions with accounts connected in live mode. We recommend you check the `livemode` property of incoming Events to determine which environment they're coming from.