> 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/zh-cn/zhi-fu/credit-card-on-file.md).

# 信用卡留存

想要为客户存储或保留信用卡信息，以便未来扣款？以下介绍如何通过 Sesami 和 Shopify 处理这一点。

## Sesami 的付款运作方式

Sesami 不直接处理付款——付款通过 Shopify 的结账系统完成。Shopify 维护 PCI 合规，这意味着商家不能在 Shopify 后台手动存储信用卡号码。

## 推荐：Downpay

[Downpay](https://apps.shopify.com/downpay) 是一个与 Sesami 配合良好的 Shopify 应用，并提供：

* **卡片留存** 通过 Shopify 的 API
* **定金和部分付款**
* 从订单页面或 POS 收取剩余余额

## 替代方案

* **发送发票** 给客户以收取剩余余额
* **收取定金** 在预约时，并在就诊时收取剩余部分（参见 [订金](/zh-cn/zhi-fu/deposits.md))

## 相关

* [订金](/zh-cn/zhi-fu/deposits.md) — 在预约时收取部分付款
* [提示](/zh-cn/zhi-fu/tips.md) — 在结账时添加小费


---

# 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/zh-cn/zhi-fu/credit-card-on-file.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.
