> 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-nl/backoffice/backoffice/facturen/registreer-een-transactie-op-een-factuur.md).

# Registreer een transactie op een Factuur

Gebruik transactieregistratie wanneer er een betaling is ontvangen en je het factuursaldo in OutSmart wilt bijwerken.

OutSmart registreert transacties niet automatisch, tenzij een gekoppelde boekhoudintegratie dat voor je doet.

{% stepper %}
{% step %}

### Open de factuur

Ga naar **Facturen** en open de factuur die je wilt bijwerken.
{% endstep %}

{% step %}

### Start de transactie

Klik op **Transactie registreren**.
{% endstep %}

{% step %}

### Vul de transactiegegevens in

Je kunt een externe transactie-ID en een referentie toevoegen.

Selecteer daarna het type transactie.
{% endstep %}

{% step %}

### Voer het bedrag in

Vul het transactiebedrag in.
{% endstep %}

{% step %}

### Voeg de transactie toe

Klik op **Toevoegen**.

Het factuursaldo wordt onmiddellijk bijgewerkt.
{% endstep %}
{% endstepper %}

### Wat gebeurt er na registratie

* het betaalde bedrag wordt afgetrokken van het openstaande saldo
* de factuur kan het resterende bedrag tonen
* de status kan veranderen in **Betaald** wanneer het volledige bedrag is geregistreerd

### Veelgestelde vragen

<details>

<summary>Wat gebeurt er wanneer ik het volledige bedrag registreer?</summary>

De factuurstatus verandert in **Betaald**.

</details>

<details>

<summary>Kan ik een geregistreerde transactie verwijderen?</summary>

Ja.

Het factuursaldo wordt na verwijdering opnieuw bijgewerkt.

</details>

<details>

<summary>Wat is een externe transactie-ID?</summary>

Het is een optionele referentie van je bank of betalingsprovider.

</details>

### Gerelateerde onderwerpen

* [**Voeg een transactietype toe**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/facturen/voeg-een-transactietype-toe.md)
* [**Maak een factuur**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/facturen/maak-een-factuur.md)
* [**Crediteer een factuur**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/facturen/crediteer-een-factuur.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-nl/backoffice/backoffice/facturen/registreer-een-transactie-op-een-factuur.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.
