Add a webhook endpoint
Use the Developers Dashboard to create a new webhook endpoint and receive events from Stripe.
This guide describes how to create a new webhook endpoint using the Developers Dashboard.
Note
Workbench replaces the Developers Dashboard, and we automatically enable it for all new Stripe accounts by default. Configure this setting from the Developers settings in the Dashboard.
Learn how to create a new webhook endpoint in Workbench.
Create a new webhook endpoint ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Stripe supports two endpoint types: Account and Connect. Create an endpoint for Account unless you’ve created a Connect application. You can register up to 16 webhook endpoints on each Stripe account.
Note
When you create an endpoint in the Dashboard, you can choose between your Account’s API version or the latest API version. You can test other API versions in Workbench using stripe webhook_
, but you must create a webhook endpoint using the API to use other API versions in production.
Use the following steps to register a webhook endpoint in the Developers Dashboard.
- Navigate to the Webhooks page.
- Click Add endpoint.
- Add your webhook endpoint’s HTTPS URL in Endpoint URL.
- If you have a Stripe Connect account, enter a description, then click Listen to events on Connected accounts.
- Select the event types you’re currently receiving in your local webhook endpoint in Select events.
- Click Add endpoint.