Object Index
You are viewing an old version of the API
LoyaltyProgram
Object Index
Represents a Square loyalty program.
Loyalty programs define how buyers can earn points and redeem points for rewards. Square sellers can have only one loyalty program, which is created and managed from the Seller Dashboard. For more information, see Loyalty Program Overview.
Properties
Name | Description |
---|---|
id
|
Read only The Square-assigned ID of the loyalty program. Updates to the loyalty program do not modify the identifier. |
status
|
Read only Whether the program is currently active. |
reward_
|
The list of rewards for buyers, sorted by ascending points. |
expiration_
|
If present, details for how points expire. |
terminology
|
A cosmetic name for the “points” currency. |
location_
|
The locations at which the program is active. |
created_
|
Read only The timestamp when the program was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
updated_
|
Read only The timestamp when the reward was last updated, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
accrual_
|
Defines how buyers can earn loyalty points from the base loyalty program. To check for associated loyalty promotions that enable buyers to earn extra points, call ListLoyaltyPromotions. |