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
Was this helpful?
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
Was this helpful?
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.
country string
The country to which the currency belongs.
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.
GET
https://api.piriod.com/generals/currencies/
Lists currency objects. Learn more about pagination and filtering.
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)