> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/megadogasaptosaito/gonore.md).

# 動画販売機能ご利用の流れ

## **ご利用の流れ**

### **1：メガDOGAご契約（トライアルアカウント含む）**

担当者よりメガDOGA WebCMSのアカウントを発行し、メールにてアカウント情報をお送り致します。

### **2：stripe登録、APIキーの取得**

決済代行会社「stripe」の登録を行い、APIキーを担当者へご連絡ください。

※参照：[\[→決済代行会社「stripe」について\]](/megadogasaptosaito/gonore/stripenitsuite.md)

### **3：APIキーの設定**

ご連絡いただきましたAPIキーを使い、当社にてメガDOGAとstripeの連携を行います。\
最短即日作業可能です。

### **4：stripeにて税率の設定**

※参照：[\[【stripe】税率の設定をする\]](/megadogasaptosaito/gonore/stripenowosuru.md)

### **5：メガDOGAにてサイト構築**

メガDOGA WebCMSから動画を最低1本アップロードしていただき、「会社概要」「利用規約」「特定商取引法に基づく表記」「個人情報保護方針」を記載表示してください。\
　※参照：[\[→フッター設定\]](/frontsaito/ji-ben-she-ding.md#futt)

### 6：決済テスト

* **stripeがテスト環境／テストAPIでの接続の場合**\
  実際のクレジットカードは利用できませんため、テストカードにてテストをお願いします。\
  ※参照：[stripeテストカード一覧](https://stripe.com/docs/testing)新しいタブで外部サイトが開きます。）
* **stripeが本番モード／本番APIでの接続の場合**\
  実際のクレジットカードが利用可能ですので、実際のクレジットカードにてテストをお願いします。

{% hint style="info" %}
**決済エラー**

stripeのモード(本番／テスト)と接続しているAPIキーが異なる場合、\
メガDOGAでは決済エラーとなりますので、切り替え時はご注意ください。
{% endhint %}

### **7：金融機関審査(JCBのみ)**

上記までの動作テストに問題がなければ金融機関の審査を申請します。\
※参照：\[→[JCB審査申請](https://support.megadoga.com/knowledge/jcb%e5%af%a9%e6%9f%bb%e7%94%b3%e8%ab%8b/)]

### **8：サービス開始**

審査通過後、対応クレジットカードにて販売が可能になります。


---

# 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://support.megadoga.com/megadogasaptosaito/gonore.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.
