---
title: "Get invoice setting info"
method: GET
path: "/api/v1/organization/invoice-setting"
tags: ["Invoice Setting"]
---

# Get invoice setting info

`GET /api/v1/organization/invoice-setting`

Returns invoice setting info

## Response `200`

- InvoiceSettingDto
  - `id` string, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `numberingScheme` 'merchant_level' | 'customer_level'
  - `invoicePrefix` string — The preferred invoice id prefix
  - `nextInvoiceSequence` number — The next invoice starting sequence
  - `description` string — The default invoice description
  - `footer` string — The default invoice footer

## Other responses

- `500`

---

[API](https://skmtc.net/copperx/apis/copperx-api-2.md) · [All operations](https://skmtc.net/copperx/apis/copperx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/copperx/copperx-api-2/revisions/c0bfbc37fb98/schema)
