Stripe に戻る

Stripe と Knoon AI を接続して AI ワークフローを自動化します。

Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
名前タイプ説明必須
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").はい
lineIdmustache Stripe invoice line ID.はい
payloadmustache JSON payload string to send to Stripe for the invoice line.はい
返品
名前タイプ説明
idstring Invoice line ID.
typestring Invoice line type.
amountnumber Invoice line amount.
currencystring Invoice line currency.
descriptionstring Invoice line description.
quantitynumber Invoice line quantity.
invoiceItemIdstring Backing invoice item ID when available.
subscriptionItemIdstring Backing subscription item ID when available.
periodStartstring Line period start time (ISO) when available.
periodEndstring Line period end time (ISO) when available.