> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/release-notes/release-notes-2026/release-2026.07.md).

# Release 2026.07

## Optimizations

### A clearer breakdown of fees in payout emails

The disclosure of fees in payout notification emails has been improved. Instead of listing all fees simply as “Fees,” they are now clearly broken down by fee type. These include, among others, transaction fees and withdrawal fees, as well as—if applicable—currency conversion fees and dispute fees. This makes it easier for merchants to understand the breakdown of their payouts.

<figure><img src="/files/UNLF30rOge83pifbeq8F" alt="" width="456"><figcaption><p>Payment Notification Email from Payrexx</p></figcaption></figure>

On the following page, you'll find everything you need to know about payouts.

{% content-ref url="/pages/DNaOzU2vD3HdxlaABejO" %}
[Payouts](/merchant/english/account/payouts.md)
{% endcontent-ref %}

### Overview of Disputes in the Merchant Backend

Open disputes can now be viewed directly in merchants’ Payrexx backend. A centralized overview shows the current status of the cases and highlights necessary actions. This allows merchants to keep track of ongoing disputes and respond more quickly.

You can find the overview in your account under the new ***Disputes*** menu item.

<figure><img src="/files/35FXIUuaQ4IQ5Y6brV5o" alt=""><figcaption><p>View of the new “Disputes” menu item</p></figcaption></figure>

Learn how a dispute arises, how it can be prevented, and how a dispute is resolved:

{% content-ref url="/pages/bVinvaEId2pR1JqwRYqe" %}
[Disputes](/merchant/english/payment/disputes.md)
{% endcontent-ref %}

### Separate payment provider settings for online payments and POS

The settings for payment providers have been reorganized for greater clarity in the merchant account. The configurations for online retail (e-commerce) and in-store retail (card readers) are now managed in separate sections. This allows settings to be tailored more specifically to each sales channel and adjusted more easily.

You can find the payment provider settings in your merchant account under the ***Payment Providers*** menu item.

<figure><img src="/files/B4uXAJxopgyK8oyI83FA" alt=""><figcaption><p>Payment Provider Settings: E-commerce View</p></figcaption></figure>

<figure><img src="/files/dS1eiYtcp6Zfjw8bLz4l" alt=""><figcaption><p>Payment Provider Settings: In-Store Transactions View</p></figcaption></figure>

Find out what options are available in the payment provider settings and how to configure a payment provider:

{% content-ref url="/pages/08C8STFvGH8DH0Y8pVVc" %}
[Payment Services](/merchant/english/payment-provider/payrexx-pay.md)
{% endcontent-ref %}

### Improved Payment Process with Tap to Pay

Tap to Pay is receiving a comprehensive update featuring a simplified payment process and a redesigned user interface. Now, users first enter the amount and then select their preferred payment method.\
This makes the payment process more intuitive and faster. In addition, various adjustments have been made to the user interface to improve usability.

Learn more about what Tap to Pay has to offer:

{% content-ref url="/pages/8nhvzfxSN6Znne22uRSW" %}
[Tap to Pay](/merchant/english/taptopay/tap-to-pay-overview.md)
{% endcontent-ref %}

### Simplified Business Verification (KYC)

The business verification process has been improved and simplified. New features help merchants enter their business information more quickly and provide the necessary information for verification more easily.

1. Automatically populate business information: Swiss businesses can now search for their business information directly through the Commercial Register (Zefix) and have it automatically imported. This eliminates the need to manually enter many details, making the verification process faster and easier.
2. Create a product description with the wizard: Creating a product description has been simplified. A new wizard helps merchants create an appropriate description of their offering based on just a few details. This allows you to enter the information required for verification more quickly and easily.

<figure><img src="/files/Jo9xoFQrOgquPI4qqN2t" alt=""><figcaption><p>Product description wizard in the verification process</p></figcaption></figure>

Find out what you need for account verification and how the process works:

{% content-ref url="/pages/0KGpJtfVbBubiSGP3nC2" %}
[Account Verification](/merchant/english/account-verification/overview-account-verification.md)
{% endcontent-ref %}

### New iDEAL Brand Identity Featuring Co-Branding with Wero

The iDEAL payment method logos have been updated. iDEAL is now displayed as part of a co-branding partnership with Wero and has a corresponding new look in the checkout process. The payment functionality remains unchanged, and your customers can continue to use iDEAL as a payment method as usual.

<img src="/files/WWAyTkcvWMQi48nFghAz" alt="New logo for the iDEAL payment method, co-branded with Wero" width="375">

Learn all about the payment method iDEAL:

{% content-ref url="/pages/V2h1I5IYOFxzLDjRj95q" %}
[iDEAL | Wero](/merchant/english/payment-provider/payrexx-pay/payment-methods/ideal-or-wero.md)
{% endcontent-ref %}

### Discontinuation of the CENTI Payment Method

The payment provider CENTI will cease operations as of July 31, 2026. For this reason, the payment method will be removed from the Payrexx offering and will no longer be available as of that date.

If you currently have CENTI enabled in your checkout, the payment method will be automatically disabled on July 28, 2026. All other payment methods in your Payrexx account are not affected by this change and will continue to function as usual.

We recommend that you review your payment method offerings in the Payrexx Dashboard and, if necessary, add alternative payment methods so that your customers continue to have a wide range of payment options available.

<br>


---

# 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.payrexx.com/merchant/english/release-notes/release-notes-2026/release-2026.07.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.
