Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe credit notes.
stripeDefaultListCreditNotes
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 to filter by. | No |
| invoiceId | mustache | Optional Stripe invoice ID to filter by. | No |
| limit | mustache | Optional max number of credit notes to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Credit note ID. |
| status | string | Credit note status. |
| total | number | Credit note total. |
| currency | string | Credit note currency. |
| customerId | string | Customer ID. |
| invoiceId | string | Invoice ID. |
| memo | string | Credit note memo when available. |
| createdAt | string | Credit note creation time (ISO). |