post
http://nowpay.in/api/index.php?route=/api/bank/upi_transfer
This API is used to disburse fund from wallet accounts to bank account using VPA. Simple and secure way of transfer.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner provided by Nowpay |
| username | M | String | Unique Id of API partner provided by Nowpay |
| beneficiaryVPA | M | String | VPA of customer where disbursal to be perfomed |
| amount | M | String | Disbursal amount |
| yourrequestid | M | String | Unique Request id of API consumer |
| transferMode | M | String | Transfer Mode supported Only: UPI |
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 Reference Id |
| beneficiaryName | String | UPI Name |
