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

# Payment Links

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

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

<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="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 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="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="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="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>
</CardGroup>

## Related Guides

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