> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/orders/payment-gateways/payumoney-setup.md).

# PayUmoney Setup

Get access to a large consumer base by providing multiple payments options to them to choose from. PayU Money enables you to accept all Credit Cards (Mastercard/VISA), All Debit Cards (including Maestro) and NetBanking.

To set up PayUmoney as a payment gateway for your store:

1. Login to your Freewebstore Control Panel.
2. Go to **Orders > Payment Gateways** and click **Setup** next to the PayUmoney logo.
3. To use PayUmoney as a payment gateway you must first have an account with them first. To create an account, go to [www.payumoney.com](https://www.payumoney.com/).
4. Once you have an account, in your Control Panel, in the PayUmoney setup page, you will need to enter your **Merchant ID, Merchant Key** and **Salt** to the relevant fields.
5. In your PayUmoney account, go to your **Seller Dashboard** and go to Settings > My Account > Webhooks section and set up a Webhook Events for a **Successful Payment** and **Failure Payment** with the following Webhook URL for both:

   "**<https://catch.freewebstore.org/catchpayumoney.aspx>**"
6. Once you have set your webhooks up, go back to the PayUmoney section of your control panel and set your **PayUMoney Status** to **Active.**

{% hint style="danger" %}
If you do not set up your webhooks correctly, or forget to add them altogether, your orders will not appear in your Control Panel.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.freewebstore.com/orders/payment-gateways/payumoney-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
