返回 Stripe
将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。
Fetch a Stripe credit note by ID.
stripeDefaultRetrieveCreditNote
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| creditNoteId | mustache | Stripe credit note ID (e.g. "cn_12345"). | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| 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). |