Skip to main content
GET
Lists actual Stripe invoices for the current organization.

Response

200 - application/json

OK

id
string

Provider identifier for the invoice.

number
string | null

Human-readable invoice number, when assigned.

createdAt
string<date-time>

Date and time when the invoice was created.

amount
string<double>

Total invoice amount in the invoice currency.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
status
string

Current provider-reported invoice status.

hasPdf
boolean

Indicates whether a downloadable PDF is available for the invoice.