# Rwanda

Supported Payment Methods


| Payment Method     | Supported Currencies | Minimum Payout Amount per Transaction | Maximum Payout Amount per Transaction | Max daily amount | 
| ------------ | -------- | ------------------- | ------------------- | ------------------- |
| Mobile money | RWF | 980 RWF | 2,000,000 RWF       | 5,000,000.00 RWF ｜

# 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": 980,
    "payment_currency": "RWF",
    "source_currency": "RWF",
    "beneficiary_data": {
        "destination_data": {
            "destination_type": "mobile_money",
            "mobile_money": {
                "msisdn": "250788123456",
                "provider":"airtel_rw"
                "name": "JOHN DOE",
            }
        }
    }
}
```
List of provider:

| provider  | carrier name  |
|-------------|----------------|
| airtel_rw | Airtel Money Rwanda |
| mtn_rw   | MTN Mobile Money Rwanda |




