Skip to main content
A record of the customer exchanging their points for a reward. Points purchases cannot be directly created, they are automatically generated by the system when a customer purchases a points product.
id
integer

Unique identifier for the points purchase.

Example:

665523890

customer_id
integer

The ID of the customer who performed the points purchase.

Example:

304169228

points_product_id
integer

The ID of the points product that was purchased.

Example:

132456921

points_spent
integer

The total points spent by the customer.

Required range: x >= 0
Example:

500

reward_fulfillment
object

A record of a reward that was issued to a customer.

created_at
string<date-time>

The date and time when the points purchase was created.

Example:

"2024-04-04T15:10:42.030Z"

updated_at
string<date-time>

The date and time when the points purchase was last updated.

Example:

"2024-04-04T15:10:42.030Z"