> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/online-shop/subscription-management.md).

# サブスクリプション管理

サブスクリプションは、アクセス権限に応じて顧客と管理者の両方が管理できます。以下では、それぞれの画面からサブスクリプションを確認・管理する方法を説明します。

## 顧客向け: 自分のサブスクリプションの確認と管理

**サブスクリプションページを開く**

メンバーアカウントのプロフィールから、サイドバーの「**サブスクリプション**」を選択します。

このページには、契約中のサブスクリプションが以下の情報とともに表示されます。

* **商品名**
* **サブスクリプション料金**
* **前回の請求日**
* **次回の請求日**
* **現在の支払い方法**

このページから、サブスクリプションのキャンセルや支払い方法の更新も行えます。

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

### 支払い方法を変更する

「**支払い方法を変更**」をクリックすると、このサブスクリプションで使用するカードや支払いオプションを更新できます。

新しい支払い情報を入力して確定します。保存すると、カードの種類や下4桁を含む新しい支払い方法がすぐに表示されるため、どの支払い方法が有効になっているかひと目で確認できます。

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

## 管理者向け: 顧客のサブスクリプションの管理

**サブスクリプション一覧を開く**

管理ダッシュボードから「**ネットショップ → サブスクリプション**」に移動します。

この画面には、ストア内のすべてのサブスクリプションが以下の情報とともに表示されます。

* **顧客名とメールアドレス**
* **商品**
* **価格**
* **請求サイクル**
* **前回の支払日**
* **次回の支払日**

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

### サブスクリプションの詳細を開く

サブスクリプションをクリックすると、詳細を確認できます。

「**サブスクリプション管理**」パネルが開き、現在のステータスと設定内容が表示されます。

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

### サブスクリプションの内容を編集する

サブスクリプション管理パネルから、管理者は次の操作ができます。

* **請求サイクルの変更（例: 月次）**
* **サブスクリプション価格の更新**
* **次回支払日の調整**
* **累計売上の確認**
* **これまでに処理された継続課金の回数の確認**
* **関連する商品と顧客の確認**

変更内容は、更新の種類に応じて今後の支払いおよび継続中の支払いに反映されます。

### 補足

* 各サブスクリプションは個別に管理されます。
* 支払い方法はサブスクリプションごとに保存されるため、サブスクリプションごとに異なる支払い方法を使用できます。
* サブスクリプションのデータはリアルタイムで更新され、変更を保存するとすぐに反映されます。


---

# 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.opusbooster.com/platform/online-shop/subscription-management.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.
