{"id":1221,"date":"2026-07-30T08:53:25","date_gmt":"2026-07-30T08:53:25","guid":{"rendered":"http:\/\/185.113.249.20\/bwasco\/?page_id=1221"},"modified":"2026-09-08T21:33:02","modified_gmt":"2026-09-08T21:33:02","slug":"pay-bill","status":"publish","type":"page","link":"http:\/\/185.113.249.20\/bwasco\/index.php\/pay-bill\/","title":{"rendered":"Payment Methods"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1221\" class=\"elementor elementor-1221\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad2ab17 e-con e-atomic-element e-flexbox-base e-bbe7689 \" data-id=\"ad2ab17\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"ad2ab17\">\n    \t\t<div class=\"elementor-element elementor-element-09e70e8 elementor-widget elementor-widget-html\" data-id=\"09e70e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.payment-wrapper {\n    font-family: Arial, sans-serif;\n    width: 100%;\n}\n\n.payment-banner {\n    background: linear-gradient(120deg, #1f6d85, #0695FE);\n    color: white;\n    padding: 45px 70px;\n    font-size: 48px;\n    font-weight: 700;\n}\n\n.payment-tabs {\n    display: flex;\n    gap: 5px;\n    flex-wrap: wrap;\n    margin-top: 15px;\n}\n\n.payment-tab {\n    background: #f4f4f4;\n    border: 1px solid #ddd;\n    padding: 18px 35px;\n    border-radius: 18px 18px 0 0;\n    cursor: pointer;\n    font-size: 20px;\n    color: #777;\n    transition: .3s;\n}\n\n.payment-tab:hover,\n.payment-tab.active {\n    background: #e7f4e8;\n    color: #00557a;\n    border-color: #c8d8cc;\n}\n\n.payment-content {\n    background: eaf7ec;\n    border-radius: 0 30px 30px 30px;\n    padding: 55px;\n    min-height: 350px;\n}\n\n.payment-panel {\n    display: none;\n}\n\n.payment-panel.active {\n    display: block;\n}\n\n.payment-panel h2 {\n    color: #00557a;\n    font-size: 42px;\n    margin-bottom: 30px;\n}\n\n.payment-panel ol {\n    font-size: 22px;\n    line-height: 1.9;\n    color: #222;\n}\n\n.payment-logo {\n    height: 35px;\n    vertical-align: middle;\n    margin-right: 12px;\n}\n\n@media(max-width:768px){\n\n.payment-banner{\n    padding:30px;\n    font-size:35px;\n}\n\n.payment-content{\n    padding:25px;\n}\n\n.payment-panel h2{\n    font-size:30px;\n}\n\n.payment-tab{\n    width:100%;\n    border-radius:10px;\n}\n\n}\n<\/style>\n\n\n<div class=\"payment-wrapper\">\n\n<div class=\"payment-banner\">\nPayments\n<\/div>\n\n\n<div class=\"payment-tabs\">\n\n<div class=\"payment-tab active\" onclick=\"openPayment(event,'mpesa')\">\n    <img decoding=\"async\" src=\"http:\/\/185.113.249.20\/bwasco\/wp-content\/uploads\/2026\/07\/mpesa1.png\" alt=\"M-Pesa\" style=\"width:80px; height:30px;\"> \n<\/div>\n\n<div class=\"payment-tab\" onclick=\"openPayment(event,'equity')\">\n     <img decoding=\"async\" src=\"http:\/\/185.113.249.20\/bwasco\/wp-content\/uploads\/2026\/07\/equi1.png\" alt=\"M-Pesa\" style=\"width:80px; height:30px;\"> \n<\/div>\n\n<div class=\"payment-tab\" onclick=\"openPayment(event,'coop')\">\n    <img decoding=\"async\" src=\"http:\/\/185.113.249.20\/bwasco\/wp-content\/uploads\/2026\/07\/kcb4.png\" alt=\"M-Pesa\" style=\"width:80px; height:30px;\"> \n<\/div>\n\n\n\n<\/div>\n\n\n<div class=\"payment-content\">\n\n\n<div id=\"mpesa\" class=\"payment-panel active\">\n\n<h2>Pay easily and conveniently with M-Pesa<\/h2>\n\n<ol>\n<li>Lipa na M-Pesa<\/li>\n<li>Pay Bill Number <b>4954000<\/b><\/li>\n<li>Enter your water account number<\/li>\n<li>Enter amount you wish to pay<\/li>\n<li>Enter PIN<\/li>\n\n<\/ol>\n\n<\/div>\n\n\n\n<div id=\"equity\" class=\"payment-panel\">\n\n<h2>Pay through Equity Bank<\/h2>\n\n<ol>\n<li>Pay via Equity Bank \/ Agent<\/li>\n<li>Visit any Equity Bank branch or agent and provide your water account number.<\/li>\n<img decoding=\"async\" src=\"http:\/\/185.113.249.20\/bwasco\/wp-content\/uploads\/2026\/09\/equity.jpeg\" alt=\"M-Pesa\" style=\"width:300px; height:300px;\">\n\n<\/ol>\n\n<\/div>\n\n\n\n<div id=\"coop\" class=\"payment-panel\">\n\n<h2>Pay via KCB Bank<\/h2>\n\n<ol>\n<li>Pay via KCB Bank \/ Agent<\/li>\n<li>Visit any KCB Bank branch or agent and provide your water account number.<\/li>\n\n<img decoding=\"async\" src=\"http:\/\/185.113.249.20\/bwasco\/wp-content\/uploads\/2026\/09\/kcb.jpeg\" alt=\"M-Pesa\" style=\"width:300px; height:300px;\">\n<\/ol>\n\n<\/div>\n\n\n\n<div id=\"family\" class=\"payment-panel\">\n\n<h2>Pay through Family Bank<\/h2>\n\n<ol>\n<li>Open Family Bank mobile banking<\/li>\n<li>Select payments<\/li>\n<li>Enter your water account number<\/li>\n<li>Confirm transaction<\/li>\n<\/ol>\n\n<\/div>\n\n\n<\/div>\n\n<\/div>\n\n\n\n<script>\nfunction openPayment(evt, paymentName){\n\nvar panels = document.getElementsByClassName(\"payment-panel\");\nvar tabs = document.getElementsByClassName(\"payment-tab\");\n\nfor(var i=0;i<panels.length;i++){\n    panels[i].classList.remove(\"active\");\n}\n\nfor(var i=0;i<tabs.length;i++){\n    tabs[i].classList.remove(\"active\");\n}\n\ndocument.getElementById(paymentName).classList.add(\"active\");\nevt.currentTarget.classList.add(\"active\");\n\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Payments Pay easily and conveniently with M-Pesa Lipa na M-Pesa Pay Bill Number 4954000 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1221","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages\/1221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/comments?post=1221"}],"version-history":[{"count":63,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages\/1221\/revisions"}],"predecessor-version":[{"id":1898,"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/pages\/1221\/revisions\/1898"}],"wp:attachment":[{"href":"http:\/\/185.113.249.20\/bwasco\/index.php\/wp-json\/wp\/v2\/media?parent=1221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}