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
Summary
Types
@type t() :: %PolarExpress.Schemas.WebhookCustomerCreatedPayload{ data: PolarExpress.Schemas.Customer.t() | nil, timestamp: DateTime.t() | nil, type: String.t() | nil }
datatimestamp- Format: date-time.type