# Ghana

Supported Payment Methods


| Payment Method     | Supported Currencies | Minimum Payout Amount per Transaction | Maximum Payout Amount per Transaction | Max daily amount | 
| ------------ | -------- | ------------------- | ------------------- | ------------------- |
| Mobile money | GHS      | 20.00 GHS          | 7,000.00 GHS       | 24,000.00 GHS

# 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": 2000,
    "payment_currency": "GHS",
    "source_currency": "GHS",
    "beneficiary_data": {
        "destination_data": {
            "destination_type": "mobile_money",
            "mobile_money": {
                "msisdn": "233241234567",
                "provider":"airtel_gh"
                "name": "JOHN DOE",
            }
        }
    }
}
```
List of carrier:

| provider  | provider name  |
|-------------|----------------|
| airtel_gh | AirtelTigo Ghana |
| mtn_gh | MTN Mobile Money Ghana |
| vodafone_gh | Vodafone Ghana |


