Stripe · Arazzo Workflow
Stripe Quote to Paid Invoice
Version 1.0.0
Create a quote for a customer, finalize it, then accept it to generate the resulting invoice.
Provider
Workflows
quote-to-paid-invoice
Draft a quote, finalize it, then accept it to generate the invoice.
Creates a draft Quote for the supplied customer and price, finalizes the draft into an open quote, then accepts the quote so Stripe generates the resulting invoice. The accepted quote's invoice id is surfaced as the workflow output.
1
createQuote
PostQuotes
Draft a Quote for the customer with a single priced line item.
2
finalizeQuote
PostQuotesQuoteFinalize
Finalize the draft quote so it becomes an immutable open quote.
3
acceptQuote
PostQuotesQuoteAccept
Accept the finalized quote, which generates the resulting invoice.