> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Invoice Status

> Lifecycle states of invoice documents from creation to completion

## 📋 Invoice Lifecycle States

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Value</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>queued</strong>
        </td>

        <td>Invoice is queued for processing</td>
      </tr>

      <tr>
        <td>
          <strong>sent</strong>
        </td>

        <td>Invoice has been sent to the recipient</td>
      </tr>

      <tr>
        <td>
          <strong>signed</strong>
        </td>

        <td>Invoice has been digitally signed</td>
      </tr>

      <tr>
        <td>
          <strong>rejected</strong>
        </td>

        <td>Invoice has been rejected by the recipient</td>
      </tr>

      <tr>
        <td>
          <strong>accepted</strong>
        </td>

        <td>Invoice has been accepted by the recipient</td>
      </tr>

      <tr>
        <td>
          <strong>outstanding</strong>
        </td>

        <td>Invoice is pending payment</td>
      </tr>
    </tbody>
  </table>
</div>
