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

# Customise Payment Links

> Customise the Payment Links payment request page using Razorpay APIs. Make changes to the payment details and checkout sections.

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

  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.

### Checkout Section

You can customise the following fields in the checkout section:

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

#### Related Information

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