Get currency codes
GEThttps://core-prod.malipopay.co.tz/api/v1/currency
Returns the list of supported currency codes.
Responses
- 200
Currency codes returned successfully
- application/json
- Schema
- Example (auto)
Schema
codestring
ISO 4217 currency code
Example:
TZSnamestring
Currency name
Example:
Tanzanian Shillingsymbolstring
Currency symbol
Example:
Tsh{
"code": "TZS",
"name": "Tanzanian Shilling",
"symbol": "Tsh"
}
- curl
- python
- nodejs
- php
- java
- go
- CURL
curl -L 'https://core-prod.malipopay.co.tz/api/v1/currency' \
-H 'Accept: application/json'
Response