# Person event types

This is a list of all public [thin events](https://docs.stripe.com/event-destinations.md#thin-events) we currently send for updates to Person, 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

- [`v2.core.account_person.created`](https://docs.stripe.com/api/v2/core/persons/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/persons/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/persons/event-types.md?query=v2.core.account_person.updated): Occurs when a Person is updated.
