# Status-Stile anpassen

### 1. Was sind Status-Stile?

Status-Stile definieren, wie verschiedene Zahlungsstatus in Business Central dargestellt werden:

* **Farben** – Grün für bezahlt, Rot für fehlgeschlagen
* **Hervorhebung** – Wichtige Status werden hervorgehoben
* **Konsistenz** – Einheitliche Darstellung in allen Listen

### 2. Status-Stile öffnen

Öffnen Sie *"Mollie Setup"* und klicken Sie auf *"Ansicht"/"View"* sowie *"Zahlungsstatus-Styles"/"Payment Status Styles"* in der Aktionsleiste. Die Liste der konfigurierten Stile wird angezeigt.

<div align="left" data-with-frame="true"><figure><img src="/files/1KYxukZSkOMqd0p9ygOH" alt="" width="563"><figcaption></figcaption></figure></div>

### 3. Verfügbare Zahlungsstatus

<table><thead><tr><th width="126.8614501953125">Status</th><th width="229.135498046875">Beschreibung</th><th width="164.1611328125">Empfohlener Stil</th></tr></thead><tbody><tr><td><strong>Created</strong></td><td>Zahlungslink wurde erstellt</td><td>Standard</td></tr><tr><td><strong>Open</strong></td><td>Zahlung wurde geöffnet</td><td>Neutral</td></tr><tr><td><strong>Pending</strong></td><td>Zahlung wird verarbeitet</td><td>Attention (Gelb)</td></tr><tr><td><strong>Authorized</strong></td><td>Zahlung wurde autorisiert</td><td>Attention (Gelb)</td></tr><tr><td><strong>Paid</strong></td><td>Zahlung erfolgreich</td><td>Favorable (Grün)</td></tr><tr><td><strong>Completed</strong></td><td>Zahlung abgeschlossen</td><td>Favorable (Grün)</td></tr><tr><td><strong>Expired</strong></td><td>Zahlungslink abgelaufen</td><td>Unfavorable (Rot)</td></tr><tr><td><strong>Canceled</strong></td><td>Zahlung abgebrochen</td><td>Unfavorable (Rot)</td></tr><tr><td><strong>Failed</strong></td><td>Zahlung fehlgeschlagen</td><td>Unfavorable (Rot)</td></tr></tbody></table>

### 4. Standardkonfiguration

Die empfohlene Konfiguration:

<table><thead><tr><th width="113.7623291015625">Status</th><th width="122.4517822265625">Stil</th></tr></thead><tbody><tr><td>Created</td><td>Standard</td></tr><tr><td>Open</td><td>Ambiguous</td></tr><tr><td>Pending</td><td>Attention</td></tr><tr><td>Authorized</td><td>Attention</td></tr><tr><td>Paid</td><td>Favorable</td></tr><tr><td>Completed</td><td>Favorable</td></tr><tr><td>Expired</td><td>Unfavorable</td></tr><tr><td>Canceled</td><td>Unfavorable</td></tr><tr><td>Failed</td><td>Unfavorable</td></tr></tbody></table>

### 5. Auswirkung der Stile

Die konfigurierten Stile werden angezeigt in:

* **Gebuchte Verkaufsrechnungen** – Status-Feld
* **Transaktionsliste** – Alle Mollie-Transaktionen
* **Verkaufsaufträge** – Bei erstellten Zahlungslinks
* **Dashboard** – Übersichtliche Statusanzeige

{% hint style="success" %}
**Empfehlungen:**

* Nutzen Sie **Favorable** (grün) für positive Status (Bezahlt).
* Nutzen Sie **Unfavorable** (rot) für negative Status (Abgelaufen, Fehlgeschlagen).
* Nutzen Sie **Attention** (gelb) für Status, die Aufmerksamkeit erfordern.
* Halten Sie die Konfiguration konsistent mit anderen Bereichen in BC.
  {% 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.solutioo.de/mollie-integration/konfiguration/status-stile.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.
