v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Billing Settings

Retrieve billing settings.

Retrieve billing settings.

Required scopes: flex.settings.billing.read

get/api/v2/organizations/{orgSlug}/settings/billing

Path parameters

orgSlugstring required

organization slug

Response

currencystring

Determines the main currency for the organisation.

isMultiCurrencyEnabledboolean

Determines whether multi-currency is enabled for the organisation.

shouldGenerateInvoiceNumbersboolean

Determines whether invoice numbers are generated by OfficeRnD.

isPersonalPaymentsEnabledboolean

Determines whether personal payments are enabled for the organisation.

Example response

{
  "currency": "USD",
  "isMultiCurrencyEnabled": true
}