Webhook Endpoints ​
You can configure webhook endpoints via the API to be notified about events that happen in your Stripe account or connected accounts.
Most users configure webhooks from the dashboard, which provides a user interface for registering and testing your webhook endpoints.
Related guide: Setting up webhooks
Endpoints ​
Create a webhook endpoint ​
- POST /v1/webhook_endpoints
Update a webhook endpoint ​
- POST /v1/webhook_endpoints/:id
Retrieve a webhook endpoint ​
- GET /v1/webhook_endpoints/:id
List all webhook endpoints ​
- GET /v1/webhook_endpoints
Delete a webhook endpoint ​
- DELETE /v1/webhook_endpoints/:id