Class WebhookEndpoint

All Implemented Interfaces:
HasId, MetadataStore<WebhookEndpoint>, StripeActiveObject, StripeObjectInterface

public class WebhookEndpoint extends ApiResource implements HasId, MetadataStore<WebhookEndpoint>
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