post
http://nowpay.in/api/index.php?route=/api/bank/payout
This API is used to disburse fund from wallet accounts to bank account using Bank account number and IFSC code.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | Alfa-Numeric | Signature encryption for validation. It's value to be sent should be the string created by using Nowpay. |
| username | M | Numeric | username is unique identification of merchant and provided by Nowpay. |
| accountnumber | M | String | Bank account number of the beneficiary to which the disbursal should be made. |
| ifsc | M | String | IFSC code of the beneficiary account holding bank branch. |
| amount | M | String | Amount in INR payable by the merchant and it should contain digits up to two decimal points. The only special character allowed is (“.”). |
| yourrequestid | M | String | It should be an alphanumeric, merchant’s unique reference ID for a disburse transaction passed in the request. This is Order ID for which the disburse order status needs to be fetched. Length should be 50 characters or less. |
| name | M | String | Beneficiary name of the disburse transaction passed in the request. |
| transferMode | M | String | Merchant can use this field to specify the disbursal mode. Pass any one from below: IMPS NEFT RTGS |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1=Success 2=Pending 0=Failed | Represents transaction status |
| message | Alfa-Numeric | Transaction Detailed Message |
| ourrequestid | Alfa-Numeric | API Provider Unique Reference Id |
| yourrequestid | Alfa-Numeric | API consumer unique request id |
| rrn | Alfa-Numeric | Provided by Bank. This is applicable in case of success=1 |
| beneficiaryName | Alfa-Numeric | Beneficiary Name of the disbursal account |
