post
http://nowpay.in/api/index.php?route=/api/bill/fetch
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 API partner provided by Nowpay |
| operatorid | M | Numeric | Operator Id of Service Provider |
| number | M | Numeric | Customer Id of bill fetch |
| mobile | M | Numeric | Mobile Number of Bill Payee |
| yourreqid | M | String | Unique Id of Transaction |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed | Status of transaction |
| message | String | Description of transaction |
| number | String | Customer id where bill fetch done |
| amount | String | Amount fetched for provided customer id |
| dueamount | String | Amount fetched for provided customer id |
| duedate | String | DueDate of provided customer id |
| customername | String | Customer Name fetched for provided customer id |
| mobile | Numeric | Mobile Number of Bill Payee |
| ourrequestid | String | Unique id of Transaction from API partner provider |
| fetchid | String | Fetch id which will be input to the Bill Pay |
| yourrequestid | String | Unique id of Transaction from API partner consume |
