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

# Resend a Payment Link

> Resend a Payment Link via email and SMS to a customer.

<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 resend Payment Links in the **Issued** state to your customer.

## Resend Payment Links From Dashboard

Watch this video to see how to resend Payment Links to your customers.<br />

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

To resend a Payment Link:

1. Log in to the Dashboard.
2. Navigate to **Payment Links**.
3. Select the Payment Link which you wish to resend. The details appear on the right-side pane.
4. Click the resend icon.

<img src="https://razorpay.com/docs/build/browser/assets/images/payment-links-resend-icon.jpg" alt="resend icon" width="400" />

1. Select the modes (Email or SMS or both) in which you want to resend the Payment Link.

<img src="https://razorpay.com/docs/build/browser/assets/images/payment-links-resend-mode.jpg" alt="resend mode" width="300" />

1. Click **Send Link**.

## Resend Payment Links Using API

You can resend a Payment Link in `issued` state using [this](/docs/api/payments/payment-links/resend) API.

#### Related Information

* [Payment Links States](/docs/payments/payment-links/states)
* [Create a Payment Link](/docs/payments/payment-links/create)
* [FAQs](/docs/payments/payment-links/faqs)
* [Subscribe to Webhooks](/docs/payments/payment-links/subscribe-to-webhooks)
