Bills Payment
Airtime services
Artime Services
With Payshiga, you can pay a number of bills by sending a request. This endpoint allows you to access the section for airtime services.
Endpoint
{{baseurl}}/bill-payment/airtime-services
This is a GET request; a successful response should look like this.
{
"success": true,
"statusCode": 200,
"message": "Airtime services fetched",
"data": [
{
"serviceCategoryId": "string",
"name": "MTN",
"identifier": "MTN",
"isFixedAmount": false,
"description": "Mtn Airtime",
"logoUrl": "logo url"
},
{
"serviceCategoryId": "string",
"name": "GLO",
"identifier": "GLO",
"isFixedAmount": false,
"description": "Glo Airtime",
"logoUrl": "logo url"
},
{
"serviceCategoryId": "string",
"name": "AIRTEL",
"identifier": "AIRTEL",
"isFixedAmount": false,
"description": "Airtel Airtime",
"logoUrl": "logo url"
},
{
"serviceCategoryId": "string",
"name": "ETISALAT",
"identifier": "ETISALAT",
"isFixedAmount": false,
"description": "Etisalat Airtime",
"logoUrl": "logo url"
}
]
}