# WebhookEventData

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/webhook-event-data/

The `data` of a delivery whose subscription asked for `thin`, which is every subscription event and the default for the rest.

## Fields

- `id` (string, uuid, required) - What the event is about: the transaction, the refund, or the subscription.
- `status` (string, required) - The outcome. The values differ per event: see the event's own description.
- `reason` (string, nullable) - The status message, when there is one to give.
