Event Destination
Set up an event destination to receive events from Stripe across multiple destination types, including webhook endpoints and Amazon EventBridge. Event destinations support receiving thin events and snapshot events.
Summary
Types
@type t() :: %Stripe.Resources.V2.Core.EventDestination{ amazon_eventbridge: term(), azure_event_grid: term(), created: term(), description: term(), enabled_events: term(), event_payload: term(), events_from: term(), id: term(), livemode: term(), metadata: term(), name: term(), object: term(), snapshot_api_version: term(), status: term(), status_details: term(), type: term(), updated: term(), webhook_endpoint: term() }
amazon_eventbridge- Amazon EventBridge configuration.azure_event_grid- Azure Event Grid configuration.created- Time at which the object was created. Format: date-time.description- An optional description of what the event destination is used for.enabled_events- The list of events to enable for this endpoint.event_payload- Payload type of events being subscribed to. Possible values:snapshot,thin.events_from- Specifies which accounts' events route to this destination.@self: Receive events from the account that owns the event destination.@accounts: Receive events emitted from other accounts you manage which includes your v1 and v2 accounts.@organization_members: Receive events from accounts directly linked to the organization.@organization_members/@accounts: Receive events from all accounts connected to any platform accounts in the organization.id- Unique identifier for the object.livemode- Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.metadata- Metadata.name- Event destination name.object- String representing the object's type. Objects of the same type share the same value of the object field. Possible values:v2.core.event_destination.snapshot_api_version- If using the snapshot event payload, the API version events are rendered as.status- Status. It can be set to either enabled or disabled. Possible values:disabled,enabled.status_details- Additional information about event destination status.type- Event destination type. Possible values:amazon_eventbridge,azure_event_grid,webhook_endpoint.updated- Time at which the object was last updated. Format: date-time.webhook_endpoint- Webhook endpoint configuration.