> 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/deposits.md).

# Förskottsbetalningar

Ta emot en delbetalning vid bokningstillfället, och resterande belopp förfaller till betalning vid eller efter mötet.

## Hur depositioner fungerar med Sesami

Sesami använder Shopifys betalningssystem, så depositioner hanteras via Shopifys order- och betalningsflöde.

### Rekommenderat: Downpay

[Downpay](https://apps.shopify.com/downpay) är en Shopify-app som fungerar bra med Sesami och erbjuder:

* **Insamling av deposition** — debitera ett delbelopp i kassan
* **Kort sparat i fil** — spara kortet för resterande saldo
* **Belasta senare** — samla in resten från ordersidan eller POS

### Alternativ: Variantbaserade depositioner

Du kan använda produktvarianter för att definiera betalningsalternativ:

1. Skapa varianter som "Deposition — 25 $" och "Full betalning — 100 $"
2. Kunden väljer sitt betalningsalternativ vid bokning
3. Samla in resterande saldo separat via Shopify-faktura eller betalning på plats

Se detta tillvägagångssätt i praktiken på [demobutiken](https://demo.sesami.co).

## Vanliga upplägg för depositioner

* **Fast belopp** — 25 $ i deposition på en tjänst för 100 $
* **Procentandel** — 20 % i deposition, saldo förfaller vid mötet
* **Betala senare** — ingen deposition; ta emot full betalning vid mötet

{% hint style="info" %}
Kommunicera tydligt din deposition- och avbokningspolicy i tjänstens avsnitt "Mötesdetaljer" så att kunderna vet vad de kan förvänta sig.
{% endhint %}

## Relaterat

* [Kreditkort sparat i fil](/se/betalningar/credit-card-on-file.md) — spara betalningsmetoder för framtida debiteringar
* [Tips](/se/betalningar/tips.md) — lägg till dricks i kassan


---

# 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/deposits.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.
