ADVERTISEMENT

Proposed eBayad Act hurdles House

Published Mar 17, 2026 09:39 am

At A Glance

  • The proposed eBayad Act was approved on third and final reading on Monday night, March 16 after it breezed through nominal voting in the 300-plus strong House of Representatives.
(Unsplash)
(Unsplash)


The proposed eBayad Act was approved on third and final reading on Monday night, March 16 after it breezed through nominal voting in the 300-plus strong House of Representatives.
Garnering 257 affirmative votes during plenary session Monday was House Bill (HB) No. 8468. Only three House members voted in the negative, while there were no abstentions.
"The eBayad Act brings government transactions closer to the daily rhythm of people’s lives by making payments faster, easier and more practical,” House Majority Leader Ilocos Norte 1st district Rep. Sandro Marcos said after the bill's final approval was declared.
As its name implies, the proposed statute sought to make digital payments a regular part of government transactions--a shift lawmakers said would spare Filipinos from long queues, repeated trips, and unnecessary waiting when paying fees or receiving money from the State.
The eBayad Act adopts and regulates the use of digital payment systems for government financial transactions and all merchants, with the declared policy of promoting financial inclusion, encouraging efficient delivery of services, expanding access to financial tools, and supporting safer and more innovative payment systems for both government and the public.
At the heart of the bill is a broad mandate for all covered government agencies to use safe, efficient and inclusive digital disbursement for the payment of goods, services, and other expenditures, including cash assistance, as well as the payment of salaries, wages, allowances, and honoraria of employees.
To make the shift workable on the ground, the measure authorizes covered agencies to directly send funds to a recipient’s account through automatic debit arrangements, interoperable electronic fund transfers or other facilities of government-serving payment service providers, so assistance and payments can reach people with fewer steps.
On the collection side, HB No.8468 will require covered agencies to offer digital collection as a mode for taxes, tolls, imposts and other revenues, including non-income collections and receipts, while keeping cash as an option, and it also recognizes electronic official invoices or receipts as valid proof of payment, subject to existing accounting, audit and tax rules.
To keep procurement disciplined and consistent across government, the bill creates a steering committee chaired by the Bangko Sentral ng Pilipinas (BSP], with key agencies as members, to guide implementation, promote cost-efficiency and transparency in acquiring digital payment solutions and resolve issues that may arise as agencies transition to digital systems.
The measure also gives local government units (LGUs) a role in accelerating adoption among merchants by mandating them to craft ordinances that provide monetary or non-monetary incentives, including reduced fees or other support, and to extend assistance especially to small and micro-merchants like market vendors, tricycle operators and food stalls so they can accept digital payments without being left behind.
To encourage wider use while keeping costs fair, the eBayad Act directs the Securities and Exchange Commission (SEC) and the Bureau of Internal Revenue (BIR) to craft incentive programs that promote digital payments, prescribes graduated pricing or outright exemption for micropayments as may be set by the BSP in consultation with stakeholders, and mandates the BSP to formulate a multi-year roadmap aligned with the e-government masterplan, with targets and outcomes for at least five years.
The bill sets a transition period of up to three years, with tiering guidelines to reflect agency capacity, while placing heavy emphasis on security by requiring that data, information and ICT systems used for digital payments be protected at all times, and by laying out duties for payment service providers on security, data privacy, cooperation with Commission on Audit (COA) post-audits and compliance with payment system agreements.
Violations of the measure, its implementing rules and BSP directives will carry penalties, including fines ranging from P200,000 to P2 million and imprisonment of two to 10 years, or both, without prejudice to sanctions under the National Payment Systems Act, while COA will issue pertinent rules for post-audit of digital payments involving government transactions.
HB No.8468 was just one of several Legislative-Executive Development Advisory Council (LEDAC) priority measures approved on Monday.
Marcos credited the House’s work pace under Speaker Faustino “Bojie” Dy III, and noted that the chamber had been steadily turning administrative reforms into measures that truly benefits the people.
“Under Speaker Dy, the House has kept its eyes on reforms that remove friction from everyday life. We are not merely passing bills for the record. We are shaping a government that works with less delay and more dignity for the public,” Marcos said.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.