> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.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.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

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

Watch this video to see how to edit a Payment Link.<br />

<iframe width="560" height="315" src="https://www.youtube.com/embed/rMeOZFe72_I" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

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.

<img src="https://razorpay.com/docs/build/browser/assets/images/payment-links-reminders-disable-reminder-pl-edit.jpg" width="300" />

## Edit a Payment Link Using API

You can edit a Payment Link using:

* [Update a Standard Payment Link API](/docs/api/payments/payment-links/update-standard)
* [Update a UPI Payment Link API](/docs/api/payments/payment-links/update-upi)

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