Verify Mobile and Currency
Verify mobile and currency of the receiver wallet user.
User can verify currency and mobile number of receiver account.
How to verify mobile and currency?
The POST request will be send over HTTPS to the endpoint.
Sample Request

Sample Response

NOTE:
- verificationHash – SHA256Algorithm.generateSHA256Hash(secKey.trim()+amount.trim()+telnocc.trim()+toMobile.trim()+fromCurrency.tri m()+custId.trim())
- telnocc - country code to whom you want to send
- toMobile - mobile number to whom you want to send
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><amount><telnocc><toMobile><fromCurrency><custId>
Sample Code

| Response Code | Message |
|---|---|
| 1 | Success |
| 2 | Fail |
| 3 | Invalid Request |
| 5 | Not found |
| 7 | Same Currency |