# Payment

**Payment node** is used to accept payment from the users

![](/files/-MCpT4VnGQS42Aba4a46)

The payment gateway is secured by **Razorpay** and the end user can pay through **Card, Netbanking, Mobile Wallet and UPI transfer**

![The end user will be shown this window on proceeding with Payment](/files/-MCpUElNMHXZZ1EBmBmp)

### **Fields**

* **Text Message** - The message that is to be shown to the end user.
* **Razorpay Key** (required) - Enter the Razorpay Key associated with your companies Razorpay account. You can generate the key by logging in to your razorpay account
* **Product Amount** (required) - The amount to be charged for the product selected by the user. Default currency is INR and the amount figure has to be in Paise (If amount to be charged is 10 INR then figure entered should be 1000).
* **Merchant Name** - Enter the name of your company
* **Product Description** - A brief description of the product selected by the user.
* **Pay Button Text** - The text that is shown on the Pay Button (In the above image the text is 'Pay Now').

Different chat flow can be made depending on the **success** or **failure** of the payment just like in a Quick reply (with branches) node.


---

# Agent Instructions: 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://docs.intelliticks.com/ai-builder/nodes/collect-user-data/payment.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.
