Withdraw Money Mode
Get widthdraw mode for withdrawing money.
How to get withdraw modes?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim()+custId.trim()+walletOwnerId.trim())
- If single withdraw mode, response is in JSON object and if multiple withdraw modes, response is in JSON Array
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 |