返回 Stripe
将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。
Create a Stripe invoice item.
stripeDefaultCreateInvoiceItem
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| payload | mustache | JSON payload string to send to Stripe (e.g. {"customer": "cus_12345", "amount": "1099", "currency": "usd", "description": "Consulting"}). | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Invoice item ID. |
| amount | number | Invoice item amount. |
| currency | string | Invoice item currency. |
| customerId | string | Stripe customer ID. |
| invoiceId | string | Stripe invoice ID when set. |
| description | string | Invoice item description. |
| discountable | boolean | Whether discounts can apply to the invoice item. |
| quantity | number | Invoice item quantity. |
| createdAt | string | Invoice item creation time (ISO). |