Load money using API
Load money to user wallet account.
User can load amount in his wallet account through credit, debit card, netbanking etc.
How to load money to wallet?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

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

| Response Code | Message |
|---|---|
| 8 | Transaction Success |
| 9 | Transaction Declined |
| 10 | Transaction Failed |
| 3 | Invalid Request |