Skip to main content
Event objects represent something that happened in your account. They are created whenever a significant action occurs, such as a payment succeeding or a customer being updated. Events are the mechanism that powers webhooks — each event is delivered to every active webhook endpoint that subscribes to its type.

Endpoints

List all Events

Returns a paginated list of events, optionally filtered by type. Events are returned in reverse chronological order.

Retrieve an Event

Retrieves the details of a previously created event.