post
http://nowpay.in/api/index.php?route=/api/bill/fastagpay
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 | Description |
|---|---|---|
| username | String | Unique id of Partner |
| key | String | seckey of API partner provided by Nowpay |
| name | String | Name of Payee |
| number | String | Customer Id of Pyee |
| mobile | String | Mobile Number of Pyee |
| amount | String | Amount to be paid |
| yourreqid | String | API Partner consumer id |
| fetchid | String | Unique id of fetch transaction |
| operatorid | String | Operator id of service provider |
Response Parameters:
| Parameter | Data | 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 | String | Mobile number of payee |
| ourrequestid | String | Unique id of API Provider |
| fetchid | String | Unique id of API fetch |
| customername | String | Customer name of Payee |
| operatorname | String | Operator name of service provider |
| yourrequestid | String | Unique id of API Consumer |
