Currencies
Retrieve supported currencies for billing and transactions
Supported Currencies
Retrieve a list of supported currencies for billing
Query Parameters
x-kc-token
string
Content-Type
string
GET /currencies
Response Example
{
"data": [
{
"id": 1,
"name": "Kenya Shillings",
"code": "KES",
"symbol": "Ksh",
"is_supported": true
}
]
}