> 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-pt/marketplace-pacotes-e-power-ups/power-ups/mollie/use-mollie-em-faturas.md).

# Use Mollie em Faturas

Use o Mollie a partir da Fatura quando quiser cobrar o pagamento online.

### Criar um pagamento

Abra ou crie a Fatura que deseja cobrar.

Depois, crie um pagamento Mollie a partir da Fatura.

Em muitos fluxos, o pagamento pode ser criado automaticamente.

Se não, você pode criá-lo manualmente a partir da Fatura.

### Criar um pagamento manualmente

Se um pagamento ainda não tiver sido criado, abra a Fatura e use a ação de pagamento ali.

Isso é útil quando você quer adicionar pagamento online a uma Fatura que já existe.

### Copiar o link de pagamento

Depois que o pagamento for criado, você pode copiar a URL de pagamento online da Fatura.

Use-o em e-mail, SMS ou outro fluxo de mensagens ao Cliente.

### Métodos de pagamento

O Cliente vê os métodos de pagamento ativados na sua conta Mollie.

Os exemplos incluem iDEAL, cartões, Apple Pay, Google Pay e transferência bancária SEPA.

Os métodos disponíveis dependem da sua configuração do Mollie e do contexto do Cliente.

### O que acontece após o pagamento

O Mollie processa o pagamento e envia o resultado do pagamento de volta ao OutSmart.

O OutSmart pode então atualizar automaticamente as informações de pagamento na Fatura.

O momento exato depende do método de pagamento e do estado do pagamento.

### Pagamentos parciais

Se parte da Fatura já foi paga fora do Mollie, o pagamento Mollie pode usar apenas o saldo restante.

Isso ajuda a evitar solicitar novamente o valor total.

### O que o Cliente vê após o pagamento

Após um pagamento bem-sucedido, o Cliente vê uma página de confirmação.

Essa página pode mostrar detalhes da Fatura, confirmação de pagamento e um link de volta para a Fatura online.

### Continuar

* [**Rever o estado do pagamento e os registos**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/mollie/revise-o-estado-do-pagamento-e-os-logs.md)
* [**O que é o Mollie?**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/mollie/o-que-e-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/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/mollie/use-mollie-em-faturas.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.
