> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/mollie/activeer-en-verbind-mollie.md).

# Activeer en verbind Mollie

Voordat je Mollie gebruikt, activeer je eerst de Power-Up en koppel je je Mollie-account.

### 1. Mollie activeren

Controleer eerst **Mollie** actief is voor je omgeving.

Activeer het indien nodig via de **Marketplace** of je pakketconfiguratie.

### 2. Je Mollie-account voorbereiden

Meld je aan bij je Mollie-account.

Voltooi daarna de verificatiestappen die Mollie vereist.

Mollie bepaalt welke betaalmethoden beschikbaar worden op je account.

### 3. Kopieer je API-sleutel

Open in Mollie de ontwikkelaars- of API-sectie.

Begin met een **test** API-sleutel.

Gebruik een **live** API-sleutel pas nadat het testen is voltooid.

{% hint style="warning" %}
Behandel je API-sleutel als een wachtwoord.

Deel hem alleen met beheerders die betalingen beheren.
{% endhint %}

### 4. Koppel Mollie in OutSmart

Open **Instellingen** → **Instellingen** → **Software-integraties**.

Open dan de instellingen voor **Mollie**.

Plak je API-sleutel en sla de koppeling op.

Als OutSmart een verbindingscontrole toont, voer die dan uit voordat je verdergaat.

### 5. Test de configuratie

Gebruik eerst een testsleutel.

Maak daarna een testfactuur en betaallink aan.

Controleer deze punten:

* de betaallink correct opent
* de testbetaling kan worden voltooid
* de betalingsstatus van de factuur wordt bijgewerkt zoals verwacht
* de transactie verschijnt in Mollie

### 6. Schakel over naar livebetalingen

Vervang de testsleutel door je livesleutel.

Sla daarna de instellingen opnieuw op.

Voer eerst een kleine livebetaling uit als je de volledige flow wilt valideren.

### Volgende stap

Ga verder met [**Gebruik Mollie op facturen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/mollie/mollie-gebruiken-op-facturen.md).


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/mollie/activeer-en-verbind-mollie.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.
