Mobile Payments API
Mobile money integration made easy.
Instantly collect funds via mobile money in Tanzania.
Streamline payment collection
Software developers can now collect funds from subscriber mobile money wallets in Tanzania. Leverage this to collect payments for digital services, consumer, or B2B purchases instantly and in real time. Reduce time to market, by enabling your platform with a checkout payment gateway and get complete visibility and tracking of all transactions.
What can you use Mobile Money Collection for?
Collect and consolidate payments from various channels using Mobile Money.
eCom' & Apps
Field Payments
Collect payments from the field using a Point-of-Sale.
Pay-as-You-Go Services
Payment collection for Pay-as-You-Go services.
Fintech Apps
Donations & Memberships
SaaS Payments
Key Features
Complete checkout API for payments.
How it Works
4 Simple & Easy Steps
Step 1
Step 2
Step 3
Step 5
The Beem Advantage
We understand our customers rely on our services and expect us to deliver scalable and reliable bulk SMS services. Through our SMS messaging experience, market knowledge, and domain expertise, we constantly strive to solve our customer's challenges whilst remaining economical and competitive.
Uptime
Platform uptime guarantee of 99.9%.
Scalability
Network Reach
Support
Flexible Models
No minimum commitment with a pay-as-you-go model.
Tiered Pricing
Competitive tier-based pricing.
Integrate with Our Platform
<?php
$data = file_get_contents(‘php://input’);
$data = json_decode($data, true);
$transaction_id=$data[‘transaction_id’];
$remote_transaction_id=$data[‘remote_transaction_id’];
$successful=$data[‘successful’];
$amount_collected=$data[‘amount_collected’];
$currency_from=$data[‘currency_from’];
$currency_to=$data[‘currency_to’];
$exchange_rate=$data[‘exchange_rate’];
$subscriber_msisdn=$data[‘subscriber_msisdn’];
$reference_number=$data[‘reference_number’];
$paybill_number=$data[‘paybill_number’];
$timestamp=$data[‘timestamp’];
$network_mcc=$data[‘network_mcc’];
$network_mnc=$data[‘network_mnc’];
$network_name=$data[‘network_name’];
$res= array(‘transaction_id’ => $transaction_id,
‘successful’=>‘TRUE’);
$json = json_encode($res);
echo $json;
?>
Start collecting funds via mobile money in Tanzania.