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

# Manage Payment Pages

> Edit content, change settings or deactivate your Payment Page.

<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 perform the following Payment Page actions:

<AccordionGroup>
  <Accordion title="Modify Payment Page Content">
    To modify the Payment Page content:

    1. Navigate to **Payment Pages** on the Dashboard.

    2. In the list of pages that appear, click on the link of the page that you want to modify.

    3. In the top right corner of the page, click the **Edit Page** button.

    4. The page appears in edit mode. You can now edit any of the fields to update the details, including the price fields.
  </Accordion>
</AccordionGroup>

<AccordionGroup>
  <Accordion title="Update Stock">
    1. Navigate to **Payment Pages** on the Dashboard and select **Payment Pages**.

    2. In the list of **Payment Pages** that appears, select the page you wish to modify.

    3. In the top right corner, the different price fields are displayed. Click **Update Stock** against the relevant price item.

    4. You can either make the stock quantity unlimited, using **No Limit** or enter an amount in the box given below.

    5. Click **Save**.
  </Accordion>
</AccordionGroup>

<AccordionGroup>
  <Accordion title="Modify Settings">
    To modify Payment Page settings:

    1. Navigate to **Payment Pages** on the Dashboard and select **Payment Pages**.
    2. Click on the page id. This opens the page details panel where you can perform the following actions:

    | Action                        | Effect                                                                                                                                                                      |
    | ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | **Edit** the page             | Editing reopens the editor with saved details. You can make changes to the page content.                                                                                    |
    | **Deactivate** the page       | Deactivating a page makes it inaccessible to your customers.                                                                                                                |
    | Configure **Expires on**      | This option enables you to set the page's expiry date and time using the date and time picker. You can also select the **No Expiry** checkbox to run the page indefinitely. |
    | **Add New** notes on the page | You can add up to 5 custom notes on the Payment Page.                                                                                                                       |

    <Info>
      **Best Practices**

      * To avoid confusion, ensure that no two pages have the same **Title**.
      * You can edit an expired or inactive Payment Page and republish it with new changes. This helps avoid page duplication and allows you to query the system efficiently.
    </Info>
  </Accordion>
</AccordionGroup>

<AccordionGroup>
  <Accordion title="Deactivate Payment Page">
    A Payment Page can have two states, active and inactive.

    | Status     | Description                                                                                                                                     |
    | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
    | `active`   | The Page is published and live.                                                                                                                 |
    | `inactive` | The Page goes inactive due to one of the following actions:<ul><li>Manual deactivation</li><li>Page expiry</li><li>Items out-of-stock</li></ul> |

    You can make an existing page inactive if you no longer wish to accept payments using it.

    <AccordionGroup>
      <Accordion title="Manual Deactivation">
        To deactivate manually:

        1. Log in to Dashboard and navigate to **Payment Pages**.
        2. Select **Payment Pages**.
        3. Select the page you wish to deactivate.
        4. In the page details screen, go to **Page Status** field and click **Deactivate**.
        5. In the dialogue box that appears, confirm the action by clicking the **Yes, deactivate** button.
      </Accordion>

      <Accordion title="Deactivation Using Expiry Date">
        You can also automate page deactivation by setting an expiry date for the page. You can set expiry date:

        <Tabs>
          <Tab title="At the Time of Creation">
            Know how to [set the page's expiry date](/docs/us/payments/webstore/create#step-3-configure-page-settings) at the time of creation.
          </Tab>

          <Tab title="After Creation">
            To set the expiry mode of a page from the list of **Payment Pages**:

            1. Navigate to **Dashboard** → **Payment Pages**.
            2. Select **Payment Pages**.
            3. In the list of **Payment Pages** that appears, Select the page you wish to set expiry for.
            4. In the page details screen, go to **Expires On** field and click **Change**.
            5. The field now shows a **No Expiry** checkbox selected. Unselect the box for the calendar to appear.
            6. In the calendar, set the date and time of expiry and click **Save**.
          </Tab>
        </Tabs>
      </Accordion>
    </AccordionGroup>

    <Info>
      **Handy Tips**

      The expiry time must be at least 15 minutes after the current time.
    </Info>
  </Accordion>
</AccordionGroup>

### Related Information

* [Create a Payment Page](/docs/us/payments/payment-pages/create)
* [Search for Payment Pages](/docs/us/payments/payment-pages/search)
* [Configure Payment Pages Receipt](/docs/us/payments/payment-pages/receipt)
* [Configure Goal Tracker](/docs/us/payments/payment-pages/goal-tracker)
* [Subscribe to Webhooks](/docs/us/payments/payment-pages/subscribe-to-webhooks)
