get https://api-payment.inspireplatform.io/currencies
Overview
Get a list with all active currencies for the tenant.
A successful response contains an Object Array with currency data objects. Each object describes a currency used by the tenant and has the following properties:
Name | Type | Description |
---|---|---|
id | String | Currency ID |
name | String | Currency name |
symbol | String | Currency symbol |
isoCode | String | ISO currency code |
isDefault | Boolean | If True, this is the default currency for the tenant. |
The currencies listed in the response are active for the tenant. To activate or deactivate a currency, use the Change status endpoint.