post
http://nowpay.in/api/index.php?route=/api/bill/operators
This API used to fetch operator details along with input parameters which are required for bill fetch
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| username | M | Numeric | Unique id of API partner provided by Nowpay |
| key | M | String | seckey of API partner provided by Nowpay |
| operatorid | M | Numeric | Operator id of Service Provider |
Response Parameter:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed | Status of Transaction |
| message | String | Description of Transaction |
| operatorname | String | Operator Name of Service Provider |
| operatorid " | String | Operator id of Service Provider |
| servicename | String | Service Type |
| billfetch | 1 = Bill Fetch is available 0 = Bill Fetch is not available | Will decide bill fetch is required or not. |
| params | Complex Object | Which contains input parameter names for bill fetch |
