> ## 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.

# Edit a Payment Link

> Know how to edit Payment Links.

You can edit Payment Links issued to customers. Given below are the different operations that you can perform based on the state of the Payment Link:

| Action                          | Issued | Partially Paid | Paid | Cancelled | Expired |
| ------------------------------- | ------ | -------------- | ---- | --------- | ------- |
| Enable/disable Partial Payments | ✓      | x              | x    | x         | x       |
| Add/edit Reference ID           | ✓      | x              | x    | x         | x       |
| Add/edit Expiry Date            | ✓      | x              | x    | x         | x       |
| Add/edit Notes                  | ✓      | ✓              | ✓    | ✓         | ✓       |
| Disable Reminders               | ✓      | x              | x    | x         | x       |

## Edit a Payment Link From Dashboard

To edit a Payment Link:

1. Log in to the Dashboard.
2. Navigate to **Payment Links**.
3. Click the **Payment Link** you want to edit. The details of the **Payment Link** appear on the right panel.
4. Add/edit the fields you want.

### Disable Reminders by Editing Payment Link

To disable reminders by editing Payment Link:

1. Log in to Dashboard and navigate to **Payment Links**.
2. Click a **Payment Link ID** to view its details in the side panel appears.
3. Enable or disable **Send auto reminders** for the Payment Link.

## Edit a Payment Link Using API

You can edit a Payment Link using the [Update a Standard Payment Link API](/docs/api/payments/payment-links/update-standard).

#### Related Information

<ul>
  <li><a href="/docs/payments/payment-links/create" target="_blank">Create a Payment Link</a></li>
  <li><a href="/docs/payments/payment-links/faqs" target="_blank">FAQs</a></li>
  <li><a href="/docs/payments/payment-links/apis" target="_blank">Payment Links APIs</a></li>
</ul>
