{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Void API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Void", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Credit Notes Id Void", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/credit_notes/:id/void", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Marks a credit note as void. Learn more about voiding credit notes.

" }, { "info": { "name": "Stripe Post Invoices Invoice Void", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/invoices/:invoice/void", "params": [ { "name": "invoice", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to deletion, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.

" } ] } ], "bundled": true }