Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 893 Bytes

File metadata and controls

17 lines (10 loc) · 893 Bytes

StripeEventSource

StripeEventSource describes the event source for stripe webhook notifications More info at https://stripe.com/docs/webhooks

Properties

Name Type Description Notes
createWebhook Boolean CreateWebhook if specified creates a new webhook programmatically. [optional]
apiKey V1SecretKeySelector [optional]
webhook WebhookContext [optional]
eventFilter List<String> EventFilter describes the type of events to listen to. If not specified, all types of events will be processed. More info at https://stripe.com/docs/api/events/list [optional]
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]