Payout
The TemboPlus Payout APIs enable you to send money directly to beneficiary bank accounts and mobile wallets, monitor your disbursement wallet balance, retrieve transaction history, and track the status of each payout transaction.
These APIs are designed for businesses that need to make frequent payouts with reliable tracking and real-time status updates.
What You Can Do
β Initiate Payouts β Send money to bank accounts and mobile wallets β Check Disbursement Wallet Balance β Retrieve your disbursement wallet's current and available balance β View Disbursement Account Statement β Pull detailed transaction history over a date range β Track Transaction Status β Query the latest status of a specific payout transaction
How Payout Works
Initiate a payout request You call the Initiate Payout endpoint with beneficiary details, amount, and channel.
TemboPlus processes the transaction Based on the channel and amount, TemboPlus routes the transaction through the appropriate payment system.
Beneficiary receives funds The beneficiary's bank account or mobile wallet is credited based on the channel's processing time.
TemboPlus notifies your system TemboPlus sends a POST request to your configured
callbackUrlwith the latest transaction status.
Supported Payout Channels
Bank Transfers
TemboPlus Payout APIs support all licensed banks in Tanzania. Use the list below for reference. Each item shows the bankβs full official name, its commonly used short name, and its SWIFT/BIC code in the following order:
Full Bank Name β Short Name β BIC Code
Mobile Money
TemboPlus currently supports the following Mobile Money Payout channels in Tanzania:
Airtel Money
Airtel Tanzania
TZ-AIRTEL-B2C
HaloPesa
Viettel Tanzania (Halotel)
TZ-HALOTEL-B2C
Mixx by Yas (formerly Tigo Pesa)
Honora Tanzania (Yas)
TZ-TIGO-B2C
M-Pesa
Vodacom Tanzania
TZ-VODACOM-B2C
Getting Started
Before integrating the Payout APIs, make sure you have:
From TemboPlus
API Base URL (The base URL for your environment e.g. sandbox or production)
Partner Account ID (Your unique account identifier)
Partner Secret Key (Key to authenticate all requests)
π§© Next Steps
To integrate successfully with TemboPlus Payout:
Review the API Reference to understand authentication, environments, and error handling
Study the Payout Flow to learn about:
Proof of Payment (POP) policies
Bank payout systems in Tanzania
Channel selection and settlement behavior
Explore the API endpoints for implementation:
Initiate Payout β Send money to beneficiaries
Disbursement Balance β Check your wallet balance
Disbursement Statement β View transaction history
Transaction Status β Track payout status
π‘ Tip: If you are new to TemboPlus, begin in the sandbox environment to test your end-to-end flow before switching to production.
Last updated