Stripe Webhook API — Webhook Endpoints
Stripe Webhook API — Webhook Endpoints. 5 operations. Lead operation: Webhook Endpoints. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of your webhook endpoints.
A webhook endpoint must have a url and a list of enabled_events. You may optionally specify the Boolean connect parameter. If set to true, then a Connect webhook endpoint that notifies the specified
You can also delete webhook endpoints via the webhook endpoint management page of the Stripe dashboard.
Retrieves the webhook endpoint with the given ID.
Updates the webhook endpoint. You may edit the url, the list of enabled_events, and the status of your endpoint.
MCP Tools
p-returns-list-your-webhook-endpoints
Returns a list of your webhook endpoints.
p-a-webhook-endpoint-must-have
A webhook endpoint must have a url and a list of enabled_events. You may optionally specify the Boolean connect parameter. If set to true, then a Connect webhook endpoint that notifies the specified
p-you-can-also-delete-webhook
You can also delete webhook endpoints via the webhook endpoint management page of the Stripe dashboard.
p-retrieves-webhook-endpoint-given-id
Retrieves the webhook endpoint with the given ID.
p-updates-webhook-endpoint-you-may
Updates the webhook endpoint. You may edit the url, the list of enabled_events, and the status of your endpoint.