# Tanzania

Supported Payment Methods


| Payment Method     | Supported Currencies | Minimum Payout Amount per Transaction | Maximum Payout Amount per Transaction | Max daily amount | 
| ------------ | -------- | ------------------- | ------------------- | ------------------- |
| Mobile money | TZS      | 2,000.00 TZS          | 3,000,000.00 TZS       | 7,000,000.00 TZS

# Mobile money

## Request Example:

The following example shows the minimum parameter set. For parameter details, refer to：[Create a Payout](api-42628142)

```JSON
{
    "payment_amount": 200000,
    "payment_currency": "TZS",
    "source_currency": "TZS",
    "beneficiary_data": {
        "destination_data": {
            "destination_type": "mobile_money",
            "mobile_money": {
                "msisdn": "255712345678",
                "provider":"airtel_tz"
                "name": "JOHN DOE",
            }
        }
    }
}
```
List of provider:

| provider  | provider name  |
|-------------|----------------|
| airtel_tz | Airtel Money Tanzania |
| azampesa_tz | AzamPesa Tanzania |
| halopesa_tz | HaloPesa Tanzania |
| tigo_tz | TigoPesa Tanzania |
| vodacom_tz | Vodacom M-Pesa Tanzania |


