> For the complete documentation index, see [llms.txt](https://manual-sellers.cs-cart.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-sellers.cs-cart.jp/seller-admin/shops/manage_bank_account.md).

# 出金用銀行口座

売上の出金先銀行口座を管理します。

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

<table><thead><tr><th width="274">項目</th><th>説明</th></tr></thead><tbody><tr><td>銀行名</td><td>銀行名を入力</td></tr><tr><td>銀行コード</td><td>金融機関番号を入力</td></tr><tr><td>支店名</td><td>支店名を入力</td></tr><tr><td>支店番号</td><td>支店の金融機関コードを入力</td></tr><tr><td>口座種別</td><td>普通 / 当座 を選択</td></tr><tr><td>口座番号</td><td>7または8桁の番号を入力。6桁の場合は先頭に10を追加</td></tr><tr><td>口座名義人（カタカナ）</td><td>口座名義人をカタカナで入力</td></tr></tbody></table>

{% hint style="info" %}
**本人確認を実施した個人または法人の口座情報を登録しましょう**

マネーロンダリング防止などの観点から、他の個人・法人名義の口座は登録を拒否される場合があります。
{% endhint %}


---

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

```
GET https://manual-sellers.cs-cart.jp/seller-admin/shops/manage_bank_account.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.
