{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Finalize API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Finalize", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Invoices Invoice Finalize", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/invoices/:invoice/finalize", "params": [ { "name": "invoice", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Stripe automatically finalizes drafts before sending and attempting payment on invoices. However, if you’d like to finalize a draft invoice manually, you can do so using this method.
" } ] } ], "bundled": true }