post
http://nowpay.in/api/index.php?route=/api/bank/upi_verify
This API is used to verify the VPA. This is required to perform before sending funds to bank account.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner |
| username | M | Numeric | Unique Id of API Partner |
| beneficiaryVPA | M | String | VPA of the beneficiary to which the disbursal should be made |
| yourrequestid | M | String | Unique id of API consumer |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 2 = Pending 0 = Failed | Status of Transaction |
| ourrequestid | String | Unique id of API Partner provider |
| yourrequestid | String | Unique id of API Partner consumer |
| rrn | String | Bank Transaction Reference id |
| beneficiaryName | String | Beneficiary Name of VPA. |
