Provide Supported Currencies

GET {{baseUrl}}/supported-currencies

Provides the list of currencies supported by the application. While sending a transaction amount in the Amount object, 'currencyCode' should be from one of the supported currencies. It is recommended to cache this list and use it for checking before sending transactions for footprint calculation. Generally this list doesn't change that often, but it is recommended to refresh this data every 24-hours.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"currencyCode":"SEK"},{"currencyCode":"USD"},{"currencyCode":"EUR"},{"currencyCode":"GBP"}]