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

# Invoicing

> Understand invoices from medical experts, including statuses, itemized line items, and PDF downloads.

# Understanding Invoices

As an attorney on ExpertMD, you receive invoices from medical experts for their services. This guide explains how invoices work, what the different statuses mean, and how to access invoice PDFs.

## Viewing your invoices

Navigate to **Invoices** in the left sidebar to see all invoices you have received. You can also view invoices for a specific case from the case detail page's Invoices tab.

<Frame caption="Invoice list with status filters">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/greenfieldwealthllc/images/attorneys/invoice-list.png" alt="Invoice list with status filters" />
</Frame>

## Invoice details

Each invoice includes:

* **Invoice number** -- A unique identifier
* **Doctor** -- The medical expert who created the invoice
* **Case** -- The case the invoice belongs to
* **Date created** -- When the invoice was created
* **Due date** -- When payment is expected
* **Line items** -- Itemized list of services with quantities, rates, and amounts
* **Subtotal** -- Sum of all line items
* **Tax** -- Tax amount if applicable
* **Total** -- The amount you owe

### Itemized line items

ExpertMD invoices use itemized line items, so you see a detailed breakdown of each service:

| Service                | Quantity | Rate     | Amount         |
| ---------------------- | -------- | -------- | -------------- |
| Medical Record Review  | 4 hrs    | \$500/hr | \$2,000.00     |
| Expert Report Drafting | 6 hrs    | \$500/hr | \$3,000.00     |
| Deposition Preparation | 2 hrs    | \$600/hr | \$1,200.00     |
| **Subtotal**           |          |          | **\$6,200.00** |
| Tax (8.25%)            |          |          | \$511.50       |
| **Total**              |          |          | **\$6,711.50** |

<Info>
  Itemized invoices help you track expert witness costs per service type, which is useful for case budgeting and billing your own clients.
</Info>

<Frame caption="Invoice detail view with itemized line items">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/greenfieldwealthllc/images/attorneys/invoice-detail.png" alt="Invoice detail view with itemized line items" />
</Frame>

## Invoice statuses

| Status      | Description                                              |
| ----------- | -------------------------------------------------------- |
| **Sent**    | The invoice has been sent to you and is awaiting payment |
| **Viewed**  | You have opened the invoice                              |
| **Paid**    | Payment has been completed                               |
| **Overdue** | The due date has passed without payment                  |
| **Void**    | The doctor has cancelled the invoice                     |

## PDF downloads

Every invoice has a downloadable PDF. To download:

1. Open the invoice from your Invoices list
2. Click **Download PDF**
3. The PDF opens inline in your browser -- you can save or print it from there

<Frame caption="Invoice PDF displayed inline in the browser">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/greenfieldwealthllc/images/attorneys/invoice-pdf.png" alt="Invoice PDF displayed inline in the browser" />
</Frame>

### PDF from email

When you receive an invoice via email, the email contains a link to view and download the PDF. The PDF opens directly in your browser.

<Warning>
  PDF download links from emails are valid for **90 days**. After 90 days, you can still download the PDF by logging in to ExpertMD and accessing the invoice directly.
</Warning>

## Next steps

<CardGroup cols={2}>
  <Card title="Payment" icon="credit-card" href="/attorneys/payment">
    Learn how to pay invoices
  </Card>

  <Card title="Case Management" icon="folder-open" href="/attorneys/case-management">
    Manage your cases and documents
  </Card>
</CardGroup>
