# Sonderfälle Datenfelder und Banken

Kontoflux.io verbindet sich mit den Bankkonten bei deiner Bank, dabei bleiben die Daten von deinen Transaktion unverändert. Es kann von Bank zu Bank unterschiedlich sein in welchem Umfang Daten zu deinen Transaktionen uns zur Verfügung gestellt werden. Die Gute Nachricht: Das sind in der Regel marginale Unterschiede und stören dich sicherlich nicht in der Automation deiner Bankkonten.

<table><thead><tr><th width="209.33333333333331">Feld</th><th>Sonderfälle</th><th>Betroffene Banken</th></tr></thead><tbody><tr><td><p><strong>Buchungsdatum</strong></p><pre class="language-json"><code class="lang-json">bookingDate
</code></pre></td><td>Das Buchungsdatum enthält nur den Buchungstag, keine Zeit-Information. <br>(zB. 2023-12-04, bzw. 2023-12-04T00:00:00)</td><td>Alle Banken</td></tr><tr><td><p><strong>Wertstellungsdatum</strong></p><pre class="language-json"><code class="lang-json">valueDate
</code></pre></td><td>Tag der Wertstellung, keine Zeit-Information. <br>(zB. 2023-12-04, bzw. 2023-12-04T00:00:00)</td><td>Alle Banken</td></tr><tr><td><p><strong>Verwendungszweck</strong></p><pre class="language-json"><code class="lang-json">purpose
</code></pre></td><td>Zusätzliche Infos im Verwendungszweck, wie zB. IBAN, BIC, Ausführungsdaten und verwendete PIN</td><td>Manche Volksbanken</td></tr><tr><td><p><strong>Type</strong></p><pre class="language-json"><code class="lang-json">type
</code></pre></td><td>Wird nicht übermittelt, bleibt Leer</td><td>Manche Volksbanken</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.kontoflux.io/limitationen-and-sonderfalle/sonderfalle-datenfelder-und-banken.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
