---
title: "Gets the user's invoices (Roles: user)"
method: GET
path: "/payment/invoices"
tags: ["Payments"]
---

# Gets the user's invoices (Roles: user)

`GET /payment/invoices`

## Response `200`

Success

- Invoice[]
  - `id` string
  - `date` integer
  - `total` number
  - `currency` string
  - `customer` string
  - `description` string
  - `lines` InvoiceLine[]
    - `id` string
    - `object` string
    - `amount` number
    - `currency` string
    - `description` string
    - `discountable` boolean
    - `type` string
  - `number` string
  - `amount_due` number
  - `amount_paid` number
  - `amount_remaining` number
  - `collection_method` string
  - `hosted_invoice_url` string
  - `invoice_pdf` string
  - `metadata` CouponMetadata
    - `description` string
    - `summary` string
  - `period_start` number
  - `period_end` number
  - `subscription` string
  - `subtotal` number
  - `status` string
  - `created` number
  - `attempted` boolean
  - `payments` InvoicePayment[]
    - `amount_paid` number
    - `status` string
    - `charge` string
    - `payment_intent` string

## Other responses

- `400` — Error

---

[API](https://skmtc.net/ludo/apis/ludo-ai-api.md) · [All operations](https://skmtc.net/ludo/apis/ludo-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ludo/ludo-ai-api/revisions/3af866d68651/schema)
