# Odoo

## General Information

In this article, you will learn how to connect the open-source business software Odoo with Payrexx to accept payments in your online shop.

### Links

* Odoo [Website](https://www.odoo.com/)
* [Plugin](https://apps.odoo.com/apps/modules/18.0/payment_payrexx) Download

{% hint style="info" %}
Please note that integration with Odoo is only available in the Standard and Premium plans. [For more information](https://payrexx.com/en/prices)
{% endhint %}

## Integration

Follow the steps in the guide below to integrate Payrexx into Odoo.

### Plugin installation

* Download the latest version of the [plugin](https://apps.odoo.com/apps/modules/18.0/payment_payrexx).
* Install the plugin following the provided [instructions](https://apps.odoo.com/apps/modules/18.0/payment_payrexx#pills-config).

### Configuration of Payrexx

{% hint style="info" %}
Make sure you're [logged in](https://login.payrexx.com/) to your Payrexx account before you begin. If you don’t have a Payrexx account yet, you can [register](https://signup.payrexx.com/) now.
{% endhint %}

* In the main menu of your Payrexx account, navigate to **API & Plugins**.
* Under "Add E-Commerce Integration", search for the Odoo plugin.
* Click the "Add" button:

<div align="left"><figure><img src="/files/RL0rSGfTGeFTxdhT4E8L" alt=""><figcaption><p>Starting the Odoo integration</p></figcaption></figure></div>

* In the following window, complete the steps outlined below:

<div align="left"><figure><img src="/files/p8yKMe8xyGKCa0OvgE0O" alt=""><figcaption><p>Odoo plugin settings in Payrexx</p></figcaption></figure></div>

1. **API Key:** Copy the value from the "API Key" field into a text file, as you will need this information later.
2. **Instance Name:** Copy the value from the "Instance Name" field into a text file, as you will need this information later.
3. **Shop address:** Enter the URL of your webshop, for example: <https://demo-shop.com/shop>.

{% hint style="warning" %}
Please ensure that the shop URL is entered correctly. Any discrepancies (e.g. using http\:// instead of https\://) may cause errors when processing webhooks.
{% endhint %}

4. **Finalize:** Click the green "Activate" button to save the settings.

### Configuration of Odoo

* Log in to your Odoo account.
* Navigate to **Invoicing > Payment Acquirers > Payrexx Payment**.
* Ensure the connection between Payrexx and Odoo by completing the following steps:

<div align="left"><figure><img src="/files/w65aBEEmRvkVy4fcUN3B" alt=""><figcaption><p>Establishing the connection between Payrexx and Odoo</p></figcaption></figure></div>

1. Enable the integration by selecting the "Enabled" radio button.
2. Paste the previously copied value for "Instance Name" into the corresponding field.
3. Paste the previously copied value for "API Key" into the respective field.

{% hint style="success" %}
Payrexx is now successfully integrated with Odoo.
{% 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.payrexx.com/merchant/english/integration/e-commerce/odoo.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.
