Get loyalty points
Get credited loyalty points of wallet user account.
How to fetch loyalty points.
How to get loyalty points?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim()+cust_id.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><cust_id><walletOwnerId>
Sample Code

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