Skip to main content

Invoice status

Every Invoice Entity has a marking property that describes it's processing stage.

Invoice StatusDescription
validValid invoice
sending_startedInvoice send process is running
sending_queuedInvoice is waiting in queue to be send
sending_errorSending the invoice was not possible. Check last_error for details
sentInvoice has been sent to recipient
sent_errorDelivery to recipient was not possible. Check last_error for details
receivedInvoice has been sent to recipient

Additionally, every invoice has processing_code field which describes status of invoice.

Processing CodeDescription
100Invoice accepted for further processing
150Processing in progress
200Success
405Processing cancelled
410Invalid permission scope
415Attachments are not allowed
430Invoice file verification error
435File decryption error
440Duplicate invoice
450Invoice semantic validation error
500Unknown error