fbpx

Airtime

Send Mobile Airtime to employees with ease.

Streamline airtime allocation to your staff with Beem’s centralised airtime top-up platform.

Employee Mobile Airtime Top Ups Made Easy

Send Airtime to Multiple Numbers on any Network, Instantly.

Beem provides a fast, easy, secure and convenient way to send airtime to multiple contacts on any network instantly. You can send mobile airtime in small or large increments to your customers for over 40+ networks across Africa.
  • No contract terms
  • No commitments
  • Simple Pay-As-You-Go
  • Consolidated invoicing
  • Support for all major networks
  • No undocumented purchases
  • Zero lost scratch cards
  • Zero expense claims
Mobile airtime top-up

Easy accounting and management

On-demand airtime distribution on the web and mobile.

Get full control over your organisation’s airtime distribution with Beem’s platform, featuring centralised management and billing. Beem’s easy-to-use platform makes it easy and convenient for Human Resource and Accounts departments to manage recurring and on-demand mobile airtime top ups for employees.

Employers can send airtime to all their employees and field staff instantly and easily using our Airtime Platform. Eliminate the need to do individual transactions through street agents and manage petty cash. Use airtime to motivate employees and incentivize staff with instant mobile airtime allowances sent directly to their mobile phones.

Mobile airtime top up supported on these networks through Beem

Key Features for Employers

So you can focus on what matters.

R
Faster disbursement of mobile airtime.
R
Less financial and operational management.
R
Centralised billing and invoicing.
R
Increased financial control and pilferage reduction.
R
Earn a commission.
R
Increased financial control and pilferage reduction.
R
Web and mobile app to disburse airtime topup to multiple recipients.
R
Easy to use web dashboard to manage, monitor and reconcile on all your transactions.
R
Send Airtime top ups from as little as Tsh. 200 and upwards.
R
Integrate your software with our easy to use Developer API.
R
Combine into workflows with our airtime, payments and sms APIs.
Download the Beem App from the Google Play Store
Beem app available on the Google Play store

How it Works

3 Simple & Easy Steps

Step 1

Create an account/login.

Step 2

Purchase airtime.

Step 3

Send airtime.

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.

Advanced System Integration

Do you want to integrate airtime top -ups into your internal systems? Take a look at our comprehensive API documentation and sample code which provide you with detailed instructions and comprehensive tutorials.

<?php

//…. replace <api_key> and <secret_key> with the valid keys obtained from the platform, under profile>authentication information

$url=“https://apiairtime.bongolive.africa/v1/transfer”;

$api_key=‘<api_key>’;
$secret_key = ‘<secret_key>’;

$dest_addr=“<Mobile number>”;
$amount =“<Amount>”;
$body = array(‘dest_addr’=>$dest_addr,‘amount’=>$amount);

// Setup cURL
$ch = curl_init($url);
$option = array(
CURLOPT_POST => TRUE,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_HTTPHEADER => array(
‘Authorization:Basic ‘ . base64_encode(“$api_key:$secret_key”),
‘Content-Type: application/json’
),
CURLOPT_POSTFIELDS => json_encode($body));

error_reporting(E_ALL);
ini_set(‘display_errors’, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt_array($ch,$option);

// Send money
$response = curl_exec($ch);
$httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE);

// Check for errors
if($response === FALSE){
echo $response;

die(curl_error($ch));
}
var_dump($response);

Deliver mobile airtime top ups across your organisation instantly with Beem.