# Cloudrexx

## General

Cloudrexx is a proprietary Content Management System that offers designs and modules for content management, e-commerce, event management, as well as tools for SEO and social media integration.

### Links

* Cloudrexx [Website](https://www.cloudrexx.com/)
* Cloudrexx [Login](https://my.cloudrexx.com/)

## Integration Using Plugin

Use the following instructions to integrate Payrexx into Cloudrexx using a plugin.

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

### 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**.
* Click on "Add" next to Cloudrexx:

<div align="left"><figure><img src="/files/nxkKtfV5SxQURn0C0oKG" alt=""><figcaption><p>Starting the integration in Cloudrexx via the plugin</p></figcaption></figure></div>

* Configure the integration as described below:

<div align="left"><figure><img src="/files/WrV60mjN3K4anHrbhInO" alt=""><figcaption><p>Settings for integrating Payrexx into Cloudrexx</p></figcaption></figure></div>

1. **API Key:** Copy the API key displayed in this field, navigate to your Cloudrexx account to **Shop > Settings > Payment Methods**, click on "Edit" for Payrexx, and paste the API key into the "API Secret" field.
2. **Instance name:** Copy the instance name displayed in this field, navigate to your Cloudrexx account to **Shop > Settings > Payment Methods**, click on "Edit" for Payrexx, and paste the instance name into the "Instance" field.
3. **Shop address:** Enter the URL of your shop. If the shop is located in a subdirectory, link to it accordingly. For example, it could be <https://demo-shop.ch/> or <https://demo-shop.ch/shop>.
4. **Webhooks:** Define whether a failed webhook should be retried or not. If the checkbox is selected, the webhook will be retried up to 10 times. The retry intervals are 5 minutes, 15 minutes, 1 hour, 2 hours, 4 hours, and then every 24 hours.
5. **Activate:** Click on "Activate" after completing steps 1 to 4.

{% hint style="success" %}
Payrexx is successfully integrated into Cloudrexx.
{% endhint %}

## Integration Using Webhook

If you wish to manually integrate Payrexx into Cloudrexx via a webhook, follow the steps outlined below.

### Configuration of Payrexx

{% hint style="info" %}
Make sure you are [logged in](https://login.payrexx.com/en) to Payrexx to get started. If you don’t have a Payrexx account yet, you can [register](https://signup.payrexx.com/en/email-validation/) now.
{% endhint %}

In the main menu of your Payrexx account, navigate to **Webhooks** and click on "Add webhook":

<div align="left"><figure><img src="/files/5zohHPXZ7mfnJKEPXbGe" alt="" width="563"><figcaption><p>Adding a new webhook in Payrexx</p></figcaption></figure></div>

Configure the webhook by making the following settings:

<div align="left"><figure><img src="/files/OrUtXeowuV9ZqFxyEtqL" alt="" width="563"><figcaption><p>Configuring the webhook in Payrexx</p></figcaption></figure></div>

1. **Name:** Enter any name, for example, "Integration Cloudrexx". This field is optional.
2. **Webhook URL:** Enter the URL of your Cloudrexx website in the following format: <https://www.example.com/en/index.php?section=Shop\\&cmd=success\\&handler=payrexx\\&result=-1>
3. **Add:** Click the green button to save your settings.

{% hint style="success" %}
The remaining settings do not need to be changed and can be left as shown in the screenshot above.
{% endhint %}

### Configuration of Cloudrexx

{% hint style="info" %}
[Log in](https://my.cloudrexx.com/) to your Cloudrexx account to begin the integration.
{% endhint %}

In the main menu of your Cloudrexx account, navigate to **Shop > Settings > Payment Methods**:

<div align="left"><figure><img src="/files/bcgRE2GGf6Btqw172QHe" alt=""><figcaption><p>Adding payment methods in Cloudrexx</p></figcaption></figure></div>

Enable the two checkboxes for the payment provider "Payrexx" under "Details" and "Active":

<div align="left"><figure><img src="/files/8PxETBi9hv56E8nNvtug" alt=""><figcaption><p>Activating the Payrexx payment provider</p></figcaption></figure></div>

Set up the Payrexx payment provider by making the following settings:

<div align="left"><figure><img src="/files/n3M065OiSfn9HasTkXW6" alt=""><figcaption><p>Configuring the Payrexx payment provider</p></figcaption></figure></div>

1. **Instance:** Enter the name of your Payrexx [instance](/merchant/english/account/dashboard.md).
2. **Domain:** Enter the name of your Payrexx domain. Alternatively, you can enter payrexx.com or leave the field blank.
3. **API Secret:** Enter the API key, which you can find in the Payrexx backend under **API & Plugins**.

Then click "Save" to complete the configuration.

{% hint style="success" %}
Payrexx has been successfully integrated into Cloudrexx.
{% 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/content-management-system-cms/cloudrexx.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.
