> 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/use-mollie-on-invoices.md).

# Use Mollie on invoices

Use Mollie from the invoice when you want to collect payment online.

### Create a payment

Open or create the invoice you want to collect.

Then create a Mollie payment from the invoice.

In many flows, the payment can be created automatically.

If not, you can create it manually from the invoice.

### Create a payment manually

If a payment was not created yet, open the invoice and use the payment action there.

This is useful when you want to add online payment to an invoice that already exists.

### Copy the payment link

After the payment is created, you can copy the online payment URL from the invoice.

Use it in email, SMS, or another customer message flow.

### Payment methods

The customer sees the payment methods enabled on your Mollie account.

Examples include iDEAL, cards, Apple Pay, Google Pay, and SEPA Bank Transfer.

Available methods depend on your Mollie configuration and customer context.

### What happens after payment

Mollie processes the payment and sends the payment result back to OutSmart.

OutSmart can then update the payment information on the invoice automatically.

The exact timing depends on the payment method and payment state.

### Partial payments

If part of the invoice was already paid outside Mollie, the Mollie payment can use the remaining balance only.

That helps prevent requesting the full amount again.

### What the customer sees after payment

After a successful payment, the customer sees a confirmation page.

That page can show invoice details, payment confirmation, and a link back to the online invoice.

### Continue

* [**Review payment status and logs**](/marketplace-packages-and-power-ups/power-ups/mollie/review-payment-status-and-logs.md)
* [**What is Mollie?**](/marketplace-packages-and-power-ups/power-ups/mollie/what-is-mollie.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/use-mollie-on-invoices.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.
