# 定金

在预订时收取部分付款，剩余金额在预约时或预约后支付。

## 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 %}

## 相关

* [留存信用卡](/zh-cn/zhi-fu/credit-card-on-file.md) — 保存支付方式以便未来扣款
* [提示](/zh-cn/zhi-fu/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/zh-cn/zhi-fu/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.
