Payments

Know how your business is performing in real time

Aggregate and send mobile money to your customers anytime.

Signup now

Paybill/Till Aggregation (C2B)

Integrate with our payments API and start accepting payments from your customers through MPESA channels (Paybill and Till number).

We give you a simple and insightful dashboard to view your payments.

Bulk Payments (B2C & B2B)

Send mobile money to all your clients’ mobile wallets simultaneously.

This includes individual customers (B2C) or other businesses with a mobile wallet (B2B).

Features

Offline Payments

Payments can easily be initiated to complete mobile checkout using MPESA Push USSD and two-way SMS

Realtime reports

Track down all your transactions for analysis and record keeping.

Schedule Payments

Send Bulk payments at a future date and time automatically from your payment wallet to your users

Secure

Use a safe and secure APIs for all your payment transaction.

Pricing

All prices are exclusive of VAT. Prices and amount aggregated and disbursed are in Kenyan Shillings only.

Signup
Paybill / Till Aggregation
FREE
Bulk Payment (B2C & B2B)
Percentage is based on total amount of transaction
Push Payment Checkout
FREE
Signup

VasPro API

Use our APIs with your application or services to build a robust system that connects with your customers.

The VasPro Developer API Documentation offers all the instructions you need to connect and use our services. Our development support team is ready to help you whenever you need help.

Signup Explore the docs
API Code

var settings = {
  "async": true,
  "crossDomain": true,
  "url": "https://api.vaspro.co.ke/v3/BulkSMS/bulk/create",
  "method": "POST",
  "headers": {
    "cache-control": "no-cache",
  },
  "data": "{
        "apiKey": "api token here",
        "shortCode": "VasPro",
        "origin": "API_INTERFACE",
        "isScheduled": ,
        "scheduleDate":
        "scheduleTime": ,
        "uniqueId": "12347",
        "enqueue": 1,
        "message": ""
        "contacts":
            {"recipients": "07xxxxxxxx,07xxxxxxx"},
        "callbackURL": "http://vaspro.co.ke/dlr"
    }"
}

$.ajax(settings).done(function (response) {
  console.log(response);
});


Trusted by corporates, SMEs and individuals