Currencies
Represents a type of currency by which a financial operation is declared. This object is used by the Subscriptions, Billing, Payments APIs and the Purchases application.
Last updated
Represents a type of currency by which a financial operation is declared. This object is used by the Subscriptions, Billing, Payments APIs and the Purchases application.
Last updated
See the complete list of currencies available in Piriod
GET
https://api.piriod.com/generals/currencies/
Lists currency objects. Learn more about pagination and filtering.
Name | Type | Description |
---|---|---|
Attributes
id string
Unique object's identifier.
conversion string
Another currency ID that determines the currency to which the amount of a billing or payment transaction should be converted.
default boolean
Determines if it is the primary currency of the country to which it belongs.
is_chargeable boolean
Determines if the currency is chargeable by any of the available payment gateways.
name string
Name of the currency.
rounded string
Determines if the value of a currency related transaction should be rounded.
country
string
ID string of a particular country or multiple countries (using __in filter operator)
name
string
Exact or snippet of the currency name (using __exact, __contains or __icontains operators)