> For the complete documentation index, see [llms.txt](https://ajuda.pdvlegal.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.pdvlegal.com.br/retaguarda/modulo-financeiro/lancamento-de-contas-a-pagar-e-receber/baixa-de-titulos-no-contas-a-pagar-e-receber.md).

# Baixa de títulos no contas a pagar e receber

Use esta rotina para quitar títulos no [**Contas a pagar e receber**](/retaguarda/modulo-financeiro/lancamento-de-contas-a-pagar-e-receber.md).

### Baixar títulos

{% stepper %}
{% step %}

### Selecione os títulos

Na lista de lançamentos, selecione o título ou os títulos que serão quitados.
{% endstep %}

{% step %}

### Escolha a ação desejada

Em seguida, selecione a ação que será aplicada.

As opções disponíveis são:

* **Editar o documento** — altera dados do título, como valor, vencimento e categoria financeira.
* **Agrupar** — reúne dois ou mais títulos do mesmo vínculo em um único registro.
* **Pagar** — conclui a quitação do título e envia o lançamento para a movimentação bancária.
* **Efetivar** — marca os títulos como efetivos, mesmo antes da quitação.
* **Excluir** — remove o título do sistema quando o lançamento não deve mais permanecer cadastrado.
  {% endstep %}

{% step %}

### Preencha os dados da baixa

Informe:

* **data do pagamento**
* **código de autenticação**, se houver
* **conta bancária**
* **juros ou descontos**, se aplicável
  {% endstep %}

{% step %}

### Grave a operação

Clique em **Gravar** para concluir a baixa.
{% endstep %}
{% endstepper %}

<figure><img src="/files/WpsYnYnCgqioon8UFc2e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Depois da quitação, o título sai do **Contas a Pagar** ou **Contas a Receber** e passa para a **Movimentação Bancária**.

Com isso, o valor entra no fluxo financeiro realizado da operação.
{% endhint %}


---

# 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://ajuda.pdvlegal.com.br/retaguarda/modulo-financeiro/lancamento-de-contas-a-pagar-e-receber/baixa-de-titulos-no-contas-a-pagar-e-receber.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.
