WebhookEndpointUpdateRequest
- enabledType: array string[] · WebhookEventType[]enum
_events requiredThe event types this endpoint receives.
values- checkout
_session .completed - payment
_intent .authorized - payment
_intent .captured - payment
.succeeded - payment
.captured
- Type: string · WebhookEventTypeenum
Event types that webhook endpoints can subscribe to.
values- checkout
_session .completed A Checkout Session completed successfully.
- payment
_intent .authorized A PaymentIntent was authorized and can be captured.
- payment
_intent .captured A PaymentIntent was captured.
- payment
.succeeded A Payment succeeded.
- payment
.captured A Payment was captured.
- urlType: stringmax length:5000required
The URL of the webhook endpoint.

