> 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/funktionen/verwaltung/schnittstelle-kassensystem.md).

# Schnittstelle: Kassensystem

Ihr möchtet unser **Gutscheinsystem direkt in Eure Kasse** integrieren? Kein Problem! Wir bieten eine **REST-API** samt Dokumentation und ermöglichen eine Anbindung über **drei kleine Endpunkte**. Damit steht einer schnellen Integration nichts mehr im Wege.

### 🖥 API - Dokumentation

Damit Euer **Kassenhersteller** die Integration umsetzen kann, benötigt er unsere **API-Dokumentation**. Diese dient als Handbuch und erklärt Schritt für Schritt, wie unser Gutscheinsystem mit Eurer Kasse verbunden wird.

#### **So funktioniert’s:**

Sendet Eurem Kassenhersteller einfach diesen Link zur API-Dokumentation:

```
https://developer.posapi.zmyle.de/-M76-W8oGLXivvOpYcAe/
```

🚀 **Sobald die Anbindung erfolgt ist, könnt Ihr Gutscheine direkt über Eure Kasse einlösen und verwalten.**

Für technische Rückfragen wendet Ihr euch am besten an unser Support-Team per Mail: <support@zmyle.de>

{% hint style="info" %}
Wir haben alles daran gesetzt, die **Integration in Kassensysteme** so **einfach und unkompliziert** wie möglich zu gestalten. Wie viel Aufwand **Euer Kassenhersteller** darin sieht, können wir jedoch leider nicht beeinflussen.
{% endhint %}

{% hint style="warning" %}
Eine **Integration über eine Schnittstelle** ist nicht zwingend erforderlich, um am Gutscheinsystem teilzunehmen. In der Regel reicht es, wenn Ihr in Eurer Kasse eine **eigene Zahlungsart für Gutscheine** anlegt, um Gutscheinzahlungen korrekt zu erfassen. [Weitere Infos](/netzwerkgutscheine/kasse-vorbereiten.md)
{% 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://stores-docs.zmyle.de/funktionen/verwaltung/schnittstelle-kassensystem.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.
