Back to Stripe

Connect Knoon AI with Stripe to automate AI workflows.

Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").Yes
lineIdmustache Stripe invoice line ID.Yes
payloadmustache JSON payload string to send to Stripe for the invoice line.Yes
Returns
NameTypeDescription
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.