post
http://nowpay.in/api/index.php?route=/api/bill/pay
Nowpay Enterprise Bill Payment solution is specially designed for manage growing needs of an enterprise spread across geographical regions. Integrated with 95% billers in the country to provide best services.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner provided by Nowpay |
| username | M | Numeric | Unique id of Partner |
| operatorid | M | String | Operator id of service provider |
| name | M | String | Name of Payee |
| number | M | String | Customer Id of Pyee |
| mobile | M | Numeric | Mobile Number of Pyee |
| amount | M | String | Amount to be paid |
| yourreqid | M | String | API Partner consumer id |
| fetchid | M | String | Unique id of fetch transaction |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed 2 = Pending | Status of transaction |
| message | String | Description of transaction |
| number | String | Customer Id of payee |
| amount | String | Amount to be paid by payee |
| mobile | Numeric | Mobile number of payee |
| ourrequestid | String | Unique id of API Provider |
| yourrequestid | String | Unique id of API Consumer |
| fetchid | String | Unique id of API fetch |
| customername | String | Customer name of Payee |
| operatorname | String | Operator name of service provider |
