Reverse a redemption transaction and restore the member’s points balance.
Cancels a previously completed redemption and restores the member’s points balance. Use this when fulfilment fails after points have already been deducted — for example, a hotel booking that couldn’t be confirmed, or a gift card that was not issued. Key behaviours to know:Documentation Index
Fetch the complete documentation index at: https://help-loyalife.xoxoday.com/llms.txt
Use this file to discover all available pages before exploring further.
ReversalPoints a second time with the same ExternalReference will fail. Store the outcome of the first call.ExternalReference is required — this UUID is the only link back to the original RedeemPoints transaction. If you didn’t save it, the reversal cannot be processed.200 — Success
| Path | Type | Description |
|---|---|---|
results.IsSucessful | boolean | true |
results.ErrorCode | string | 000 |
results.ExceptionMessage | string | Success |
results.ReturnObject | boolean | true when reversal is complete and points are restored |
JWT obtained from Generate Auth Token. Pass as Authorization: bearer {token}.
Must match the RelationReference from the original RedeemPoints call.
"jane.doe@example.com"
Must match the MerchantName from the original RedeemPoints call.
"Amazon"
UUID returned by RedeemPoints. Identifies the redemption being reversed.
"3FA85F64-5717-4562-B3FC-2C963F66AFA6"
19
Reversal successful — points restored