Xtrempay Api Documentation
Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/918700-0-default/v1/biller/13/products'
{
"timestamp": "2025-07-26T18:29:06.486254",
"status": 200,
"success": true,
"message": "Biller products fetched",
"data": [
{
"id": 270,
"productName": "eko-electric Prepaid",
"productCode": "Eko Electric Payment - EKEDC prepaid",
"price": 0.0000,
"productType": "prepaid",
"serviceType": "electricity-bill",
"providerCode": "eko-electric",
"isActive": true
},
{
"id": 271,
"productName": "eko-electric Postpaid",
"productCode": "Eko Electric Payment - EKEDC postpaid",
"price": 0.0000,
"productType": "postpaid",
"serviceType": "electricity-bill",
"providerCode": "eko-electric",
"isActive": true
}
]
}