post
http://nowpay.in/api/index.php?route=/api/bank/wallet_transfer
This API is used to disburse fund from Nowpay Wallet to user wallets using the beneficiary mobile number.
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 Phone Number |
| yourrequestid | M | String | Unique id of transaction provided by API consumer |
| transferMode | M | String | Transfer Mode supported Only: PAYTM/AMAZON |
| amount | M | String | Disbursal amount |
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 Name |
