Skip to main content

Get currency codes

GET 

https://core-prod.malipopay.co.tz/api/v1/currency

Returns the list of supported currency codes.

Responses

Currency codes returned successfully

Schema
    codestring

    ISO 4217 currency code

    Example: TZS
    namestring

    Currency name

    Example: Tanzanian Shilling
    symbolstring

    Currency symbol

    Example: Tsh
curl -L 'https://core-prod.malipopay.co.tz/api/v1/currency' \
-H 'Accept: application/json'
Request
Base URL
https://core-prod.malipopay.co.tz
Response

Click the Send API Request button above and see the response here!