--- title: Manage invoices subtitle: Learn how to manage your invoices in the Dashboard. route: /invoicing/dashboard/manage-invoices --- # Manage invoices Learn how to manage your invoices in the Dashboard. Invoices move through a series of statuses as they’re created and processed. You can track the status of an *invoice* on the [Invoices page](https://dashboard.stripe.com/invoices), and view its details by clicking into it. Invoices that are `open` might display a different badge, such as `Past due` or `Retrying`. For some invoices, you can hover over the badge to see an explanatory tooltip. If an open non-subscription invoice is waiting for a payment that’s initiated but still pending, it shows the `Pending` badge in the list of invoices. However, its details page shows the `Open` badge. ## Filter and export invoices On the Invoices page, you can filter your invoices by using the tabs or chips. You can also configure the information displayed on the page by clicking **Edit columns**, or analyze your invoices in aggregate by using [Sigma](https://docs.stripe.com/stripe-data/access-data-in-dashboard.md). You can export all of your invoices or a subset of them as a CSV file by clicking **Export** on the Invoices page. You can also [export invoice-related tax data](https://docs.stripe.com/billing/taxes/tax-rates.md#data-exports). ## Additional invoice actions You see a **Download PDF** button when you hover over the overflow menu (⋯). Depending on the invoice status, clicking the button downloads either a PDF of the invoice or a receipt. If the customer paid the invoice, Stripe generates a PDF of the receipt. For all other statuses, Stripe generates a PDF of the invoice. The overflow menu also provides additional actions, which allow you to duplicate an invoice, delete a draft, or view the customer details associated with an invoice. If you need the original invoice for a paid invoice, click through to the [Invoice details page](#invoice-details-page). ## View invoice details When you click an invoice on the Invoices page, its details page opens. If the invoice is in `draft` status and isn’t associated with a subscription, the edit invoice form opens automatically. You can perform various actions on the details page, such as editing, adding a note, resending, or downloading a receipt. The available actions depend on the status of the invoice. After Stripe finalizes an invoice, you can’t change its due date. If you need to change the due date, you must [void](https://docs.stripe.com/invoicing/overview.md#void) the original invoice and send a new one. ## See Also - [Use the Dashboard](https://docs.stripe.com/invoicing/dashboard.md) - [Hosted Invoice Page](https://docs.stripe.com/invoicing/hosted-invoice-page.md)