# Cameroon

Supported Payment Methods


| Payment Method     | Supported Currencies | Minimum Payout Amount per Transaction | Maximum Payout Amount per Transaction | Max daily amount | 
| ------------ | -------- | ------------------- | ------------------- | ------------------- |
| Mobile money | XAF      | 540 XAF          | 1,000,000 XAF       | 5,000,000.00 XAF

# 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": 540,
    "payment_currency": "XAF",
    "source_currency": "XAF",
    "beneficiary_data": {
        "destination_data": {
            "destination_type": "mobile_money",
            "mobile_money": {
                "msisdn": "237671234567",
                "provider":"mtn_cm"
                "name": "JOHN DOE",
            }
        }
    }
}
```
List of provider:

| provider  | provider name  |
|-------------|----------------|
| mtn_cm      | MTN Mobile Money Cameroon |
| orange_cm   | Orange Money Cameroon |




