> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Customise Payment Links

> You can send standard Payment Links to customers via email and SMS. When customers click on the link, they are redirected to a page hosted by us where they can complete the payment.

The payment request page consists of two sections:

* **Payment Details**: Displays details about the payment description, expiry date, payable amount and in case of partial payments, partial amount paid and due.
* **Checkout**: Displays the **Phone** and **Email** fields and list the various payment methods available.

You can customise this hosted page as per your brand and business requirements. For example, you may display only specific payment methods, change the color of Checkout, and so on.

<Info>
  **Handy Tips**

  * This feature is not available for UPI Payment Links.
  * You can only customise the payment request page using API. It is not possible to do this from the Dashboard.
</Info>

## Customise Payment Links Using API

You can customise the payment request page to suit your business requirements. You can do this by passing the customisation parameters in the Create Payment Links API request.

Shown below is an example of a **customised payment request page**. You can customise the field labels in the **Payment Details** section and modify the look-and-feel of the **Checkout** in the payment request page to meet your brand and business requirements.

As you can see, the labels in the Payment Details section have been renamed, while the Checkout displays only two payment methods instead of the default four.

### Checkout Section

You can customise the following fields in the checkout section:

* [Implement thematic changes in Payment Links checkout section](/api/payments/payment-links/checkout-theme)
* [Change business name](/api/payments/payment-links/change-business-name)
* [Customise payment methods - options and method parameters](/api/payments/payment-links/customise-payment-methods)
* [Customise payment methods - options and config parameters](/api/payments/payment-links/customise-options-config)

#### Related Information

* [Payment Links APIs](/api/payments/payment-links)
* [FAQs](/payments/payment-links/faqs)
