Digital tools narrowing finance gap for women entrepreneurs — experts

Experts have examined how digital tools are transforming financial inclusion, during Organisation for Economic Co-operation and Development's regional forum on women’s economic empowerment (Photo courtesy of Business and Professional Women Association)
Experts have examined how digital tools are transforming financial inclusion, during Organisation for Economic Co-operation and Development's regional forum on women’s economic empowerment (Photo courtesy of Business and Professional Women Association)

AMMAN — Experts from across the Southern Mediterranean have examined how digital tools, from fintech applications to crowd funding platforms, are transforming financial inclusion, during a recent Organisation for Economic Co-operation and Development (OECD) regional forum on women’s economic empowerment.

Drawing on the OECD’s 2025 publication "Bridging the Finance Gap for Women Entrepreneurs", the discussion highlighted both the breakthroughs and the ongoing barriers of digitalisation.

Delegates argued that while digital tools can cut transaction costs, widen market access and offer alternative credit-scoring systems, many women still face deep-rooted challenges, including limited digital literacy, regulatory gaps and concerns about security and trust.

In a presentation, Regional Chief Economist at UNDP Vito Intini, outlined three key areas of development in the region related to digital social change: mobile money and Fintech, innovative design and commercial rollout of mobile phone systems to enhance user choice and affordability, and importantly, data and credit scoring.

Intini stressed the need to leverage social data and digital tools to improve women's access to financial and social data, thanking the panelists for the discussion.

'It is a social problem'

CEO at Business and Professional Women Association (BPWA)Thanaa Khasawneh, stressed that women’s financial exclusion cannot be addressed without recognising the social dynamics that shape it.

"This is not only a financial problem, it is a social one," Khasawned said.

"Women face layers of social barriers that determine how confidently they enter the market, how they are perceived by financial institutions, and how much risk they are allowed to take."

She pointed to Jordan as a case where digital tools have begun to break down some of these barriers. "The rollout of JoPACC’s and CliQ system has rapidly become a staple of daily life."

She pointed out that social norms have long restricted women’s financial autonomy.

"Change is underway. Jordan’s introduction of JoPACC’s CliQ instant payment system has transformed daily life. Today, virtually every company and individual in Jordan relies on the platform, marking what they described as a genuine social shift in how payments are made and how women manage essential services from home."

"Fintech can gather new kinds of data," She said. "This helps women who were previously judged only by traditional financial histories."

Khasawneh added that digitalisation has also forced society to rethink its relationship with money. "Money is not only a number. It represents the future and we must start understanding it from new perspectives."

'Women are influencers'

Head of strategy, representing Dinarak and DigiEx, HadeelTbeishat, outlined how mobile finance has transformed women’s financial lives in Jordan.

"When Dinarak launched in 2016, fewer than 30 per cent of adults had access to formal financial services; among women, only 15 per cent held a bank account."

She said that Dinarak’s mobile solutions allowed women to pay bills, manage household finances, transfer funds to family and even save money digitally.

"These tools give women a digital status. They help her protect her income, reduce her losses and strengthen her role in the household economy," she said.

These products, she explained, were designed to meet women’s specific needs while enabling micro-entrepreneurs to operate with greater security and reduced financial risk.

"Women are not beginners, they are influencers. They influence the family, they influence society. In many ways, they are already the first managers of economic life."

Innovative Solutions

Khasawneh stressed the need for tailored approaches.

"One-size-fits-all is no longer viable, women operate in very different contexts, from home-based micro-businesses to large companies with international clients. Our digital solutions must reflect these differences."

"Digitalisation, is now central to competitiveness for businesses of all sizes.Even micro-enterprises today can reach across borders, fintech is the new business norm."

Tbeishat explained that progress must be measured in a meaningful manner. "It is not about the number of transactions, but it is about impact."

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });