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

> Create, update, delete, cancel, fetch and send Payment Links using Razorpay APIs.

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

[Payment Links](/docs/payments/payment-links) are URLs that you can send to your customers through SMS and email to collect payments from them. Customers can click on the URL, which opens the payment request page, and complete the payment using any of the available payment methods. You can create, fetch, edit or cancel Payment Links using APIs or from the [Dashboard](/docs/payments/refunds#dashboard-actions).

<br />

Fork the Razorpay Postman Public Workspace and try the Payment Links APIs using your [Test API Keys](/docs/api/authentication#generate-api-keys).

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-a731e460-9f2d-4fa8-b149-3fc7df7983f5?ctx=documentation" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Create a Standard Payment Link" href="/docs/api/payments/payment-links/create-standard">
    `POST` `/v1/payment_links`

    Creates a Standard Payment Link.
  </Card>

  <Card title="Create a UPI Payment Link" href="/docs/api/payments/payment-links/create-upi">
    `POST` `/v1/payment_links`

    Creates a UPI Payment Link.
  </Card>

  <Card title="Fetch All Standard Payment Links" href="/docs/api/payments/payment-links/fetch-all-standard">
    `GET` `/v1/payment_links`

    Retrieves data of all Standard Payment Links.
  </Card>

  <Card title="Fetch All UPI Payment Links" href="/docs/api/payments/payment-links/fetch-all-upi">
    `GET` `/v1/payment_links`

    Retrieves data of all UPI Payment Links.
  </Card>

  <Card title="Fetch a Standard Payment Link With ID" href="/docs/api/payments/payment-links/fetch-id-standard">
    `GET` `/v1/payment_links/:id`

    Retrieves data of a Standard Payment Link with id.
  </Card>

  <Card title="Fetch a UPI Payment Link With ID" href="/docs/api/payments/payment-links/fetch-id-upi">
    `GET` `/v1/payment_links/:id`

    Retrieves data of a UPI Payment Link with id.
  </Card>

  <Card title="Send or Resend Notifications" href="/docs/api/payments/payment-links/resend">
    `POST` `/v1/payment_links/:id/notify_by/:medium`

    Sends notifications to your customers.
  </Card>

  <Card title="Update a Standard Payment Link" href="/docs/api/payments/payment-links/update-standard">
    `PATCH` `/v1/payment_links/:id`

    Updates the details of a Standard Payment Link.
  </Card>

  <Card title="Update a UPI Payment Link" href="/docs/api/payments/payment-links/update-upi">
    `PATCH` `/v1/payment_links/:id`

    Updates the details of a UPI Payment Link.
  </Card>

  <Card title="Cancel a Standard Payment Link" href="/docs/api/payments/payment-links/cancel-standard">
    `POST` `/v1/payment_links/:id/cancel`

    Cancels a Standard Payment Link.
  </Card>

  <Card title="Cancel a UPI Payment Link" href="/docs/api/payments/payment-links/cancel-upi">
    `POST` `/v1/payment_links/:id/cancel`

    Cancels a UPI Payment Link.
  </Card>

  <Card title="Implement Thematic Changes on Checkout" href="/docs/api/payments/payment-links/checkout-theme">
    `POST` `/v1/payment_links`

    Makes thematic chages to your Payment Links.
  </Card>

  <Card title="Changes Business Name" href="/docs/api/payments/payment-links/change-business-name">
    `POST` `/v1/payment_links`

    Changes your Business name.
  </Card>

  <Card title="Customise Payment Methods (Example 1)" href="/docs/api/payments/payment-links/customise-payment-methods">
    `POST` `/v1/payment_links`

    Customises Payment Methods with the Options and Method Parameters.
  </Card>

  <Card title="Customise Payment Methods (Example 2)" href="/docs/api/payments/payment-links/customise-options-config">
    `POST` `/v1/payment_links`

    Customises Payment Methods with the Options and Config Parameters.
  </Card>

  <Card title="Rename Labels in the Checkout Section" href="/docs/api/payments/payment-links/rename-checkout-labels">
    `POST` `/v1/payment_links`

    Renames Labels in the Checkout Section.
  </Card>

  <Card title="Rename Labels in Payment Details Section" href="/docs/api/payments/payment-links/rename-payment-details-labels">
    `POST` `/v1/payment_links`

    Renames Labels in the Payment details section.
  </Card>

  <Card title="Offers on Payment Links" href="/docs/api/payments/payment-links/offers">
    `POST` `/v1/payment_links`

    Helps you provide discount and cashback offers on Payment Links
  </Card>

  <Card title="Manage Reminders for Payment Links" href="/docs/api/payments/payment-links/reminders">
    `POST` `/v1/payment_links`

    Helps you manage reminders on Payment Links.
  </Card>

  <Card title="Transfer Payments Received Using Payment Links" href="/docs/api/payments/payment-links/transfer-payments">
    `POST` `/v1/payment_links`

    Helps you transfer payments received using Payment Links.
  </Card>

  <Card title="Perform Third-Party Validation Using Payment Links" href="/docs/api/payments/payment-links/third-party-validation">
    `POST` `/v1/payment_links`

    Helps you perform Third-Party Validation using Payment Links.
  </Card>
</CardGroup>

## Related Guides

* [About Payment Links](/docs/payments/payment-links)
* [Set Up Webhooks](/docs/webhooks/setup-edit-payments)
* [Webhook Payloads](/docs/webhooks/payment-links)
