GET api/2.0/portal/payment/currencies
Returns the available portal currencies.
This method doesn't have any parameters.
GET api/2.0/portal/payment/currencies
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
List of available portal currencies
application/json
{
"status": 0,
"response": [
{
"ISOCountryCode": "some text",
"ISOCurrencySymbol": "some text",
"CurrencyNativeName": "some text"
}
]
}
text/xml
<result>
<status>0</status>
<response>
<ISOCountryCode>some text</ISOCountryCode>
<ISOCurrencySymbol>some text</ISOCurrencySymbol>
<CurrencyNativeName>some text</CurrencyNativeName>
</response>
</result>