> 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/cashfree.md).

# Cashfree

Integrate Cashfree with Gallabox to streamline payments and transactions. Follow this guide to set up the integration and automate tasks and reduce errors by linking these services.

### Connect the platforms.

1. In Gallabox, navigate to "Integration" and select the "Cashfree" app from the available integration options.

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

2. Click on "Connect" to generate a Webhook URL . Provide the name for the Integration and click on "Submit".

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

3. Navigate to your Cashfree portal. In the left-hand menu, select "Developers." Then, click on "Webhooks."

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

4. Click "Add Webhook Endpoint". Copy the Webhook URL generated in Gallabox (Step 3) and paste it under the endpoint URL. Then, choose the webhook version.

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

### Test the Webhook Endpoint

5. Next, test the Webhook Endpoint by clicking on "Test." Once you receive a response, click "Next."

<figure><img src="/files/2zkAwT7sd1jLdZvHiiBb" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
If you are getting an error - Merchant Key is not Present for id \*\*\*\*\*\*\*\*, create an API Key in Cashfree.

Developers > API Keys > Generate API Key.
{% endhint %}

6. Select all events for the Endpoint URL and click on "Add Webhook".

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

### Configure the settings

7. Choose your preferred channel from the drop-down menu and click "Update Configurations".

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

By following these steps, you have successfully integrated Cashfree with Gallabox, allowing for seamless transaction processing and enhanced customer interaction.

### Remove Cashfree Integration

If you want to delete the current Cashfree Integration due to some reasons, follow the below GIF.

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


---

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