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

# Payment Link States

> List of states of a Razorpay Payment Link and their significance.

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

A Payment Link starts in the `issued` state and moves through several states in its life cycle.

## Standard Payment Links

After a Standard Payment Link is created, you can track its status on your Dashboard on the Payment Link page. The diagram given below illustrates the life cycle of a Payment Link.

<img src="https://razorpay.com/docs/build/browser/assets/images/payment-links-standard-link-cycle.jpg" class="click-zoom" alt="Standard Payment Link States" width="800" />

The table below lists the various states and their descriptions in the Payment Link life cycle:

| Status         | Description                                                                                                                                                                                                                          | Next Steps                                                                                                                                  |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Created        | Indicates that the Payment Link has been created. Know more about [creating a Payment Link](/docs/sg/payments/payment-links/create#create-a-standard-payment-link).                                                                  | Start accepting payments by sending the Payment Link to the customers.                                                                      |
| Partially Paid | Indicates that the customer has made a partial payment against the Payment Link. Know more about [enabling partial payments for Payment Links.](/docs/sg/payments/payment-links/partial-payments)                                    | Send a reminder to the customer to pay the next instalment. Know more about [sending reminders.](/docs/sg/payments/payment-links/reminders) |
| Paid           | Indicates that the Payment Link has been paid in full.                                                                                                                                                                               | NA                                                                                                                                          |
| Cancelled      | Indicates that you have cancelled the Payment Link. Know more about [cancelling Payment Links.](/docs/sg/payments/payment-links/cancel)                                                                                              | Customers can no longer pay using this Payment Link. Create a new Payment Link to start accepting payments (if required).                   |
| Expired        | Indicates that the Payment Link has expired. You can set the expiry date and time while creating the Payment Link. Know more about [creating a Payment Link.](/docs/sg/payments/payment-links/create#create-a-standard-payment-link) | This link is no longer accessible to the customers. Create a new Payment Link to start accepting payments (If required).                    |

<Note>
  **Handy Tips**

  * You cannot delete a Payment Link. However, you can cancel it. Know more about [cancelling Payment Links](/docs/sg/payments/payment-links/cancel).
  * You can cancel a Payment Link only if it is in the `issued` state. You cannot cancel Payment Links in the `partially_paid` or `paid` state.
</Note>

#### Related Information

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