# `PolarExpress.Schemas.WebhookCustomerCreatedPayload`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/webhook_customer_created_payload.ex#L2)

WebhookCustomerCreatedPayload

Sent when a new customer is created.

A customer can be created:

* After a successful checkout.
* Programmatically via the API.

**Discord & Slack support:** Basic

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebhookCustomerCreatedPayload{
  data: PolarExpress.Schemas.Customer.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
```

* `data`
* `timestamp` - Format: date-time.
* `type`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
