Retour à Stripe

Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.

Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").Oui
lineIdmustache Stripe invoice line ID.Oui
payloadmustache JSON payload string to send to Stripe for the invoice line.Oui
Retours
NomTypeDescription
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.