> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/zhong-guo-ren/products/bills/banks.md).

# 银行账户

账单合约也可以被银行用来与他们的客户进行交互，并使他们能够将资金存入/提取出他们的账户。

阅读此指南以了解如何部署自己的账单合约并向其添加账户。

* 第一步是部署一个账单合约（将**是否可支付**参数设置为是，因为账户可以进行提取）

{% content-ref url="/pages/oAOv3Ffi4GVFme05wbrM" %}
[账单](/zhong-guo-ren/products/bills.md)
{% endcontent-ref %}

## 存款到账户

以下是向账单合约中的您的账户存款的逐步指南：

* 进入您的账单合约，点击**详情**按钮以展开其面板
* 点击您的账户的ID以选择它

<figure><img src="/files/4R5iS42WoZ0suHOfqQPJ" alt=""><figcaption></figcaption></figure>

* 现在点击**控制面板**按钮，然后点击控制面板菜单中的**存款**按钮

<div><figure><img src="/files/iXSx8TRFNQVdlgcmCFGV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8bozEjDzCRWKGkp5tMMe" alt=""><figcaption></figcaption></figure></div>

* 使用您的账户ID和您希望存入的金额填写字段，并验证交易

恭喜！您已成功将资金存入您的账户。在我们的银行用例中，所有存入的资金应随时可供提取。

## 从账户提款

以下是从账单合约中的您的账户提取资金的逐步指南：

* 进入您的账单合约，点击**详情**按钮以展开其面板
* 点击您的账户的ID以选择它

<figure><img src="/files/4R5iS42WoZ0suHOfqQPJ" alt=""><figcaption></figcaption></figure>

* 现在点击**控制面板**按钮，然后点击控制面板菜单中的**提款**按钮

<div><figure><img src="/files/iXSx8TRFNQVdlgcmCFGV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xJkRVANpBdZddRXyKJCp" alt=""><figcaption></figcaption></figure></div>

* 使用您的账户ID和您希望提取的金额填写字段，并验证交易


---

# 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://docs.payswap.org/zhong-guo-ren/products/bills/banks.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.
