Currency Limits
The table below describes the accepted amount limits for the respective currencies for both deposits , withdrawals and swaps.
Currency Name | Currency Code | Deposit Min/Max | Withdrawal Min/Max | Swap Min/Max |
---|---|---|---|---|
Nigerian Naira | NGN | Bank Transfer (500/Unlimited) Mobile Money (NA/NA) | Bank Transfer (500/9,000,000) Mobile Money (NA/NA) | 500/Unlimited |
Kenyan Shilling | KES | Bank Transfer (NA/NA) See Mobile Money Below | Bank Transfer (NA/NA) See Mobile Money Below | 50/Unlimited |
Ghanaian Cedi | GHS | Bank Transfer (NA/NA) See Mobile Money Below | Bank Transfer (100/Unlimited) See Mobile Money Below | 5/Unlimited |
United States Dollar | USD | - | - | - |
Tether | USDT | - | - | - |
USD Coin | USDC | - | - | - |
Binance USD | BUSD | - | - | - |
*NA - Not Available
Mobile Money Limits
For mobile money, the transaction limits differ from provider to provider. The limits can be accessed when the providers are retrieved. The deposit and withdrawal limits are represented by the properties min_amount and max_amount.
A sample response is given below.
{{baseurl}}/v1/merchant/public/misc/mobile-money?country=KE
{
"status": true,
"statusCode": 200,
"message": "Mobile money list retrieved",
"data": [
{
"name": "Provider name", // e.g Safaricom M-Pesa
"code": "Provider code", // e.g mpesa_ke
"country": "2 Char Country Code", // e.g KE
"min_amount": "Minimum Withdrawal Amount", // e.g 50
"max_amount": "Maximum Withdrawal Amount" // e.g 100000
}
]
}
Updated about 2 years ago