Skip to main content
This webhook is triggered when customer’s points are close to expiring. To subscribe to this webhook, your access token needs to contain the read_customers scope.
This webhook is triggered only when your point expiration feature is enabled

Payload

customer
object
required
Customer object with the same shape as the Customers API response
expire_points_at
string
required
ISO 8601 timestamp of the customer’s approaching point expiration
points_to_expire
number | null
required
The number of customer points that are approaching expiration
earned_on
string | null
required
ISO 8601 timestamp of when the expiring points were acquired

Example

Example