Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe invoice items.
stripeDefaultListInvoiceItems
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID. | No |
| invoiceId | mustache | Optional Stripe invoice ID. | No |
| pending | mustache | Optional boolean string to filter pending invoice items ("true" or "false"). | No |
| limit | mustache | Optional max number of records to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Invoice item ID. |
| amount | number | Invoice item amount. |
| currency | string | Invoice item currency. |
| customerId | string | Stripe customer ID. |
| invoiceId | string | Stripe invoice ID when set. |
| description | string | Invoice item description. |
| discountable | boolean | Whether discounts can apply to the invoice item. |
| quantity | number | Invoice item quantity. |
| createdAt | string | Invoice item creation time (ISO). |