Factuarea APIDevelopers

invoice_cannot_be_marked_as_sent

The delivery mark records that an issued invoice reached the customer, so it only applies to `issued` or `overdue` invoices. A draft or a scheduled invoice is not the fiscal invoice yet, and a cancelled or annulled one no longer is.

CodeTypeHTTPCategory
invoice_cannot_be_marked_as_sentinvalid_request_error422Invoices

Cause

The delivery mark records that an issued invoice reached the customer, so it only applies to issued or overdue invoices. A draft or a scheduled invoice is not the fiscal invoice yet, and a cancelled or annulled one no longer is.

What to do

If the invoice is a draft, issue it first with POST /v1/invoices/{id}/issue and then record the delivery: from API version 2026-10-01 mark-sent no longer issues drafts. A cancelled or annulled invoice has no delivery to record.

On this page

Need a hand?Contact support