Skip to main content
Use stripe.createInvoiceItem to add an amount or price to a customer or draft Stripe invoice.

Example

automations/stripe-create-invoice-item.automation.ts

Inputs

Provide a customer and either pricing information or an amount and currency. Set invoice to target a particular draft invoice. idempotencyKey is optional. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns the created Stripe InvoiceItem. Output fields use camel case. Stripe decimal fields such as quantityDecimal are lossless strings.