Invoice status
Every Invoice Entity has a marking property that describes its processing stage.
| Invoice Status | Description |
|---|---|
valid | Valid invoice |
sending_started | Outgoing Invoice send process is running |
sending_queued | Outgoing Invoice is waiting in queue to be send |
sending_error | Sending the invoice was not possible. |
delivered | Outgoing Invoice has been delivered to recipient |
delivery_error | Delivery to recipient was not possible due to error. |
received | Incoming Invoice has been received |