> 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/what-is-mollie.md).

# What is Mollie?

**Mollie** lets customers pay invoices online from OutSmart.

It adds a payment link to the invoice flow and returns payment results to OutSmart.

### What you do with Mollie

* offer online invoice payments
* let customers choose from supported payment methods
* track payment status on the invoice

### What Mollie supports

With **Mollie** in OutSmart, you can:

* create a payment for an invoice
* share the payment link with the customer
* review status changes on the invoice
* open logs for recent integration activity

If a payment already exists outside Mollie, the payment request can use the remaining balance only.

### What the customer sees

The customer opens a secure Mollie payment page.

They choose one of the payment methods enabled on your Mollie account.

After a successful payment, they see a confirmation page.

That page can show the invoice number, date, due date, amount, and a link back to the online invoice.

### Before you start

Before you use Mollie, make sure you have:

* an OutSmart package that supports **Mollie**
* access to **Settings** and software integrations
* an active and verified **Mollie** account
* the right payment methods enabled in Mollie

{% hint style="info" %}
**Mollie** is a **Power-Up**.

It is available on **Accelerate**, **Maximize**, and **Pro**.
{% endhint %}

### What remains your responsibility

Mollie supports the payment flow.

Your team still manages invoice accuracy, reconciliation, refunds, disputes, and accounting review.

### Continue

* [**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)


---

# 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/what-is-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.
