> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Resend an Invoice

> Resend Invoices as a payment reminder or if the customer has not received the link.

You can resend an invoice as a payment reminder or just in case the customer has not received the link.

## Resend an Invoice Using Dashboard

To resend an Invoice:

1. Log in to the Dashboard. Click on **Invoices**.
2. Search for the **Draft** invoice that you want to resend using the [search criteria](/docs/payments/invoices/search).
3. Select the **Invoice Id**.
4. An invoice in `issued` status cannot be updated. However, you can change the **EXPIRY DATE**, **CUSTOMER NOTES** and **TERMS AND CONDITIONS**.
5. On the right-hand side panel, click **Resend Invoice**.

The invoice details along with the **Payment Link** is resent to the customer using which the customer can pay.

## Resend an Invoice Using API

You can resend `issued` invoices using [this](/docs/api/payments/invoices#send-notifications/) API.

### Related Information

* [Invoices](/docs/payments/invoices)
* [How Invoices Work](/docs/payments/invoices/how-it-works)
* [Invoices States](/docs/payments/invoices/states)
* [Create an Invoice](/docs/payments/invoices/create)
* [Search an Invoice](/docs/payments/invoices/search)
* [Update an Invoice](/docs/payments/invoices/update)
* [Duplicate an Invoice](/docs/payments/invoices/duplicate)
* [Delete an Invoice](/docs/payments/invoices/delete)
* [Cancel an Invoice](/docs/payments/invoices/cancel)
* [Download and Print an Invoice](/docs/payments/invoices/download-print)
* [Invoice APIs](/docs/payments/invoices/apis)
