> For the complete documentation index, see [llms.txt](https://stores-docs.zmyle.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stores-docs.zmyle.de/hilfreich/benutzeroberlache/transaktionen/transaktionsdetails.md).

# Transaktionsdetails

<figure><img src="https://2048260169-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF7U401jgjBhDWT6xN8Lv%2Fuploads%2FFoBvVmlCroOBZojlmYvz%2Fstores%20%E2%80%93%20transaktionsdetails.png?alt=media&amp;token=80cc2310-2d55-4526-bbb1-dec6c6bc4fd6" alt=""><figcaption></figcaption></figure>

Auf der **Transaktionsdetails**-Seite könnt Ihr alle wichtigen Informationen zu einer einzelnen Gutscheinentwertung oder -aufladung einsehen.

### **Übersicht der Transaktionsdetails**

**Gutschein-Informationen**

* Betrag der Transaktion
* Datum und Uhrzeit der Verarbeitung
* Gutschein-Code (anonymisiert bei Netzwerkgutscheinen)
* Gutschein-Typ (z. B. Netzwerkgutschein oder Storegutschein)
* Eindeutige Transaktions-ID

**Aktionen**

* **Kassenbeleg anzeigen**: Falls verfügbar, kann hier ein Beleg zur Transaktion aufgerufen werden.
* **Stornieren**: Falls möglich, kann die Transaktion rückgängig gemacht werden.
* **Gutschein anzeigen**: Zeigt eine digitale Version des Gutscheins an.

**Metadaten**

* Hier können zusätzliche Informationen zur Transaktion hinterlegt werden, z. B. eine Quittungsnummer oder interne Notizen.
* Durch **"Wert hinzufügen"** können neue Metadaten ergänzt werden.

**Session-Informationen**

* Gibt technische Details zur Verarbeitung der Transaktion an (z.B. welcher Account die Transaktion durchgeführt hat).

### **Nutzungshinweise**

✅ Nutzt die **Transaktionsdetails**, um im Zweifel eine Buchung nachzuvollziehen oder Belege zu prüfen.\
✅ Falls eine Stornierung notwendig ist, prüft die **Stornierungsoptionen** und kontaktiert ggf. den Support.\
✅ Metadaten helfen Euch, interne Notizen zu hinterlegen und Transaktionen besser nachzuverfolgen.

Diese Seite gibt Euch volle Transparenz über einzelne Gutscheinbuchungen und erleichtert die Verwaltung. 🚀


---

# 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://stores-docs.zmyle.de/hilfreich/benutzeroberlache/transaktionen/transaktionsdetails.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.
