Reverse Redeemed Rewards
Converts rewards back to points when the order is cancelled or returned.
Note: Once a reward has been redeemed, it cannot be cancelled. To cancel the rewards (convert back to points) before redemption, use the Cancel Reward
endpoint - POST /api/v1/redeem/cancel.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Details of Reverse Rewards
endpoint
Redemption code used to identify the rewards used in a specific transaction. This is generated in the response of the Issue Variable Rewards
endpoint - POST /api/v1/redeem/reward/issue.
Profile ID of the member. In an ecosystem, it acts as a primary ID to keep the various systems (apps, websites, etc.) in sync.
Response
Response (metadata) of reward reversal
Status of the call
Message corresponding to the call
1
Error details, if applicable.
Additional data, if applicable
Was this page helpful?