post
http://nowpay.in/api/index.php?route=/api/common/services
API used to get services which are supported by Nowpay. This API will return always active services 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.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| username | M | Integer | username is unique identification of merchant and provided by Nowpay. |
| key | M | Alfa-Numeric | secKey will be provided by after account activation. |
Response Parameters:
| Parameter | Values | Description |
|---|---|---|
| success | 0 => Failed 1 => Success 2 => Pending | Represents transaction status |
| message | Execution response of API | Execution response of API |
| ## services | Complex Object (+) | Which contains service info |
| serviceid | services | Unique id of service |
| servicename | services | Service Name |
