Stripe に戻る
Stripe と Knoon AI を接続して 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). |