> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/de/zahlungen/tips.md).

# Tipps

Lassen Sie Kunden ein Trinkgeld oder eine Gratifikation hinzufügen — ideal für dienstleistungsbasierte Unternehmen wie Salons, Spas und Wellness-Anbieter.

## Trinkgeld mit Shopify POS

Für Vor-Ort-Buchungen ist Trinkgeld über Shopify POS verfügbar:

* Trinkgeldoptionen in Ihren POS-Einstellungen konfigurieren
* Kunden können auf dem POS-Gerät während oder nach dem Checkout ein Trinkgeld hinzufügen

Zur Einrichtung von Trinkgeld im POS siehe: [Shopify POS Trinkgeld](https://help.shopify.com/en/manual/sell-in-person/pos-classic/transactions/tips)

### Vereinfacht mit Sesami Instant Booking

Wenn [Sesami Sofortbuchung](/de/buchung/booking-features/instant-booking.md) aktiv ist, erfolgt der Checkout **nach** Abschluss der Dienstleistung, wodurch Trinkgeldgeben ganz einfach wird:

1. Kunde bucht mit Sesami Instant Booking (keine Zahlung zum Buchungszeitpunkt)
2. Dienstleistung ist abgeschlossen
3. Kunde fügt die Buchung dem Warenkorb hinzu und fährt mit dem Checkout fort
4. Beim Checkout kann auf den Gesamtbetrag ein Trinkgeld hinzugefügt werden

So können Kunden ein Trinkgeld basierend auf ihrer tatsächlichen Erfahrung geben.

{% hint style="info" %}
Selbst bei Buchungen, die über den Shopify-Checkout abgewickelt wurden, können Sie die Bestellung mit einem Sesami Flow abkoppeln, um ein ähnliches Checkout- und Trinkgelderlebnis nach der Dienstleistung zu erzielen.
{% endhint %}

## Trinkgeld im Onlineshop

Für Online-Buchungen wird das Trinkgeld über die integrierte Trinkgeldfunktion von Shopify abgewickelt:

1. Gehen Sie zu **Shopify > Einstellungen > Checkout**
2. Finden Sie den **Trinkgeld** Abschnitt
3. Trinkgeld aktivieren
4. Trinkgeldoptionen konfigurieren (Prozentsatz oder benutzerdefinierter Betrag)
5. **Speichern**

Alle Details finden Sie hier: [Shopify Trinkgeld-Einrichtung](https://help.shopify.com/en/manual/checkout-settings/tips)

## Verwandt

* [Anzahlungen](/de/zahlungen/deposits.md) — bei der Buchung eine Teilzahlung einziehen
* [Kreditkarte hinterlegt](/de/zahlungen/credit-card-on-file.md) — Zahlungsmethoden für zukünftige Abbuchungen speichern
* [Sesami Sofortbuchung](/de/buchung/booking-features/instant-booking.md) — Buchung ohne Voraus-Checkout


---

# 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://help.sesami.co/de/zahlungen/tips.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.
