post
http://nowpay.in/api/index.php?route=/api/common/operators
API used to get operators which are supported by Nowpay. This API will return always active operators from server side. Disabled services will not be returned, hence merchant required to consider this API accordingly.
Note*: This is one time call API. Nowpay request to store this API output at merchant's server side. Recommended to store at DB table.
Required to call "Get Services" api to find the "serviceid".
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| username | M | Numeric | username is unique identification of merchant and provided by Nowpay. |
| key | M | Alfa-Numeric | SecKey is provided by Nowpay |
| serviceid | M | Numeric | serviceid is the output parameter from "Get Services" API. |
Response Parameters:
| Parameter | Values | Description |
|---|---|---|
| success | 0 => Failed 1 => Success 2 => Pending | Represents transaction status |
| message | Execution response of API | Execution response of API |
| ## operators | Complex Object (+) | Which contains operator info |
| operatorid | operators | Unique id of service |
| operatorname | operators | Operator Name by Service Id |
