Mobile Payments API
Mobile money integration made easy.
Instantly collect & disburse funds directly into mobile money wallets across Africa.
Collect & Pay.
Mobile Money Collection
Mobile Money Disbursement
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
What can you use Mobile Money Disbursement for?
Easily disburse funds for any type of payment or cash out transaction.
Micro Rewards
Disburse micro rewards to app users.
Remote Payments
Pay remote employees and suppliers.
Cash Out
Cash out or balance transfer for fintech apps.
Bulk Payments
Bulk cash transfers or payments from ERP or Payroll apps.
Payment Refunds
Disburse customer payments and refunds.
Remittances
Process remittances directly to mobile wallets.
Key Features
So you can focus on what matters.
How it Works
5 Simple & Easy Steps
Step 1
Step 2
Step 3
Step 4
Step 5
The Beem Advantage
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 & disbursing funds directly into mobile money wallets across Africa now.