> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/mollie-integration/konfiguration/laenderbeschraenkungen.md).

# Länderbeschränkungen einrichten

## Warum Länderbeschränkungen?

Manche Zahlungsmethoden sind nur in bestimmten Ländern verfügbar oder sinnvoll:

* **iDEAL** – Nur in den Niederlanden
* **Bancontact** – Nur in Belgien
* **Giropay** – Nur in Deutschland
* **EPS** – Nur in Österreich

Durch Länderbeschränkungen können Sie:

* Die Benutzererfahrung verbessern (nur relevante Optionen anzeigen)
* Fehler vermeiden (nicht verfügbare Methoden ausblenden)
* Compliance sicherstellen

***

## Länderbeschränkungen konfigurieren

### Schritt 1: Zahlungsmethode öffnen

1. Navigieren Sie zu "**Mollie Setup"** → **Zahlungsmethoden**
2. Wählen Sie die gewünschte Zahlungsmethode aus
3. Öffnen Sie die **Zahlungsmethoden-Karte**

### Schritt 2: Länder hinzufügen

1. Klicken Sie auf **"Länder"** in der Aktionsleiste
2. Die Liste der konfigurierten Länder wird angezeigt
3. Klicken Sie auf **"Neu"**
4. Wählen Sie das gewünschte Land aus

***

### Beispielkonfiguration

#### 1. iDEAL (nur Niederlande)

| Zahlungsmethode | Land |
| --------------- | ---- |
| iDEAL           | NL   |

#### 2. Kreditkarte (alle Länder)

Keine Einschränkungen konfiguriert = verfügbar für alle Länder.

#### 3. DACH-Region

| Zahlungsmethode | Länder |
| --------------- | ------ |
| Giropay         | DE     |
| EPS             | AT     |
| TWINT           | CH     |

***

## Verhalten bei Zahlungslinks

Wenn Sie einen Zahlungslink erstellen:

1. Das System prüft das Land des Kunden
2. Nur passende Zahlungsmethoden werden angeboten
3. Der Kunde sieht nur relevante Optionen

{% hint style="success" %}

## **Best Practices**

* Konfigurieren Sie regionale Methoden immer mit Länderbeschränkung
* Lassen Sie internationale Methoden (Kreditkarte, PayPal) ohne Beschränkung
* Testen Sie das Verhalten mit Testkunden aus verschiedenen Ländern
  {% 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://docs.solutioo.de/mollie-integration/konfiguration/laenderbeschraenkungen.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.
