> 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/zahlungsmethoden.md).

# Zahlungsmethoden einrichten

Verwalten Sie, welche Zahlungsmethoden Ihren Kunden zur Verfügung stehen.

## Zahlungsmethoden öffnen

1. Öffnen Sie *"Mollie Setup".*
2. Klicken Sie auf *"Zahlungsmethoden"* in der Aktionsleiste.
3. Die Liste der verfügbaren Methoden wird angezeigt.

<div align="left" data-with-frame="true"><figure><img src="/files/w7tRXY83hhZLuI5YWS42" alt=""><figcaption></figcaption></figure></div>

## Verfügbare Zahlungsmethoden

Mollie unterstützt eine Vielzahl von Zahlungsmethoden:

### Beliebteste Methoden

| Methode              | Beschreibung                                    |
| -------------------- | ----------------------------------------------- |
| **iDEAL**            | Beliebteste Zahlungsmethode in den Niederlanden |
| **Kreditkarte**      | Visa, Mastercard, American Express              |
| **PayPal**           | Weltweit verbreitete Online-Zahlung             |
| **SEPA-Lastschrift** | Bankeinzug im SEPA-Raum                         |
| **Klarna**           | Kauf auf Rechnung und Ratenzahlung              |
| **Bancontact**       | Beliebte Methode in Belgien                     |
| **SOFORT**           | Sofortüberweisung                               |
| **Giropay**          | Deutsche Online-Überweisung                     |
| **EPS**              | Österreichische Online-Überweisung              |

### Weitere Methoden

* Apple Pay
* Google Pay
* Przelewy24
* BLIK
* KBC/CBC Payment Button
* Belfius Direct Net
* Vouchers
* und weitere...

{% hint style="info" %}
Die verfügbaren Methoden hängen von Ihrer Mollie-Kontokonfiguration und den aktivierten Methoden ab.
{% endhint %}

***

## Zahlungsmethoden aktivieren/deaktivieren

### In Mollie

1. Melden Sie sich bei [my.mollie.com](https://my.mollie.com/dashboard) an
2. Navigieren Sie zu **Einstellungen** → **Zahlungsmethoden**
3. Aktivieren oder deaktivieren Sie die gewünschten Methoden

### In Business Central

Die Liste in Business Central zeigt alle in Mollie aktivierten Methoden an. Die Synchronisation erfolgt automatisch.


---

# 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/zahlungsmethoden.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.
