Stripe · Arazzo Workflow
Stripe Void Invoice
Version 1.0.0
Create and finalize an invoice, then void it to cancel the bill.
Provider
Workflows
void-invoice
Finalize an invoice and then void it to cancel collection.
Creates a draft Invoice for the customer, finalizes it, then voids the finalized invoice so no payment will be collected.
1
createDraftInvoice
postInvoices
Create a draft Invoice for the customer.
2
finalizeInvoice
postInvoicesInvoiceFinalize
Finalize the invoice so it can be voided.
3
voidInvoice
postInvoicesInvoiceVoid
Void the finalized invoice to cancel collection.