# Paymattic

## General Information

Paymattic is a WordPress plugin that allows users to manage payments, donations, and subscriptions without any coding skills. By integrating payment solutions such as Payrexx, you can receive payments directly from your customers.

### Links

* Paymattic [Website](https://paymattic.com/)
* Paymattic [Documentation](https://paymattic.com/docs/how-to-integrate-payrexx-in-wordpress-with-paymattic/)

## Setup

Follow the steps below to integrate Payrexx into Paymattic.

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

### Installing the plugin

* Log in to your WordPress account.
* Install the Paymattic plugin as described in the following instructions:

<div align="left"><figure><img src="/files/155A0UnTUtcgbmx9lReb" alt=""><figcaption><p>Start plugin installation</p></figcaption></figure></div>

1. Navigate to **Plugins > Add Plugin**.
2. Search for "Paymattic".
3. Click "Install Now".

Then click the blue "Activate" button:

<div align="left"><figure><img src="/files/WXE9idXo91MDkjlgC8qw" alt="" width="563"><figcaption><p>Activating the Paymattic plugin</p></figcaption></figure></div>

### Configuring the plugin

{% hint style="info" %}
Please note that the Pro version of Paymattic is required to integrate Payrexx.
{% endhint %}

Configure the plugin by following these steps:

1. In the WordPress main menu, click on **Paymattic Pro**.
2. In the submenu, click on **Payment Gateway**.
3. Then select **Payrexx** from the menu.

<div align="left"><figure><img src="/files/Cbohxj1UQZOjZJS1JcV5" alt=""><figcaption><p>Configuring the Paymattic plugin</p></figcaption></figure></div>

* Decide how the checkout process should appear. You have the following options:
  * **Modal Checkout Style:** The user remains on the page and the payment form opens as a pop-up
  * **Hosted on payrexx.com:** The user is redirected to the Payrexx checkout page

<div align="left"><figure><img src="/files/ns19hHNe0wPDfj4PU2dz" alt="" width="527"><figcaption><p>Choosing a checkout style</p></figcaption></figure></div>

### 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, please [register](https://signup.payrexx.com/).
{% endhint %}

* In the merchant dashboard of your Payrexx account, navigate to **API & Plugins**.
* Click on "Add API Key":

<div align="left"><figure><img src="/files/J1XkzD2x6hShUc0Impj3" alt=""><figcaption><p>Adding a new API Key in Payrexx</p></figcaption></figure></div>

* Assign a name for the integration and save your settings by clicking "Add":

<div align="left"><figure><img src="/files/el9r9W9RY807xplVfJbo" alt=""><figcaption><p>Adding a name for the integration and saving the settings</p></figcaption></figure></div>

* The API Key for Paymattic now appears in the list of active integrations. Copy the key to your clipboard – you will need it in the next step.

<div align="left"><figure><img src="/files/JHfQDAFO6BBwo7halRCk" alt=""><figcaption><p>Copying the API Key to the clipboard</p></figcaption></figure></div>

### Configuration of Paymattic

* In WordPress, go to **Paymattic (Pro) > Payment Gateway > Payrexx**.
* Paste the API Key into the corresponding field.
* Enter the instance name of your Payrexx account.

{% hint style="info" %}
The instance name is the first part of your Payrexx URL. For example, if your URL is *example.payrexx.com*, your instance name is *example*.
{% endhint %}

* Click "Save Settings" to complete the integration.

{% hint style="success" %}
Payrexx and Paymattic are now successfully connected.
{% 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/paymattic.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.
