Tiers
Get Tier Statuses
This endpoint describes the user’s current tier statuses.
GET
/
tier_statuses
Parameters
merchant_id
string
Only return tier configuration for this merchant
Response
id
string
The ID of the tier status record
user_id
string
The user ID
merchant_id
string
The merchant ID
level
enum
Current tier state (bronze
, silver
, gold
)
action_text
string
Description of what the user needs to do in order to earn the next tier
progress
decimal
Amount spent so far
expires_at
string
Current tier status expiration in ISO8601-format
current_tier_name
string
Name of current tier
next_tier_name
string
Name of next tier. This will be blank if the user has gold
status