Benefits
Learn how benefits work in the Loyalty Engine, including states, events, fulfilment flows, and how they’re handled across different reward types.
Benefit lifecycle
Status
Description
{
"status": "success",
"data": {
"id": "9cb2cc08-e033-4200-86a7-95a03ba09462",
"type": "VOUCHER",
"createdAt": "2018-06-08T08:57:47.198Z",
"redeemedAt": "2018-06-10T21:07:01.219Z",
"expiresAt": "2019-06-08T08:57:47.198Z",
"burnedAt": "2019-06-08T08:57:47.198Z",
"reward": {
...
},
"owner": {
...
}
"code": {
"id": "9cb2cc08-e033-4200-86a7-95a03ba09462",
"createdAt": "2018-06-08T08:57:47.198Z",
"updatedAt": "2018-06-08T08:57:47.198Z",
"redeemedAt": "2018-06-08T08:57:47.198Z",
"validatedAt": "2018-06-08T08:57:47.198Z",
"value": "123ABC"
}
}
}Event reporting
Flow by benefit type
1. Digital gift card (via WLL fulfilment partner)
2. WLL voucher (static or code pool, no integration)
3. WLL voucher (integrated, one-time code validation)
Front-end handling of benefits
Last updated
Was this helpful?