> 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-2024/release-2024.07.md).

# Release 2024.07

In this release, we have implemented exciting new features and optimizations in Payrexx, which we present to you in this article.

## Optimizations

### New payment method PostFinance

Pay PostFinance has combined the PostFinance Card and PostFinance e-finance payment methods and replaced them with the new, improved PostFinance Pay payment method. PostFinance Pay will also be introduced in Payrexx Pay from July 16, 2024.

With PostFinance Pay, your customers can pay easily and securely via the PostFinance app on their smartphone instead of having to enter their PostFinance Card details or log into their e-finance account.

You can find more information about the new payment method in this article:

{% content-ref url="/pages/tn2AEjEp1riYNXRufL3w" %}
[PostFinance Pay](/merchant/english/payment-provider/payrexx-pay/payment-methods/postfinance-pay.md)
{% endcontent-ref %}

### Transaction receipts as PDF in the order confirmation

From now on, the transaction receipt can be sent to your customers as a PDF with the order confirmation. You can activate this function under **Settings > General > Advanced options** so that a PDF receipt is sent with every transaction.

<div align="left"><figure><img src="/files/XrjidufLLncI2GnGplRN" alt=""><figcaption><p>Settings for transaction documents</p></figcaption></figure></div>

### Optimisation of the merchant API

* The merchant API now also contains the balance available for payout for the payment providers [Payrexx Pay and Payrexx Pay Plus](/merchant/english/payment-provider/payrexx-pay.md).
* The subscription endpoints of the merchant API have been extended so that VAT can be included in POST and PUT requests.

### Extension of the "Purchase on invoice" payment method

The QR reference is now included in the transaction object (API and webhook) for the [Purchase on invoice](/merchant/english/payment-provider/payrexx-pay/payment-methods/purchase-on-invoice.md) payment method in Payrexx Pay.

In addition, you can now deactivate the automatic sending of an invoice PDF. To do this, go to **Payment provider > Payrexx Pay** and click on "Customise settings" under "Purchase on Invoice".

<div align="left"><figure><img src="/files/cUECJjipu1QodCUG8DCH" alt=""><figcaption><p>Settings for the payment method "Purchase on account"</p></figcaption></figure></div>

### Define reply email address for Paylink

When creating a new [payment link](/merchant/english/account/tools/paylink.md), you can now also define the reply address. Answers or questions from your customers will then be sent directly to this address.

<div align="left"><figure><img src="/files/bht5QR7RYsSeOsN58RGb" alt=""><figcaption><p>View when creating a new paylink</p></figcaption></figure></div>

### Optimisation of the QR Pay tool

* **Transaction volume in QR Pay overview**: In the detailed view of each [QR Pay](/merchant/english/account/tools/qr-pay.md) code created, you can now see the total transaction volume generated by the respective code.

<div align="left"><figure><img src="/files/G5KKlEK6lBpaGy8Q9W7S" alt="" width="563"><figcaption><p>Detailed view QR Pay Code</p></figcaption></figure></div>

* **QR filter in transaction overview**: You can now filter for QR Pay codes in the transaction overview under Payments > Transactions. This means that all transactions associated with a QR code are displayed directly.

<div align="left"><figure><img src="/files/2DvZaZvF0VSM54iagXmE" alt="" width="563"><figcaption><p>Filter by QR code in the transaction overview</p></figcaption></figure></div>


---

# 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-2024/release-2024.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.
