---
title: "List credit notes"
method: GET
path: "/credit-notes"
tags: ["CreditNotes"]
---

# List credit notes

`GET /credit-notes`

List all credit notes

## Query parameters

- `account_id` integer
- `account_name` string
- `account_number` integer
- `balance_due` number, float
- `credit_note_date` string, date
- `credit_note_number` string
- `non_taxable` number, float
- `organization_id` string
- `refunds_made` number, float
- `status` string
- `sub_total` number, float
- `sub_total_after_discount` number, float
- `total` number, float
- `total_discount` number, float
- `total_tax` number, float
- `voucher_header_id` integer
- `filters` object
- `sort[asc]` 'balance_due' | 'credit_note_date' | 'credit_note_number' | 'refunds_made' | 'total'
- `sort[desc]` 'balance_due' | 'credit_note_date' | 'credit_note_number' | 'refunds_made' | 'total'
- `page` integer
- `per_page` integer

## Response `200`

Successful operation

- object
  - `message` string
  - `credit_note` object[]
    - `id` integer
    - `voucher_header_id` string, nullable
    - `account` object
      - `id` integer
      - `organization_id` string
      - `name` string
      - `account_label` string
      - `account_type` string
      - `currency` string
      - `organization` object
        - `id` string
        - `name` string
        - `country` string
        - `city` string
        - `state` string
        - `zip` string
    - `credit_note_number` string
    - `bill_to` string
    - `credit_note_date` string, date-time
    - `paid_status` string
    - `total` number, float
    - `balance_due` number, float
    - `related_invoices` object[]
      - `id` integer
      - `invoice_date` string, date-time
      - `invoice_total` number, float
      - `invoice_number` string
      - `balance_due` number, float
    - `credit_note_details` object[]
      - `id` integer
      - `item_title` string
      - `unit_price` number, float
      - `quantity` number, float
      - `discount_percentage` number, float
      - `total` number, float
  - `page_context` object
    - `page` integer
    - `per_page` integer
    - `next_page_url` string
    - `total` integer
    - `count` integer

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden

---

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