Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Update multiple line items on a Stripe invoice.
stripeDefaultUpdateInvoiceLines
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| invoiceId | mustache | Stripe invoice ID (e.g. "in_12345"). | Yes |
| payload | mustache | JSON payload string to send to Stripe, usually including a lines array. | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| result | object | Stripe API response object. |