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

pointsProductId
integer

The unique identifier of the points product that was purchased.

Example:

132456921

pointsSpent
integer

The total points spent by the customer.

Example:

500

rewardFulfillment
object

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

createdAt
string<date-time>

Date and time at which the points purchase was created.

Example:

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

updatedAt
string<date-time>

Date and time at which the points purchase was updated.

Example:

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