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

# Enable Partial Payments

> You can configure the Standard Payment Links to receive partial payments from your customer for a particular order.

## When to Use Partial Payments

The **Partial Payment** feature comes in handy while dealing with large transactions, where the customer finds paying the total amount in parts more convenient than paying the entire amount upfront.

<Info>
  **Handy Tips**

  This feature is not available for UPI Payment Links.

  #### Example

  A tourism company, Acme Corp. offers expensive travel packages. As per the company's payment terms, a fixed booking amount should be collected from the customer before making any tour reservations.

  With the **Partial Payments** feature, Acme Corp. issues a Payment Link using which the customer pays the booking amount for an order. The customer can make multiple payments for the remaining balance amount for the same order using the same Payment Link.
</Info>

## How Partial Payments Work

Here is how Partial Payments work:

<Steps>
  <Step title="Step 1">
    You create a Payment Link of .
  </Step>

  <Step title="Step 2">
    The customer chooses to pay an amount of  out of the due amount mentioned in the Payment Link.
  </Step>

  <Step title="Step 3">
    Since the customer pays less than the due amount, the Payment Link would show `partially_paid` status until the amount due is zero or until the link gets `expired` or `canceled`.
  </Step>

  <Step title="Step 4">
    After the full amount has been paid, the status of the Payment Link changes to `paid`.
  </Step>
</Steps>

Just like any other payment, each partial payment would have a unique `payment_id`, but will be tied to the same `order_id`, thereby allowing customers to easily make multiple payments for the same order using the same **Payment Link**. This makes it easier to track the status of a particular order. Know more about [Payment Links States](/payments/payment-links/states).

## Enable Partial Payments From Dashboard

You can enable partial payments while creating the Payment Link. You can also edit an issued Payment Link to allow partial payments.

Watch this video to see how to enable partial payments while creating the Payment Links.

To enable partial payments during Payment Link creation:

1. Log in to the Dashboard.
2. Navigate to **Payment Links**.
3. Click **+ Create Payment Link**.
4. Enter the necessary details such as **Amount** and **Payment For**.
5. Select the **Enable Partial Payments** option.
6. Click **Create Payment Link**.

To enable partial payments after Payment Link is issued:

1. Log in to the Dashboard.
2. Navigate to **Payment Links**.
3. Click on the Payment Link for which you want to enable/disable partial payments.
4. Select the **Enable Partial Payment** option.

### Enable Partial Payments Using API

Use the **`accept_partial`** parameter to enable partial payments for Payment Links using the [Create a Standard Payment Link API](/api/payments/payment-links/create-standard).

#### Related Information

* [How Payment Links Work](/payments/payment-links/how-it-works)

* [Payment Links States](/payments/payment-links/states)

* [Create a Payment Link](/payments/payment-links/create)

* [FAQs](/payments/payment-links/faqs)

* [Payment Links APIs](/payments/payment-links/apis)
