# Types of events

This is a list of all public [thin events](https://docs.stripe.com/event-destinations.md#thin-events) we currently send for /v1 and /v2 resources, which are continually evolving and expanding. The payload of thin events is unversioned. During processing, you must fetch the versioned event from the API or fetch the resource’s current state.

## API event types

- [`v1.billing.meter.error_report_triggered`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v1.billing.meter.error_report_triggered): Occurs when a Meter has invalid async usage events.
- [`v1.billing.meter.no_meter_found`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v1.billing.meter.no_meter_found): Occurs when a Meter's id is missing or invalid in async usage events.
- [`v2.commerce.product_catalog.imports.failed`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.commerce.product_catalog.imports.failed): Occurs when a product catalog import cannot be processed or if processing fails unexpectedly.
- [`v2.commerce.product_catalog.imports.processing`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.commerce.product_catalog.imports.processing): Occurs when a product catalog import file has been uploaded and has started processing.
- [`v2.commerce.product_catalog.imports.succeeded`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.commerce.product_catalog.imports.succeeded): Occurs when a product catalog file has been uploaded successfully and passed validation.
- [`v2.commerce.product_catalog.imports.succeeded_with_errors`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.commerce.product_catalog.imports.succeeded_with_errors): Occurs when a product catalog file has been successfully processed but some rows failed validation.
- [`v2.core.account.closed`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account.closed): This event occurs when an account is closed.
- [`v2.core.account.created`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account.created): Occurs when an Account is created.
- [`v2.core.account.updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account.updated): Occurs when an Account is updated.
- [`v2.core.account[configuration.customer].capability_status_updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bconfiguration.customer%5D.capability_status_updated): Occurs when the status of an Account's customer configuration capability is updated.
- [`v2.core.account[configuration.customer].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bconfiguration.customer%5D.updated): Occurs when an Account's customer configuration is updated.
- [`v2.core.account[configuration.merchant].capability_status_updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bconfiguration.merchant%5D.capability_status_updated): Occurs when the status of an Account's merchant configuration capability is updated.
- [`v2.core.account[configuration.merchant].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bconfiguration.merchant%5D.updated): Occurs when an Account's merchant configuration is updated.
- [`v2.core.account[configuration.recipient].capability_status_updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bconfiguration.recipient%5D.capability_status_updated): Occurs when the status of an Account's recipient configuration capability is updated.
- [`v2.core.account[configuration.recipient].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bconfiguration.recipient%5D.updated): Occurs when a Recipient's configuration is updated.
- [`v2.core.account[defaults].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bdefaults%5D.updated): This event occurs when account defaults are created or updated.
- [`v2.core.account[future_requirements].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bfuture_requirements%5D.updated): Occurs when an Account's future requirements are updated.
- [`v2.core.account[identity].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Bidentity%5D.updated): Occurs when an Identity is updated.
- [`v2.core.account[requirements].updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account%5Brequirements%5D.updated): Occurs when an Account's requirements are updated.
- [`v2.core.account_link.returned`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account_link.returned): Occurs when the generated AccountLink is completed.
- [`v2.core.account_person.created`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account_person.created): Occurs when a Person is created.
- [`v2.core.account_person.deleted`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account_person.deleted): Occurs when a Person is deleted.
- [`v2.core.account_person.updated`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.account_person.updated): Occurs when a Person is updated.
- [`v2.core.event_destination.ping`](https://docs.stripe.com/api/v2/core/events/event-types.md?query=v2.core.event_destination.ping): A ping event used to test the connection to an EventDestination.
