Stripe · Arazzo Workflow
Stripe Create and Finalize Invoice
Version 1.0.0
Create a draft invoice, add a line item, then finalize it.
Provider
Workflows
create-and-finalize-invoice
Draft an invoice, add an item, and finalize it for collection.
Creates a draft Invoice for the customer, adds a one-off invoice item tied to that invoice, then finalizes the invoice to lock it for payment.
1
createDraftInvoice
postInvoices
Create a draft Invoice for the customer with manual advance.
2
addInvoiceItem
postInvoice Items
Attach a one-off invoice item to the draft invoice.
3
finalizeInvoice
postInvoicesInvoiceFinalize
Finalize the invoice so it is locked and ready to be paid.