# 은행 계좌

빌 계약은 은행이 고객과 상호 작용하여 계좌에 입금/출금을 가능하게 하는 데에도 사용될 수 있습니다.

자체 빌 계약을 배포하고 그에 계정을 추가하는 방법을 이해하기 위해 이 가이드를 읽어보세요.

* 첫 번째 단계는 Bill 계약을 배포하는 것입니다. (계좌가 출금을 할 수 있기 때문에 **지불 가능** 매개변수를 예로 설정합니다)

{% content-ref url="/pages/efBOL09Vcc7TjQA5mZTo" %}
[청구서](/korean/products/bills.md)
{% endcontent-ref %}

## 계좌에 돈 입금하기

빌 계약에 돈을 입금하는 단계별 가이드는 다음과 같습니다:

* 빌 계약으로 이동하고 **상세정보** 버튼을 클릭하여 해당 패널을 표시합니다.
* 계정의 ID를 클릭하여 해당 계정을 선택합니다.

<figure><img src="/files/CNVOwY4jN8kDDd4B2Li7" alt=""><figcaption></figcaption></figure>

* 이제 **제어판** 버튼을 클릭한 다음 제어판 메뉴에서 **입금** 버튼을 클릭합니다.

<div><figure><img src="/files/r4w4u0G7xM6pHKZuJO12" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TkQ6KbrRYY2WGYw2u5pq" alt=""><figcaption></figcaption></figure></div>

* 계정 ID와 입금하려는 금액을 필드에 입력하고 거래를 확인합니다.

축하합니다! 계정에 성공적으로 자금을 입금하였습니다. 은행 사용 사례에서는 입금된 모든 자금이 언제든지 인출 가능해야 합니다.

## 계좌에서 돈 인출하기

빌 계약에서 계좌에서 돈을 인출하는 단계별 가이드는 다음과 같습니다:

* 빌 계약으로 이동하고 **상세정보** 버튼을 클릭하여 해당 패널을 표시합니다.
* 계정의 ID를 클릭하여 해당 계정을 선택합니다.

<figure><img src="/files/CNVOwY4jN8kDDd4B2Li7" alt=""><figcaption></figcaption></figure>

* 이제 **제어판** 버튼을 클릭한 다음 제어판 메뉴에서 **인출** 버튼을 클릭합니다.

<div><figure><img src="/files/r4w4u0G7xM6pHKZuJO12" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UBMCUf0gZPaefi41HU2p" alt=""><figcaption></figcaption></figure></div>

* 계정 ID와 인출하려는 금액을 필드에 입력하고 거래를 확인합니다.


---

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