返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
List Stripe credit notes.
stripeDefaultListCreditNotes
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID to filter by. | 否 |
| invoiceId | mustache | Optional Stripe invoice ID to filter by. | 否 |
| limit | mustache | Optional max number of credit notes to return (1-100). Defaults to 10. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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). |