EventType
Event identifier returned in an Event object.
webhook_endpoint.testis reserved for test deliveries and cannot be used in a Webhook Endpoint'senabled_events.- Type: string · WebhookEventTypeenum
Exact event identifier that a Webhook Endpoint can subscribe to. Wildcards such as
*are not accepted.values- checkout
_session .completed Sent when a Checkout Session has been completed.
- payment
.succeeded Sent when a payment has succeeded.
- payment
.failed Sent when a payment has failed.
- payment
_intent .authorized Sent when a Payment Intent has been authorized.
- payment
_intent .captured Sent when a Payment Intent has been captured.

