Quantcast
Channel: All Mobile Money news and updates | Techzim
Viewing all articles
Browse latest Browse all 979

Mobile Money Users Hate Sending Money Across Networks As Those Type Of Transactions Fall By 59%

$
0
0
Mobile-Money-Agents-in-Gwer

Nobody likes the inconvenience that comes with sending someone money via mobile money if the recipient isn’t on the same network as you. That much has been established and is one of the reasons why Econet has managed to keep their subscriber base extremely high as their dominance on the mobile money front means you simply need to have an EcoCash line.

It wasn’t clear how unpopular cross-network mobile money transfers have become until the most recent POTRAZ report, which showed a 59% drop in the amounts sent between networks from Q3 to Q4 last year. Cross-network mobile transactions fell from $239 700 to $98 092 and POTRAZ is blaming the decline on the lack of interoperability:

Cross-network transactions have been declining and this is attributable to the lack of comprehensive wallet to wallet interoperability amongst the three mobile money providers.

Another reason why cross network transfers have become less relevant can be attributed to the fact that these transactions are shared between Telecash and OneMoney who have 4.6% of the active mobile money subscriber market share. It’s not entirely surprising that these transactions have been plummeting since most people using mobile money are subscribed to EcoCash thus the need to perform cross-network transfers is minimized. This may be changing pretty soon, however, with NetOne’s OneMoney subscriber base on the rise.

Thankfully, there’s an alternative…

Thankfully this lack of interoperability will not continue to leave users with a less than ideal experience as Steward Bank’s Sosholoza fixes the issue of interoperability between wallets. Sosholoza allows users to perform wallet to wallet transactions without the need for a third party (agent) and best of all the platform is accessible on WhatsApp. The cross-network statistic in the POTRAZ report will continue to plummet since Sosholoza transactions are considered wallet to bank transactions with both Telecash and OneMoney being on the Zimswitch platform. Consumers get the best deal as you are not tied to Econet solely because of EcoCash…

TelecashOneMoneyEcoCash

Telecash is a mobile money transfer facility that is provided by mobile network phone operator, Telecel Zimbabwe. The product offers great convenience to customers by allowing them to send money across all networks and make payments. When the product was launched, it was said that... Read More About Telecash

OneMoney formerly known as OneWallet is a money transfer facility which is operated by a government telecoms company NetOne Zimbabwe. The facility runs on NetOne lines only and offers services such as Zimswitch-enabled debit card, money payments, mobile banking and airtime top-up. Read More About OneMoney

EcoCash is a mobile money transfer facility which is run by Econet Wireless Zimbabwe. The facility has grown in leaps and bounds since its inception and is arguably the largest mobile money transfer agent considering the huge sums of transactions that the platform is said... Read More About EcoCash


var airtime_amount = form["co[airtime_amount]"].value.trim();

if ( !RegExp("^(\\d{1,2}|\\d{1,2}\\.\\d(\\d?|0?))$","gm").test(airtime_amount) || airtime_amount < 0.1 || airtime_amount > 50 ) { alert("Airtime amount should be between 0.1 and 50 with max of 2 decimals."); return false; }

var number_to_recharge = form["co[phone_to_recharge]"].value.trim(); var ecocash_number = form["co[ecocash_number]"].value.trim(); var target_network = "";

if ( RegExp("^(077[1-9]|078[2-5])\\d{6}$","gm").test(number_to_recharge) ){ target_network = "Econet"; } else if( RegExp("^073[2-9]\\d{6}$","gm").test(number_to_recharge) ) { target_network = "Telecel"; } else if( RegExp("^071[2-9]\\d{6}$","gm").test(number_to_recharge) ) { target_network = "NetOne"; } else if( RegExp("^08644\\d{6}$","gm").test(number_to_recharge) ) { target_network = "Africom"; }

if (target_network.length === 0){ alert("Please enter a valid NetOne/Telecel/Econet/Africom number to recharge e.g 071x123456 or 08644123456"); return false; } else { if ( RegExp("^(077[1-9]|078[2-5])\\d{6}$","gm").test(ecocash_number) ){ var answer = confirm("You are buying $" + airtime_amount + " for " + number_to_recharge + ", click OK and check your EcoCash phone to confirm.");

if ( answer === true ) { var loader = document.getElementsByClassName("co-simple-buying-form-loader");

loader[0].style = "display: block";

jQuery.ajax({ type:"POST", url: "https://www.techzim.co.zw/wp-admin/admin-ajax.php", data: { "action": "co_handle_simple_buying_form", "co[phone_to_recharge]": number_to_recharge, "co[airtime_amount]": airtime_amount, "co[ecocash_number]": ecocash_number, }, success: function(data){ if ( data.success === true ) { window.location.href = data.order_received_url; } else if ( data.success === false ) { alert( data.error_message ); } }, error: function(){ window.location.href = "https://www.techzim.co.zw"; } }); }

return false; } else { alert("Please enter a valid EcoCash number e.g 07xx123456"); return false; } } }

Quick NetOne, Telecel, Africom, Econet Airtime Recharge





Please enable JavaScript so you can buy.

The post Mobile Money Users Hate Sending Money Across Networks As Those Type Of Transactions Fall By 59% appeared first on Techzim.


Viewing all articles
Browse latest Browse all 979

Trending Articles