# Kenya

Supported Payment Methods


| Payment Method     | Supported Currencies | Minimum Payout Amount per Transaction | Maximum Payout Amount per Transaction | 
| ------------ | -------- | ------------------- | ------------------- |
| Mobile money | KES | 100.00 KES | 150,000 KES |

# 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": 10000,
    "payment_currency": "KES",
    "source_currency": "KES",
    "beneficiary_data": {
        "destination_data": {
            "destination_type": "mobile_money",
            "mobile_money": {
                "msisdn": "254712345678",
                "provider":"mpesa_ke"
                "name": "JOHN DOE",
            }
        }
    }
}
```
List of provider:

| provider  | provider name  |
|-----------|----------------|
| airtel_ke | Airtel Money Kenya |
| mpesa_ke | Safaricom M-Pesa Kenya |



