Event: customer.created

When is this event triggered?

This event is created whenever a new Cash App Pay customer is created. A new Cash App Pay customer is created when a Cash App user approves a client’s Cash App Pay request for the first time. This event allows clients to detect customers who are using a client’s Cash App Pay integration for the first time.

Payload

The payload of this webhook request is an object.
typestringRequired

The type of event that occurred. customer.created for this event.

event_idstringRequired
A unique identifier provided by Cash App for the event.
created_atstringRequiredformat: "date-time"
When this event occured in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) format (UTC). The time that the event is delivered may be significantly later than this timestamp due to webhooks being retried for up to 72 hours.
dataobjectRequired
Data about the Customer that was created.

Response

200
any
Return a 200 status to indicate that the data was received successfully.