> 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/ative-e-conecte-mollie.md).

# Ative e conecte Mollie

Antes de usar a Mollie, primeiro ative o Power-Up e conecte a sua conta Mollie.

### 1. Ativar a Mollie

Primeiro, certifique-se **Mollie** está ativo para o seu ambiente.

Se necessário, ative-o através do **Marketplace** ou da configuração do seu Pacote.

### 2. Prepare a sua conta Mollie

Inicie sessão na sua conta Mollie.

Depois, conclua as etapas de verificação exigidas pela Mollie.

A Mollie controla quais métodos de pagamento ficam disponíveis na sua conta.

### 3. Copie a sua chave de API

Na Mollie, abra a secção de programador ou de API.

Comece com uma **de teste** chave de API.

Use uma **de produção** chave de API somente após a conclusão dos testes.

{% hint style="warning" %}
Trate a sua chave de API como uma palavra-passe.

Partilhe-a apenas com administradores que gerem pagamentos.
{% endhint %}

### 4. Ligue a Mollie no OutSmart

Abrir **Configurações** → **Configurações** → **Integrações de software**.

Depois, abra as Configurações de **Mollie**.

Cole a sua chave de API e guarde a integração.

Se o OutSmart mostrar uma verificação de ligação, execute-a antes de continuar.

### 5. Teste a configuração

Use primeiro uma chave de teste.

Depois, crie uma Fatura de teste e um link de pagamento.

Verifique estes pontos:

* o link de pagamento abre corretamente
* o pagamento de teste pode ser concluído
* o Estado de pagamento da Fatura é atualizado conforme esperado
* a transação aparece na Mollie

### 6. Mude para pagamentos de produção

Substitua a chave de teste pela sua chave de produção.

Depois, guarde as Configurações novamente.

Execute primeiro um pequeno pagamento de produção se quiser validar o fluxo completo.

### Próximo passo

Continuar com [**Usar Mollie em Faturas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/mollie/use-mollie-em-faturas.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/ative-e-conecte-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.
