---
title: "Company credit notes"
method: GET
path: "/{companyDomain}/companies/creditnotes"
---

# Company credit notes

`GET /{companyDomain}/companies/creditnotes`

Get a list of all your company's credit notes

## Path parameters

- `companyDomain` string, required

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `query` string
- `orderBy` string
- `orderByDescending` string
- `isPending` boolean
- `isPaid` boolean
- `isFailed` boolean

## Response `200`

200

- object
  - `currentPage` integer
  - `pageCount` integer
  - `pageSize` integer
  - `rowCount` integer
  - `results` object[]
    - `creditNoteId` integer
    - `creditNoteUniqueId` string
    - `customerId` integer
    - `customerUniqueId` string
    - `customerFirstName` string
    - `customerLastName` string
    - `customerFullName` string
    - `createdOn` string
    - `amount` string
    - `status` string
    - `currency` string

---

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