Stripe · Arazzo Workflow
Stripe Write Off Invoice
Version 1.0.0
Create and finalize an invoice, then mark it uncollectible.
Provider
Workflows
write-off-invoice
Finalize an invoice and mark it uncollectible.
Creates a draft Invoice for the customer, finalizes it, then marks it uncollectible to write off the bad debt.
1
createDraftInvoice
postInvoices
Create a draft Invoice for the customer.
2
finalizeInvoice
postInvoicesInvoiceFinalize
Finalize the invoice so it can be marked uncollectible.
3
markUncollectible
postInvoicesInvoiceMarkUncollectible
Mark the finalized invoice uncollectible to write it off.