---
title: "Get Customer Invoices"
method: GET
path: "/api/v1/stripe-invoices/customers/invoices"
tags: ["User APIs", "stripe-invoices", "stripe-invoices"]
---

# Get Customer Invoices

`GET /api/v1/stripe-invoices/customers/invoices`

## Response `200`

Successful Response

- StripeCustomerInvoiceListResponse
  - `invoices` StripeCustomerInvoice[], required
    - `id` string, required
    - `number` string, nullable
    - `title` string, nullable
    - `amount_due` integer, nullable
    - `currency` string, nullable
    - `status` string, nullable
    - `created` integer, nullable
    - `due_date` integer, nullable
    - `period_start` integer, nullable
    - `period_end` integer, nullable
    - `hosted_invoice_url` string, nullable
    - `customer_name` string, nullable
    - `is_block` boolean
    - `dataset_name` string, nullable
  - `has_more` boolean, required
  - `first_id` string, nullable
  - `last_id` string, nullable

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
