Skip to main content
A points purchase is a record representing when a customer spends points on a reward. Much like spending money on a product results in an order, spending points on a points product results in a points purchase.
id
integer

The unique identifier for the points purchase.

Example:

665523890

points_product_id
integer

The unique identifier of the points product that was purchased.

Example:

132456921

points_spent
integer

The total points spent by the customer.

Example:

500

reward_fulfillment
object

The nesetd Reward Fulfillment object representing the reward issued to the customer when they purchased the points product.

created_at
string<date-time>

Date and time at which the points purchase was created.

Example:

"2024-12-07T20:15:27.893Z"

updated_at
string<date-time>

Date and time at which the points purchase was updated.

Example:

"2024-12-07T20:15:27.893Z"