Kenyan Paybill & utility directory

Lipafy includes a verified Kenyan Paybill and Till directory covering over 100+ utilities, government agencies, banks, internet service providers, schools, and transport operators.

Key Directory Categories

  • Utilities: Kenya Power Prepaid Tokens (888880), KPLC Postpaid (888888), Nairobi Water (444400), Kisumu/Mombasa/Nakuru Water, Sun King (323456), Solar Panda (999090).
  • Government & Taxes: KRA Taxes / iTax (222222), eCitizen (222222), NTSA (222222), Social Health Authority SHA / NHIF (200222), NSSF (333300), HELB (200800), Huduma Kenya (191919).
  • Banks (Eazzy Pay / M-Banking): Equity Bank (247247), KCB Bank (522522), Co-operative Bank (400200), Absa (303030), NCBA (880100), Stanbic (600100), DTB (516600), Standard Chartered (329329), Family Bank (222111).
  • Telecom & Fibre: Safaricom Home Fibre (150501), Safaricom Postpaid (200200), Zuku Fiber (320320), Faiba JTL (776611), Poa Internet (7769384), Telkom (777711).
  • Transport: SGR Madaraka Express (809888), Kenya Airways (777777), Tahmeed Coach (980431), Easy Coach (898998).
  • Retail & Supermarket Tills: Naivas (606060), Quickmart (501501), Carrefour (5050), Glovo (400222), Jumia (504900).

REST API Endpoints

1. Search Paybills

1GET /v1/directory/paybills?q=kplc&category=Utility&limit=20

Response:

1{
2 "total": 2,
3 "paybills": [
4 {
5 "slug": "kplc-prepaid",
6 "name": "Kenya Power Prepaid Tokens",
7 "paybill": "888880",
8 "category": "Utility",
9 "accountName": "Prepaid Meter Number",
10 "accountExample": "14238912345",
11 "description": "Buy KPLC prepaid electricity tokens. Use your prepaid meter number as the account.",
12 "isVerified": true
13 }
14 ]
15}

2. List Categories

1GET /v1/directory/paybills/categories

3. Resolve Single Paybill

1GET /v1/directory/paybills/888880
2GET /v1/directory/paybills/kplc-prepaid