Stripe · Arazzo Workflow
Stripe Send Invoice
Version 1.0.0
Draft an invoice, add an item, finalize it, then email it to the customer.
Provider
Workflows
send-invoice
Create, populate, finalize, and email an invoice to the customer.
Creates a send-invoice draft for a customer, adds a one-off invoice item, finalizes the invoice, then emails it to the customer for manual payment.
1
createDraftInvoice
postInvoices
Create a draft Invoice set to be sent for manual collection.
2
addInvoiceItem
postInvoice Items
Attach a one-off invoice item to the draft invoice.
3
finalizeInvoice
postInvoicesInvoiceFinalize
Finalize the invoice so it can be sent.
4
sendInvoice
postInvoicesInvoiceSend
Email the finalized invoice to the customer.