Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Fetch a Stripe credit note by ID.
stripeDefaultRetrieveCreditNote
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 |
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). |