Skip to main content
POST
/
api
/
v1
/
invoices
/
{invoice_id}
/
finalize
Finalize Invoice
curl --request POST \
  --url https://api.example.com/api/v1/invoices/{invoice_id}/finalize
invoice_id
string
required
UUID of the invoice
Transitions DRAFTOPEN. Also works on OPEN invoices that are missing a payment link (retroactively generates one if a gateway is now configured).