---
title: "List Invoices"
method: GET
path: "/stores/{storeId}/invoices"
tags: ["Invoices"]
---

# List Invoices

`GET /stores/{storeId}/invoices`

Get a list of invoices. Requires the [`invoices_read`](/docs/api-reference/scopes) scope.

## Path parameters

- `storeId` string, required

## Response `200`

Success

- object
  - `invoices` InvoiceSchema[], required
    - `charge` MoneySchema, required — Currency amount
      - `amount` string
      - `currency` string
    - `createdAt` string, date-time, required — The time the invoice was created.
    - `id` string — The ID of the charge.
    - `status` string, required — The status of the invoice.
    - `store` object
      - `id` string, required — The ID of the store.
    - `updatedAt` string, date-time, required — The time the invoice was last updated.

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/redoapp/apis/redo-api.md) · [All operations](https://skmtc.dev/redoapp/apis/redo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redoapp/redo-api/revisions/119714540a45/schema)
