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
NameTypeDescriptionRequired
customerIdmustache Optional Stripe customer ID to filter by.No
invoiceIdmustache Optional Stripe invoice ID to filter by.No
limitmustache Optional max number of credit notes to return (1-100). Defaults to 10.No
Returns
NameTypeDescription
idstring Credit note ID.
statusstring Credit note status.
totalnumber Credit note total.
currencystring Credit note currency.
customerIdstring Customer ID.
invoiceIdstring Invoice ID.
memostring Credit note memo when available.
createdAtstring Credit note creation time (ISO).