Stripe · Arazzo Workflow
Stripe Invoice and Collect
Version 1.0.0
Draft an invoice, add an item, finalize it, then charge it immediately.
Provider
Workflows
invoice-and-collect
Create, populate, finalize, and pay an invoice end to end.
Creates a draft Invoice for a customer, adds a one-off invoice item, finalizes the invoice, then immediately pays it to collect funds.
1
createDraftInvoice
postInvoices
Create a draft Invoice for the customer.
2
addInvoiceItem
postInvoice Items
Attach a one-off invoice item to the draft invoice.
3
finalizeInvoice
postInvoicesInvoiceFinalize
Finalize the invoice so it can be paid.
4
payInvoice
postInvoicesInvoicePay
Pay the finalized invoice to collect funds from the customer.