InvoiceListResponse
- hasType: boolean · Has More
_more requiredTrue when more invoices match the filter beyond this page
- invoicesType: array object[] · Invoicesrequired
- amountType: integer · Amount Due Cents
_due _cents requiredAmount still owed, in the smallest currency unit
- amountType: integer · Amount Paid Cents
_paid _cents requiredAmount already paid, in the smallest currency unit
- createdType: string · CreatedFormat: date-timerequired
When the invoice was issued (UTC). This is what start/end filter on.
- currencyType: string · Currencyrequired
Three-letter ISO currency code, e.g. 'usd'
- idType: string · Idrequired
Stripe invoice ID. Pass this to the PDF endpoint.
- totalType: integer · Total Cents
_cents requiredInvoice total in the smallest currency unit. 103500 is $1,035.00.
- hostedType: string · Hosted Invoice Urlnullable
_invoice _url Stripe-hosted invoice page. Null on draft invoices.
- invoiceType: string · Invoice Pdfnullable
_pdf Direct link to the invoice PDF. Null on draft invoices.
- numberType: string · Numbernullable
Human-readable invoice number, e.g. 'HSLNEQJJ-0006'
- periodType: string · Period EndFormat: date-timenullable
_end End of the billing period the invoice covers (UTC)
- periodType: string · Period StartFormat: date-timenullable
_start Start of the billing period the invoice covers (UTC)
- statusType: string · Statusnullable
One of: draft, open, paid, uncollectible, void
- nextType: string · Next Cursornullable
_cursor Pass as starting_after to fetch the next page. Null when has_more is false.