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

  1. Initiate a payout request You call the Initiate Payout endpoint with beneficiary details, amount, and channel.

  2. TemboPlus processes the transaction Based on the channel and amount, TemboPlus routes the transaction through the appropriate payment system.

  3. Beneficiary receives funds The beneficiary's bank account or mobile wallet is credited based on the channel's processing time.

  4. TemboPlus notifies your system TemboPlus sends a POST request to your configured callbackUrl with 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

Supported Bank Payout Channels in Tanzania
  1. ABSA Bank Tanzania Limited β€” ABSA β€” BARCTZTZ

  2. African Banking Corporation Tanzania Limited β€” BANCABC β€” FMBZTZTX

  3. Akiba Commercial Bank Limited β€” AKIBA β€” AKCOTZTZ

  4. Amana Bank Limited β€” AMANA β€” AMNNTZTZ

  5. Azania Bank Limited β€” AZANIA β€” AZANTZTZ

  6. Bank of Africa Tanzania Limited β€” BOA β€” EUAFTZTZ

  7. Bank of Baroda (Tanzania) Limited β€” BARODA β€” BARBTZTZ

  8. Bank of India (Tanzania) Limited β€” BOI β€” BKIDTZTZ

  9. Canara Bank Tanzania Limited β€” CANARA β€” CNRBTZTZ

  10. China Dasheng Bank Limited β€” DASHENG β€” CDSHTZTZ

  11. Citibank Tanzania Limited β€” CITI β€” CITITZTZ

  12. CRDB Bank PLC β€” CRDB β€” CORUTZTZ

  13. Dar es Salaam Community Bank Limited β€” DCB β€” DASUTZTZ

  14. Diamond Trust Bank Tanzania Limited β€” DTB β€” DTKETZTZ

  15. Ecobank Tanzania Limited β€” ECOBANK β€” ECOCTZTZ

  16. Equity Bank Tanzania Limited β€” EQUITY β€” EQBLTZTZ

  17. Exim Bank (Tanzania) Limited β€” EXIM β€” EXTNTZTZ

  18. First National Bank Tanzania Ltd β€” FNB β€” FIRNTZTX

  19. Guaranty Trust Bank (T) Limited β€” GT BANK β€” GTBITZTZ

  20. Habib African Bank Limited β€” HABIB β€” HABLTZTZ

  21. I&M Bank Limited β€” I&M BANK β€” IMBLTZTZ

  22. International Commercial Bank Tanzania Limited β€” ICB β€” BKMYTZTZ

  23. KCB Bank Tanzania Limited β€” KCB β€” KCBLTZTZ

  24. Kilimanjaro Co-operative Bank Limited β€” KILIMANJARO β€” KLMJTZTZ

  25. Maendeleo Bank Limited β€” MAENDELEO β€” MBTLTZTZ

  26. Mkombozi Commercial Bank Limited β€” MKOMBOZI β€” MKCBTZTZ

  27. Mwalimu Commercial Bank PLC β€” MWALIMU β€” MWCOTZTZ

  28. Mwanga Hakika Microfinance Bank Limited β€” MWANGA β€” MWCBTZTZ

  29. National Bank of Commerce Limited β€” NBC β€” NLCBTZTX

  30. National Microfinance Bank PLC β€” NMB β€” NMIBTZTZ

  31. NCBA Bank Tanzania Limited β€” NCBA β€” CBAFTZTZ

  32. People’s Bank of Zanzibar Limited β€” PBZ β€” PBZATZTZ

  33. Selcom Microfinance Bank β€” SMFB β€” ACTZTZTZ

  34. Stanbic Bank Tanzania Limited β€” STANBIC β€” SBICTZTX

  35. Standard Chartered Bank (Tanzania) Limited β€” SCB β€” SCBLTZTX

  36. Tanzania Commercial Bank PLC β€” TCB β€” TAPBTZTZ

  37. Uchumi Commercial Bank Limited β€” UCHUMI β€” UCCTTZTZ

  38. United Bank for Africa (Tanzania) Limited β€” UBA β€” UNAFTZTZ

  39. Yetu Microfinance Bank PLC β€” YETU β€” YETMTZTZ

Mobile Money

TemboPlus currently supports the following Mobile Money Payout channels in Tanzania:

Channel
Mobile Network Operator (MNO)
TemboPlus Channel Code

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 Your Side

  • Webhook URL (callbackUrl) An HTTPS endpoint that can receive POST requests with JSON payloads.


🧩 Next Steps

To integrate successfully with TemboPlus Payout:

  1. Review the API Reference to understand authentication, environments, and error handling

  2. Study the Payout Flow to learn about:

    • Proof of Payment (POP) policies

    • Bank payout systems in Tanzania

    • Channel selection and settlement behavior

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