> 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/se/betalningar/tips.md).

# Tips

Låt kunder lägga till dricks eller gratuity — perfekt för tjänstebaserade företag som salonger, spa och välmåendeterapeuter.

## Dricks med Shopify POS

För bokningar på plats är dricks tillgängligt via Shopify POS:

* Konfigurera dricksalternativ i dina POS-inställningar
* Kunder kan lägga till dricks på POS-enheten under eller efter utcheckning

För installation av dricks i POS, se: [Shopify POS-dricks](https://help.shopify.com/en/manual/sell-in-person/pos-classic/transactions/tips)

### Förenklat med Sesami Instant Booking

När [Sesami Instant Booking](/se/bokning/booking-features/instant-booking.md) är aktiv sker utcheckningen **efter** att tjänsten har slutförts, vilket gör dricks enkelt:

1. Kunden bokar med Sesami Instant Booking (ingen betalning vid bokningstillfället)
2. Tjänsten har slutförts
3. Kunden lägger till bokningen i varukorgen och går vidare till kassan
4. Dricks kan läggas till på det totala beloppet i kassan

Detta låter kunder ge dricks baserat på sin faktiska upplevelse.

{% hint style="info" %}
Även för bokningar som gick genom Shopify-kassan kan du koppla loss ordern med hjälp av ett Sesami Flow för att få en liknande utchecknings- och dricksupplevelse efter tjänsten.
{% endhint %}

## Dricks i webbutiken

För onlinebokningar hanteras dricks genom Shopifys inbyggda dricksfunktion:

1. Gå till **Shopify > Inställningar > Kassan**
2. Hitta **Dricks** avsnittet
3. Aktivera dricks
4. Konfigurera dricksalternativ (procent eller eget belopp)
5. **Spara**

För fullständiga detaljer, se: [Shopify-dricksinställning](https://help.shopify.com/en/manual/checkout-settings/tips)

## Relaterat

* [Depositioner](/se/betalningar/deposits.md) — ta ut delbetalning vid bokning
* [Kreditkort sparat i fil](/se/betalningar/credit-card-on-file.md) — spara betalningsmetoder för framtida debiteringar
* [Sesami Instant Booking](/se/bokning/booking-features/instant-booking.md) — bokning utan förhandsbetalning


---

# 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/se/betalningar/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.
