Tembo
  • Welcome!
  • Introduction
  • Reference
    • Merchant Virtual Accounts
      • Create Merchant Virtual Account
      • Get Account Balance
      • Get Account Statement
      • Webhook Callback
    • Banking & Wallets
      • Create Wallet
      • Deposit Funds
      • Withdraw Funds
      • Wallet to Wallet Transfer
      • Wallet Balance
      • Wallet Statement
      • Main Balance
      • Main Statement
      • List Wallets
    • Make Payment
      • Pay to Mobile
      • Pay to Other Banks
      • Utility Payments
      • Payment Status
    • Collect Money
      • Collect from Mobile Money
      • Collection Balance
      • Collection Statement
      • Payment Status
    • eKYC
      • Start Onboarding
      • Retrieve First Question
      • Reply to Question
    • Remittance
      • API Overview
      • Create Remittance
      • Transaction Status
      • Callback Notification
Powered by GitBook
On this page
  • Introduction
  • Available Endpoints
  • Callback Notification
  • Getting Started
  1. Reference

Remittance

Introduction

The TemboPlus Remittance API provides a robust solution for international money transfer companies to disburse funds to recipients in Tanzania. This API enables seamless cross-border payments with support for various local payment channels, comprehensive compliance capabilities, and real-time transaction status updates.

With the TemboPlus Remittance API, you can:

  • Process international remittances to mobile money wallets and bank accounts

  • Track transaction status in real-time

  • Receive automated notifications for transaction status changes

Available Endpoints

The API provides the following key endpoints:

  1. Create Remittance - Submit a new remittance transaction to transfer funds to a recipient in Tanzania

  2. Check Transaction Status - Retrieve status information for a specific transaction

Callback Notification

For real-time updates on transaction status changes, the API provides a callback notification service. When a transaction's status changes, the system will send updates to the callbackUrl provided in the original request.

The callback notification includes comprehensive details about the transaction, including its current status, amounts, fees, and timestamps. This allows you to automate your systems to respond to transaction events in real-time.

For detailed information about the callback service, including payload format and handling, please refer to the Callback Notification documentation.

Getting Started

To start using the TemboPlus Remittance API, you'll need:

  1. Authentication credentials (provided during onboarding)

  2. Implementation of a callback endpoint to receive transaction updates

  3. Understanding of the API structure and requirements

Please refer to the API Overview for technical details about headers, status codes, and other information shared across all endpoints.

PreviousReply to QuestionNextAPI Overview