Services List
This section of the documentation describes how the list of services can be retrieved. Services are categorised and can be retrieved based on the category
Get Services List
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Sample Services Request
curl https://gwapisdbx.ellypayapp.com/service-payments/services-list?category=AIRTIME \
-H "Accept: application/json" \
-H "x-api-version: 1" \
-H "public-key: your-public-key"{
"code": 200,
"status": "success",
"message": "Request completed successfully.",
"data": [
{
"code": "MTNAirtime",
"name": "MTN Airtime",
"category_code": "AIRTIME",
"category": "Airtime",
"has_packages": false,
"has_choices": false,
"is_billable": false,
"account_field_label": "MTN Phone Number",
"account_length": 12,
"min_amount": 500,
"max_amount": 1500000,
"is_active": true
},
{
"code": "MTNVoice",
"name": "MTN Voice Bundles",
"category_code": "AIRTIME",
"category": "Airtime",
"has_packages": true,
"has_choices": false,
"is_billable": false,
"account_field_label": "MTN Phone Number",
"account_length": 10,
"min_amount": 500,
"max_amount": 2000000,
"is_active": true
}
]
}
Parameter
Type
Description
Last updated