# 支払方法

ECモールで使用する支払方法を管理します。

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

<table><thead><tr><th width="215">項目</th><th>説明</th></tr></thead><tbody><tr><td>「←」ボタン</td><td>前のページに戻る</td></tr><tr><td>支払方法名</td><td>支払方法の名称を表示（デフォルトはStripe Connect）</td></tr><tr><td>歯車アイコン</td><td>以下のアクションを実行<br>・編集<br>・削除</td></tr><tr><td>ステータス</td><td>支払方法のステータス（有効/無効）を表示（変更可）</td></tr></tbody></table>

{% hint style="info" %}
**支払方法は1件のみ登録可能です**

異なる支払方法を登録する場合には、既存の支払方法を削除し、画面右上に表示される「支払方法の追加」ボタンをクリックしてください。\
※ 現時点で利用可能な支払方法は「Stripe Connect （カスタムアカウント）」のみです。
{% endhint %}


---

# 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://manual-admin.cs-cart.jp/mall-admin/settings/payment_methods.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.
