Skip to main content

Loyalty Redemption

Scoping Questions
  1. How are loyalty points redeemed? (automatic, manual, at checkout)
  2. What is the redemption rate? (points per currency unit)
  3. Is partial redemption permitted?
  4. Are there minimum redemption thresholds?
Configuration Examples
Loyalty redemption settings
<retail:loyaltyScheme
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:schemeId>LOYALTY_UK</retail:schemeId>
<retail:redemptionEnabled>true</retail:redemptionEnabled>
<retail:redemptionRate>100</retail:redemptionRate>
<retail:redemptionValue>1.00</retail:redemptionValue>
<retail:minimumRedemptionPoints>500</retail:minimumRedemptionPoints>
<retail:partialRedemptionAllowed>true</retail:partialRedemptionAllowed>
</retail:loyaltyScheme>