Cancel Pending Amount Request
User can cancel the amount request.
User can cancel the request if user doesn't have the sufficient amount in his account.
How to cancel the request?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- custId – You will get to custId from list of pending request.
- requestId – You get requestId from the list of Pending request
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim()+custId.trim()+requestId.trim())
- walletOwnerId – Provided by
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><requestId>
Sample Code

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