WeSearch

Digital Exclusion Is a Technical Problem

·2 min read · 0 reactions · 0 comments · 12 views
#digital inclusion#payment systems#technology
Digital Exclusion Is a Technical Problem
⚡ TL;DR · AI summary

The article discusses the challenges of digital exclusion faced by creators in Kenya and Ethiopia due to unsupported payment systems. After unsuccessful attempts to integrate a third-party API for M-Pesa, the authors decided to build their own payment gateway. This new system significantly improved payment success rates and revenue for creators in these regions.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3942413) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alice Nkosi Posted on May 22 Digital Exclusion Is a Technical Problem #community #webdev #programming #opensource The Problem We Were Actually Solving Our platform relied on traditional payment gateways like Stripe and PayPal, which were easily integrated into our system but excluded a large portion of our users. In Kenya and Ethiopia, for example, M-Pesa is the most widely used mobile payment system, but it's not supported by our current payment gateways.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)