fbpx

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.

Collect mobile payments from e-commerce websites and apps

eCom' & Apps

Collect payments from e-commerce enabled websites and apps.
Collect payments in the field using a POS

Field Payments

Collect payments from the field using a Point-of-Sale.

Run contests with two-way sms

Pay-as-You-Go Services

Payment collection for Pay-as-You-Go services.

Mobile Money Collection API fr Fintechs

Fintech Apps

Collect funds deposits for fintech and other financial apps.
Collect membership payments and donations

Donations & Memberships

Collect donation or membership payments.
Collect recurring SaaS payments

SaaS Payments

Collect recurring SaaS and other payments periodically.

Key Features

Complete checkout API for payments.

R
Real-time transaction logs & reports
R
Self-service dashboard
R
Online Testing Simulator
R
Combine workflows with our Moja, Airtime, USSD & SMS APIs

How it Works

4 Simple & Easy Steps
Pie Chart Icon

Step 1

Sign up for an account on our unified platform.
Pie Chart Icon

Step 2

Request a bill pay number
Pie Chart Icon

Step 3

Integrate with Bpay API
Pie Chart Icon

Step 5

Start collecting payments

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

Robust and Scalable platform processing millions of transactions.

Network Reach

Support for over 150 Mobile Networks across Africa & the World.

Support

Dedicated support team with an Industry Standard SLA.

Flexible Models

No minimum commitment with a pay-as-you-go model.

Tiered Pricing

Competitive tier-based pricing.

Integrate with Our Platform

Ready to incorporate mobile payments into your own platform? Take a look at our comprehensive API documentation and sample code which provide you with detailed instructions and comprehensive tutorials.

<?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.