Verify a member’s redeemable points balance before initiating a redemption.
Queries a member’s current redeemable points balance in real time. Always call this before Redeem Points to confirm the member has sufficient balance. Partial redemption is not supported — members must redeem points covering the full transaction value. The points-to-currency conversion rate is configurable per program; confirm the rate for your program with your Xoxoday implementation contact to correctly calculate how many points equal the cart value.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.
200 — Success
| Path | Type | Description |
|---|---|---|
results.IsSucessful | boolean | true |
results.ErrorCode | string | 000 |
results.ExceptionMessage | string | Success |
results.ReturnObject | integer | The member’s current redeemable points balance |
JWT obtained from Generate Auth Token. Pass as Authorization: bearer {token}.
Balance retrieved