Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List line items for a Stripe credit note.
stripeDefaultListCreditNoteLines
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| creditNoteId | mustache | Stripe credit note ID (e.g. "cn_12345"). | Yes |
| limit | mustache | Optional max number of line items to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Line item ID. |
| amount | number | Line item amount. |
| description | string | Line item description. |
| quantity | number | Line item quantity. |
| type | string | Line item type. |