Skip to main content
Use stripe.listInvoiceItems to inspect pending customer charges or the line items feeding a draft invoice.
automations/stripe-list-invoice-items.automation.ts

Inputs

Filter by customer, invoice, pending state, or creation time. limit accepts 1–100; use Stripe cursor fields for another page.

Output

Returns Stripe’s paginated invoice-item list. Stripe decimal fields such as quantityDecimal are lossless strings.