Check Wallet Balance
User can get wallet account balance.
How to check wallet account balance?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- cust_id , secKey – is provided in the getSecretKey API response
- verificationHash - SHA256Algorithm.generateSHA256Hash(secKey.trim()+cust_id.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>
Sample Code

| Response Code | Message |
|---|---|
| 1 | SUCCESS |
| 2 | FAILED |
| 3 | Invalid Request |