currency.unsupported
The currency code is not in the supported list of platform currencies.
currency.unsupported is returned when a request specifies a currency code that is not in the platform's supported currency list. The platform currently supports African currency markets only.
The currency field contains a code not in: KES, UGX, TZS, RWF, ZAR, GHS, NGN.
Use one of the supported ISO 4217 currency codes listed above. Check that the code is uppercase and exactly 3 characters.
{
"error": {
"code": "currency.unsupported",
"message": "currency USD is not supported; use one of KES, UGX, TZS, RWF, ZAR, GHS, NGN",
"request_id": "req_01900000abc"
}
}