---
title: "Get a list of invoices for a customer"
method: GET
path: "/v1/payment/stripe/invoices"
---

# Get a list of invoices for a customer

`GET /v1/payment/stripe/invoices`

## Response `200`

OK

- object
  - `data` InvoiceItem[], required
    - `invoice_number` string, required — The invoice number
    - `amount` integer, required — Total amount of the invoice in USD
    - `paid_on` string, date-time, nullable, required — The date when the invoice was paid
    - `status` string, required — The status of the invoice
    - `invoice_url` string, uri, required — URL to view the invoice

## Other responses

- `400` — Example response
- `401` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/payment/stripe/invoices/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
