# デポジット

予約時に一部料金を回収し、残額は予約時または予約後にお支払いいただきます。

## Sesamiでのデポジットの仕組み

SesamiはShopifyの決済システムを使用するため、デポジットはShopifyの注文・決済フローを通じて処理されます。

### 推奨：Downpay

[Downpay](https://apps.shopify.com/downpay) はSesamiと相性の良いShopifyアプリで、以下の機能を提供します：

* **デポジットの回収** — チェックアウト時に一部金額を請求
* **カード情報の保存** — 残額請求のためにカードを保存
* **後で売上確定** — 注文ページまたはPOSから残額を回収

### 代替案：バリアントベースのデポジット

商品バリアントを使って支払いオプションを定義できます：

1. 「デポジット — $25」「全額支払い — $100」のようなバリアントを作成する
2. 顧客は予約時に支払いオプションを選択します
3. 残額はShopifyの請求書または対面支払いで別途回収する

この方法の実例は [デモストア](https://demo.sesami.co).

## 一般的なデポジット設定

* **固定額** — $100のサービスに対して$25のデポジット
* **割合** — 20%のデポジット、残額は予約時に支払い
* **後払い** — デポジットなし。予約時に全額を回収

{% hint style="info" %}
顧客が何を期待すればよいか分かるよう、サービスの「予約詳細」セクションでデポジットとキャンセルポリシーを明確に記載してください。
{% endhint %}

## 関連項目

* [登録済みクレジットカード](/ja/i/credit-card-on-file.md) — 将来の請求のために支払い方法を保存
* [ヒント](/ja/i/tips.md) — チェックアウトにチップを追加


---

# Agent Instructions: 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:

```
GET https://help.sesami.co/ja/i/deposits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
