> For the complete documentation index, see [llms.txt](https://helpcenter.etron.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.etron.info/kasse/verkaufsoberflache/uberprufung-der-zahlung-eingabe.md).

# Überprüfung der Zahlung / Eingabe

## Zahlungshöhe

### Zahlungshöhe überschreitet Gesamtsumme des Warenkorbs

Eine Warnung wird angezeigt, sobald bei einer **unbaren Zahlung** die Zahlungshöhe des zu zahlenden Betrags (Gesamtsumme des Warenkorbs) überschritten wird.

<figure><img src="/files/5JiviZYoZla3N6HvsTRw" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
*Die Zahlungshöhe kann durch Klick auf den entsprechenden Button <mark style="color:red;">übernommen</mark> oder <mark style="color:green;">auf den zu zahlenden Betrag angepasst werden</mark>.*
{% endhint %}

### Beim Checkout hinzugefügte Zahlung über 100.000 per Eingabe bestätigen

Wird beim Checkout eine Zahlung hinzugefügt, die 100.000 überschreitet, muss die Eingabe nochmals durch Eintippen des Betrags bestätigt werden.

<figure><img src="/files/ACTTMGEO56fL9yingemF" alt=""><figcaption></figcaption></figure>

### Zahlungshöhe überschreitet bei Zahlungsabschluss 1.000.000

Wenn die Gesamtsumme des Warenkorbs über 1.000.000 liegt, und im Checkout diese Zahlungshöhe über den Button <img src="/files/H7LPmBpKVOcR4HAyzwcD" alt="" data-size="line"> gewählt oder als Zahlung hinzugefügt, muss nochmals bestätigt werden, um die Zahlung abzuschließen.

<figure><img src="/files/tM6ONMjLfomoRmqRqmFV" alt="" width="437"><figcaption></figcaption></figure>

### Begrenzung der Zahlungshöhe

Eine Zahlung ist nur bis zu einer Höhe von 20.000.000 möglich. Wird ein größerer Zahlungsbetrag eingegeben, wird über ein Infofenster auf den zu hohen Betrag hingewiesen.

<figure><img src="/files/N1Kyoz9LeyiRsk600pc5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/EF6iOAgM81uCdXZYNJYX" alt="" width="563"><figcaption></figcaption></figure>

## Falsches Format der Zahlung (Betrag)

Bei der Zahlung dürfen nur Beträge mit 2 Kommastellen eingegeben werden. Werden mehr als 2 Kommastellen eingegeben, wird durch ein Infofenster auf das ungültige Format hingewiesen, und der Zahlungsbetrag muss angepasst werden.

Ebenso erscheint die Meldung, wenn eine Eingabe erfolgt, die kein Betrag ist (z.B. Text statt Ziffern)

<figure><img src="/files/w87dRIbFRGMEsayO0rjX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3Q66l0BJUtzyFQKcW2ro" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*Wenn diese Meldung trotz Eingabe eines Betrags erscheint, ist zu überprüfen, ob die Feststelltaste aktiviert ist.*&#x20;
{% endhint %}


---

# 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://helpcenter.etron.info/kasse/verkaufsoberflache/uberprufung-der-zahlung-eingabe.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.
