> 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/no/betalinger/tips.md).

# Tips

La kunder legge til et tips eller en drikkepenge — flott for tjenestebaserte virksomheter som salonger, spaer og velværeutøvere.

## Drikkepenger med Shopify POS

For timebestillinger i fysisk butikk er drikkepenger tilgjengelig via Shopify POS:

* Konfigurer tipsalternativer i POS-innstillingene dine
* Kunder kan legge til et tips på POS-enheten under eller etter betaling

For oppsett av drikkepenger i POS, se: [Shopify POS-tips](https://help.shopify.com/en/manual/sell-in-person/pos-classic/transactions/tips)

### Forenklet med Sesami Instant Booking

Når [Sesami Instant Booking](/no/booking/booking-features/instant-booking.md) er aktiv, skjer betalingen **etter** at tjenesten er fullført, noe som gjør tipsing enkelt:

1. Kunden bestiller med Sesami Instant Booking (ingen betaling ved bestillingstidspunktet)
2. Tjenesten er fullført
3. Kunden legger bestillingen i handlekurven og går videre til betaling
4. Tips kan legges til på hele beløpet ved betaling

Dette lar kundene gi tips basert på sin faktiske opplevelse.

{% hint style="info" %}
Selv for bestillinger som gikk gjennom Shopify-kassen, kan du koble fra ordren ved hjelp av en Sesami Flow for å oppnå en lignende betalings- og tipseopplevelse etter utført सेवा.
{% endhint %}

## Drikkepenger i nettbutikken

For nettbestillinger håndteres drikkepenger gjennom Shopifys innebygde funksjon for tips:

1. Gå til **Shopify > Innstillinger > Kasse**
2. Finn **Drikkepenger** seksjonen
3. Aktiver drikkepenger
4. Konfigurer tippsalternativer (prosent eller egendefinert beløp)
5. **Lagre**

For fullstendige detaljer, se: [Oppsett av drikkepenger i Shopify](https://help.shopify.com/en/manual/checkout-settings/tips)

## Relatert

* [Depositum](/no/betalinger/deposits.md) — innkrev delbetaling ved booking
* [Kredittkort lagret på fil](/no/betalinger/credit-card-on-file.md) — lagre betalingsmåter for fremtidige belastninger
* [Sesami Instant Booking](/no/booking/booking-features/instant-booking.md) — bestilling uten forhåndsbetaling


---

# 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/no/betalinger/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.
