> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/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/platform/english/admin/pos-terminal-prices.md).

# POS Terminal Prices

In addition to offering Payrexx's online payment solution, you can also rent out physical card terminals to your merchants for point-of-sale (POS) transactions. Available devices include the Newland N910 Pro as well as the N6 and N86 from Nexgo.

## Setting Rental Prices

In the main menu of your Payrexx account, navigate to **POS Terminal Prices** to set the prices at which you want to offer the devices to your merchants:

<div align="left"><figure><img src="/files/XPYCIv3IH9nDalEPKuBC" alt=""><figcaption><p>Overview of available card terminals</p></figcaption></figure></div>

Click on the card terminal for which you want to set the rental price. This will open the following window:

<div align="left"><figure><img src="/files/nJZKaoxRe8mcpmI2huUU" alt=""><figcaption><p>Setting up rental prices for the Nexgo N6 terminal</p></figcaption></figure></div>

1. **Monthly rental price:** Enable this toggle if you want to offer monthly billing to merchants, and define the monthly rental fee.
2. **Quarterly rental price:** Enable this toggle if you want to offer quarterly billing to merchants, and set the price the merchant must pay per quarter.
3. **Annual rental price:** Enable this toggle if you want to offer annual billing to merchants, and define the annual rental price.

{% hint style="info" %}
You can choose whether to offer one, two, or all three rental periods.
{% endhint %}

4. **Allow overselling:** Enabling this toggle allows merchants to rent a card terminal even if the corresponding devices are currently out of stock.

## Linking Factsheets

Here you can specify which factsheet should be displayed to the merchant in their account under the "Card Readers" menu item.

Click on "Factsheet URL" to open the following view:

<div align="left"><figure><img src="/files/mzixWIbzIJlmUY3AgLd0" alt=""><figcaption><p>Setting the factsheet links for the Nexgo N6 terminal</p></figcaption></figure></div>

1. **Use system-wide factsheet URLs:** Enabling this toggle will display Payrexx's standard factsheets to the merchant.
2. **Fallback language:** Select which language should serve as the fallback option. If no factsheet is available for one or more of the languages listed below, the factsheet in the default language will automatically be displayed. In the example above, merchants from the Netherlands, Portugal, Turkey, Poland, Spain, Denmark, Sweden, and Norway will see the German (Switzerland) factsheet.
3. **Language versions:** Enter a link to the factsheet in the respective language for one, several, or all of the listed languages.


---

# 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/platform/english/admin/pos-terminal-prices.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.
