返回 Stripe

将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。

Create a Stripe invoice item.
stripeDefaultCreateInvoiceItem
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
payloadmustache JSON payload string to send to Stripe (e.g. {"customer": "cus_12345", "amount": "1099", "currency": "usd", "description": "Consulting"}).是的
回报
名称类型描述
idstring Invoice item ID.
amountnumber Invoice item amount.
currencystring Invoice item currency.
customerIdstring Stripe customer ID.
invoiceIdstring Stripe invoice ID when set.
descriptionstring Invoice item description.
discountableboolean Whether discounts can apply to the invoice item.
quantitynumber Invoice item quantity.
createdAtstring Invoice item creation time (ISO).