# Uganda

Supported Payment Methods


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

# 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": 3000,
    "payment_currency": "UGX",
    "source_currency": "UGX",
    "beneficiary_data": {
        "destination_data": {
            "destination_type": "mobile_money",
            "mobile_money": {
                "msisdn": "256777000001",
                "provider":"mtn_ug"
                "name": "JOHN DOE",
            }
        }
    }
}
```
List of provider:

| provider  | provider name  |
|----------|---------------|
| airtel_ug | Airtel Money Uganda |
| mtn_ug    | MTN Mobile Money Uganda |


