Redeem Loyalty Points
User can redeem his credited loyalty point equivalent to repective amount in his wallet account.
User will get equivalent amount from respective loyalty points.
How to redeem loyalty points?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- loyaltyPoints – Get Loyalty Points API.
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim() + custId.trim() +walletOwnerId.trim())
How to generate verification hash?
Verification Hash has to be calculated with following combination and need to be send along with the authentication parameters in each server-to-server request:
<secKey><custId><walletOwnerId>
Sample Code

| Response Code | Message |
|---|---|
| 1 | Success |
| 2 | Fail |
| 3 | Invalid Request |