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

# Razorpay

Let's connect Razorpay to Gallabox from your Gallabox Dashboard following the below steps.

## Razorpay Integration

1\. Go to **Integrations** in the left navigation on your Gallabox account and Select **Razorpay** Integration from the available applications.

<figure><img src="/files/QnC7ostIcvpFgX3JlE3s" alt=""><figcaption></figcaption></figure>

2\. Click on **Connect** and assign the name to this integration and click on **Submit.** It will ask you to Authorize Gallabox.

<figure><img src="/files/8gWF42rNBBwKrIBcpQme" alt=""><figcaption></figcaption></figure>

Login to your **Razorpay Account** before Authorizing Gallabox.

If you don't have a Razorpay Account, click on the below link to create an account with Razorpay.

{% embed url="<https://razorpay.com/docs/payments/easy-create-account>" %}

3. Click on **Authorize**

<figure><img src="/files/AUbrxT83I3FIXQwHpF71" alt=""><figcaption></figcaption></figure>

4. Once you Authorize Gallabox, you will be redirected to the Razorpay Integration page in your Gallabox Account. Select the **Channel** under Configuration and click on Update Configuration.

<figure><img src="/files/FjqP6wcLTB2QoqmZCM0C" alt=""><figcaption></figcaption></figure>

***You have successfully connected your Razorpay account with Gallabox.*** After Integrating Razorpay with Gallabox, you have to create Workflows in order to send the automated messages.

## Remove Razorpay Integration

If you want to delete the Razorpay Integration due to some reasons, follow the 2 step process listed below.

1. Go to **Integration** on your Gallabox dashboard. Click on the **Integrated Razorpay Application.**

<figure><img src="/files/ueuimNHgU6kGQIGrqnkm" alt=""><figcaption></figcaption></figure>

2. Click on the 3 dots besides Connected and you will find a delete option. When you click on Delete, the integration will be deleted and cannot be recovered.

<figure><img src="/files/Z2SyxxciLD3vGpa1IBWe" alt=""><figcaption></figcaption></figure>

***Congratulations! You have successfully deleted the integration.***


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gallabox.com/integration/payment-gateways/razorpay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
