# Welcome

TemboPlus provides payment infrastructure APIs for businesses to collect and disburse funds across Tanzania and Kenya.

This documentation covers everything you need to integrate with our APIs.

***

### Products

<table><thead><tr><th width="231">Product</th><th>Description</th></tr></thead><tbody><tr><td><strong>Merchant Accounts</strong></td><td>Dedicated bank collection accounts with real-time webhook notifications for incoming payments. Each account is a real bank account assigned to your business.</td></tr><tr><td><strong>Mobile Money Collection</strong></td><td>Collect payments from customer mobile wallets via USSD push.</td></tr><tr><td><strong>Payout</strong></td><td>Send money to bank accounts and mobile wallets. Includes utility bill payments and international remittance.</td></tr></tbody></table>

All three products are supported in **Tanzania** and **Kenya**.

#### Wallet Management

TemboPlus manages virtual wallets that hold funds across products. Collection wallets receive incoming funds. Disbursement wallets fund outgoing payouts. Funds collected through Merchant Accounts can be settled into a collection wallet. Partners can hold multiple wallets of each type and transfer between them.

Wallet management endpoints are documented in the Wallet Management section.

***

### Get started

To begin the onboarding process and receive your API credentials, email <sales@temboplus.com>.

Once onboarded, start with the API Conventions page, then go directly to the product you're integrating.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tembo.gitbook.io/tembo/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
