# 5. How to request payment ?

Steps: This is to request a Payment from the Customers when it is in Open Chat.

1. Click on Payment Icon inside the Chat
2. Enter the Amount you want to request and write Description ( If needed )&#x20;
3. Then, Click on Send button.

{% hint style="info" %}
To request the payment you need to Integrate with **RazorPay**, Which is available in **APP Integration**
{% endhint %}

{% hint style="info" %}
Kindly refer the short Video for better understanding
{% endhint %}


---

# 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.whatstool.business/chats/q-and-a-best-practices/5.-how-to-request-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.
