> 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/marketplace-packages-and-power-ups/power-ups/mollie/mollie-setup-and-use.md).

# Mollie setup and use

**Mollie** covers the connection and daily payment flow in OutSmart.

Use the [**Mollie**](/marketplace-packages-and-power-ups/power-ups/mollie.md) page under **Power-Ups** for feature scope and activation.

### In this guide

* [**Activate and connect Mollie**](/marketplace-packages-and-power-ups/power-ups/mollie/activate-and-connect-mollie.md)
* [**Use Mollie on invoices**](/marketplace-packages-and-power-ups/power-ups/mollie/use-mollie-on-invoices.md)
* [**Review payment status and logs**](/marketplace-packages-and-power-ups/power-ups/mollie/review-payment-status-and-logs.md)

### What belongs in the integration flow

Use the integration flow to:

* connect your Mollie account with an API key
* create a payment from the invoice when needed
* copy and share the payment link
* review the payment status, completion date, and status label
* check recent activity in the integration logs

### Confirmed product behavior

The invoice flow supports these customer-facing actions:

* manual payment creation from the invoice
* copying the payment URL from the invoice
* automatic status updates after Mollie sends the result back
* adjusted payment amounts when part of the invoice was already paid

### Before you start

Before you configure Mollie, first make sure the feature is active for your account.

Then use a verified Mollie account and a valid API key.

Your team remains responsible for invoice accuracy, reconciliation, refunds, disputes, and finance review.

### Related topics

* [**Mollie**](/marketplace-packages-and-power-ups/power-ups/mollie.md)
* [**Power-Ups**](/marketplace-packages-and-power-ups/power-ups.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/marketplace-packages-and-power-ups/power-ups/mollie/mollie-setup-and-use.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.
