post
http://nowpay.in/api/index.php?route=/api/bank/wallet_verify
This API is used to validate beneficiary details such as wallet in sync manner.
Available service providers are:
** * PAYTM
- AMAZON**
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner provided by Nowpay |
| username | M | Numeric | Unique identification of API partner provided by Nowpay |
| beneficiaryPhoneNo | M | Numeric | Paytm/Amazon Phone Number |
| transferMode | M | String | PAYTM/AMAZON Static Values |
| yourrequestid | M | String | Unique id of transaction provided by API consumer |
| limitCheckAmount | O | String | Merchant can send this amount to check the limit of the amount that can be transferred to the beneficiary's wallet. This required to validate available transfer limit before transferring to wallet. This will reduce the multiple interactions with wallet. If limit is breached then same will be identified by success = 0, so that transaction can be terminated by agent. |
| beneficiaryName | O | String | Used to validate the beneficiary name. The field should be populated with wallet system name to process validation. Disbursal request is rejected if the name doesn't match with the name in wallet system. The beneficiaryPhoneNo and beneficiaryName is mandatory for this to work. API will return false response i.e success = 0 when there is match not found. |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 2 = Pending 0 = Failed | Status of transaction |
| message | String | Description of transaction |
| ourrequestid | String | Unique id of API provider |
| yourrequestid | String | Unique id of API consumer |
| rrn | String | Bank Transaction Reference Id |
| beneficiaryName | String | Wallet System Name |
