Issue Reward
Issues a reward certificate based on the member’s request or when the points in the member’s account reach a configurable threshold.
Note - A single reward is issued at a time.
When the redemptionChoice is set to ‘auto’, the points are automatically converted to rewards. When the redemptionChoice is ‘bank,’ the points are converted based on the member’s request.
Response of this endpoint includes a redemptionCode, which is required to redeem the reward in the future.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Details needed to issue a variable reward
Profile ID of the member. In an ecosystem, it acts as a primary ID to keep the various systems (apps, websites, etc.) in sync.
External reference ID (or name) of the location where the points are being redeemed.
1
Dollar amount being redeemed. Maximum amount which can be redeemed (or the reward limit) is configurable. When a member has $100 in their loyalty account and the store has a reward limit of $50, they can use two rewards certificates to redeem the amount fully.
Tier-based discounts can be offered by attaching members to different tiers, such as silver, gold, platinum, etc. Discount percentage or discount amounts can be customized.
Name of the representative who is issuing the reward.
1
Response
Status of the call
Message corresponding to the call
Error details, if applicable
Details of the points issued as reward.
Was this page helpful?