ADVERTISEMENT

BSP threatens to suspend bank licenses for non-compliance on fraud systems

Published Sep 1, 2025 12:01 am  |  Updated Aug 30, 2025 01:48 pm
BSP Deputy Governor Elmore O. Capule
BSP Deputy Governor Elmore O. Capule
Should banks fail to comply with the central bank’s order to implement a sophisticated fraud management system (FMS), the Bangko Sentral ng Pilipinas (BSP) could go as far as suspending their licenses, on top of holding them liable for losses their clients incur from fraud.
“We are the regulator of banks. We are supposed to ensure that banks comply with our regulations. So, if they fail, administratively, we can hold them liable. We can impose fines, penalties, or even suspend their licenses. That’s possible,” BSP Deputy Governor Elmore O. Capule told reporters on the sidelines of the Manila Tech Summit on Aug. 27.
Capule, who oversees the corporate services sector, said such sanctions are in addition to any restitution that clients may seek from their banks.
“This means that if I am a client who got scammed, and it turns out banks are not complying with the fraud management system, they will be obliged to repay me. I don’t have to go after the scammer,” Capule said.
“Remember, that is their product. They were the ones who sold me that electronic product. Therefore, they are required to put certain safeguards in place,” Capule argued.
Capule noted that banks are taking the directive “seriously,” given the massive costs involved in the creation of FMS.
If banks request the one-year deadline to be extended, Capule said the finality of the transitory period will be revisited by the BSP after a year. To note, banks were given until August 2026 to set up their own systems.
As such, high-level financial institutions are expected to meet all requirements by August next year. Those that remain non-compliant could be held liable for restitution if clients fall victim to scams.
“After one year, it will be difficult for the BSP to say we will extend, because there are people falling victim to scams. This regulation is designed to protect the public. So if we extend it, it could be said of us that we’re not protecting the public,” Capule told reporters.
“It’s still one year—and we are reminding them that the clock is ticking,” he further said.
According to Capule, BSP-supervised financial institutions (BSFIs) have begun complying with the order, as they were previously given a circular outlining minimum standards.
While one-time passwords (OTPs) can be integrated into the emerging FMS, Capule asserted that new technology requires more advanced measures. “You cannot do it with one or two. There has to be multiple fraud management systems.”
“You combine various features to help clients avoid being scammed by flagging suspicious transactions.” More sophisticated measures include blacklisting, identifying probable fraudulent accounts, monitoring transaction speed, and tracking geolocation.
Capule also noted the new features of FMS should trigger red flags, similar to credit card alerts, and can even block suspicious transactions. For instance, sudden changes in account details may be temporarily blocked to prevent potential scams.
To recall, the BSP had stated that commercial banks or large banks were on track to fully comply with the mandate. It can also be recalled that it was the “smaller institutions” who appealed for the transitory provision.
Against the backdrop of a costly transition, Capule argued that the regulations are non-discriminatory.
“Under the regulation, compliance costs are proportionate. Banks with transactions exceeding ₱75 million over six months need more sophisticated systems,” Capule said, which include geolocation and velocity checks.
“For transactions under ₱75 million over six months, the fraud management system remains basic,” Capule further said, adding that “smaller rural or thrift banks may not be required to have all of those facilities.”

Related Tags

Bangko Sentral ng Pilipinas (BSP) Elmore Capule BSP Deputy Governor
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.