---
title: "Retrieve billing settings."
method: GET
path: "/api/v2/organizations/{orgSlug}/settings/billing"
tags: ["Billing Settings"]
---

# Retrieve billing settings.

`GET /api/v2/organizations/{orgSlug}/settings/billing`

Retrieve billing settings. 

 Required scopes: `flex.settings.billing.read`

## Path parameters

- `orgSlug` string, required

## Response `200`

- BillingSettingsResultDto
  - `currency` string — Determines the main currency for the organisation.
  - `isMultiCurrencyEnabled` boolean — Determines whether multi-currency is enabled for the organisation.
  - `shouldGenerateInvoiceNumbers` boolean — Determines whether invoice numbers are generated by OfficeRnD.
  - `isPersonalPaymentsEnabled` boolean — Determines whether personal payments are enabled for the organisation.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
