Indietro a Stripe
Connetti Knoon AI con Stripe per automatizzare i flussi di lavoro AI.
List Stripe credit notes.
stripeDefaultListCreditNotes
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| 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 |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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). |