ADVERTISEMENT

UnionBank eyes 2 M clients via open finance

Published Jun 28, 2022 01:57 pm

Aboitiz-led Union Bank of the Philippines (UnionBank) is targeting to onboard over two million of digital banking customers this year through open banking and open finance systems.

During UnionBank’s E-Media TalkTales on Tuesday, June 28, Senior Vice President and head of the bank’s Fintech Business Group, Erika Dizon-Go said the fast-paced growth via open finance application programming interfaces (APIs) and its big part in open banking interoperability will enable UnionBank to double its current one million online-based customers.

Union Bank of the Philippines

“At the end of the day, usage or used cases is what drives open banking,” said Dizon-Go. And with increased partners in the e-commerce space, her “fearless forecasts” is that “around two million by end-2022 from one million right now” and this is an organic growth from UnionBank’s digital platforms.

Meanwhile, UnionBank’s digital bank subsidiary, UnionDigital, is on track to be launched and to start operation next month.

Basically, open finance promotes consent-driven data portability, interoperability, and collaborative partnerships among entities. It extends the principles of data sharing, security, and privacy across the different financial products. The difference between open banking and open finance is that the former is limited to banking while the latter gathers data from financial technology firms or fintechs and e-wallets.

Onboarding two million into the bank’s open banking and open finance systems will reshape customer experience, said Dizon-Go. API technology will allow the movement of data and the shifting of traditional banking clients to digitally access e-commerce and e-wallet platforms. Citing industry data, she projected that by 2023, 75 million of 112 million Filipinos are going to be e-wallet users. By end-2022, there are 53 million e-commerce users.

At the moment, Dizon-Go said one million of UnionBank customers have already linked their accounts “in such a short period of time” across all e-commerce and e-wallets, up 100 percent from 500,000 in 2021.

“That’s a big deal, considering we wouldn’t have expected that number to be quite so large at the onset and immediately,” she said.

While she could not as yet predict how much of a contribution UnionDigital will make in expanding new accounts opening via open finance, Dizon-Go said they expect it to be substantial.

“(We’re still) projecting UnionDigital will launch this July. After July, we’re expecting that we’re going to hit the ground running,” she said. “How big we project UnionDigital will help in our bottomline, I can’t say that for sure now but we are hoping it will be a big contributor to the main bank as well, because the idea is that UnionDigital will also serve a certain sector of open banking and open finance which we don’t see as of yet, or right now. But we’re hoping it will be a large one,” said Dizon-Go. UnionDigital is one of six banks licensed by the Bangko Sentral ng Pilipinas (BSP) in 2021 as a digital bank.

In terms of increasing its partners in the open finance marketplace, UnionBank is looking and continue to scout across sectors to find widely-used fintech services or e-wallets. These are third parties that have high usage by the general population.

“We’ve done this with the major e-wallets and the major e-commerce streams and we’re not stopping there. We’re also looking at doing the linkage with investment companies, for example – you want to buy stocks. We’re doing that and we’re allowing you to link your UnionBank account to stockbrokerages so you can also do investments online,” said Dizon-Go.

The BSP has set guidelines for both banks and non-banks to engage in the digital financial marketplace under the open finance environment.

The BSP’s Open Finance Framework is expected to further drive innovation in the financial sector where banks and e-money issuers (EMIs) are forging strategic and meaningful partnerships with other financial service providers to “empower consumers and enable them to access a range of select financial products and services through a one-stop-shop platform.”

The central bank describes a digital financial marketplace model as a platform-based business model enabled by ecosystem partnerships between a universal bank, commercial bank, digital bank, or EMI and other financial service providers where the latter may use the digital marketplace owned and operated by the bank or EMI in offering select products and services to bank or EMI clients, for a fee or commission.

The BSP wants open finance to accelerate financial inclusion by improving access to credit and improving the tools that micro, small and medium enterprises can tap. As defined by the BSP, open finance is the extension of data sharing principles, assigning greater control to customers over their own data and enabling them to allow third party providers access to their data across multiple financial products and services.

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.