コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
売上
プラットフォームおよびマーケットプレイス
資金管理
開発者向けリソース
API & SDKヘルプ
概要
Connect の使用を開始
導入の基本
導入の例
アカウント管理
アカウント登録
アカウントのダッシュボードを設定する
連結アカウントのタイプの操作
決済処理
決済を受け付ける
    支払いを作成する
    明細書表記の設定
    MCC の設定
    複数の通貨を扱う
    Connect で決済フォームへのリンクを作成
    Connect で Radar を使用
    Connect での不審請求の申請
    サブスクリプションを作成
    請求書を作成
    複数の支払い方法の設定
    決済手段の設定コンポーネントを埋め込む
    アカウント残高
アカウントへの送金
プラットフォーム管理
Connect プラットフォームを管理
Connect プラットフォームの納税申告書
アメリカ
日本語
ホームプラットフォームおよびマーケットプレイスAccept payments

注

このページはまだ日本語ではご利用いただけません。より多くの言語で文書が閲覧できるように現在取り組んでいます。準備が整い次第、翻訳版を提供いたしますので、もう少しお待ちください。

Connect で決済フォームへのリンクを作成

Connect では、連結アカウントに対して決済フォームへのリンクを作成し、必要に応じてその処理の手数料を受け取ることができます。

Connect についてもっと知る

Connect については、概要記事をご覧ください。

You can create payment links for payments to connected accounts. Payment links support all charge types and allow your platform to take an application fee.

ダイレクト支払いを使用して決済フォームへのリンクを作成する

  1. In the Dashboard, open the Payment Links page and click + New.
  2. On the Payment page tab, select an existing product or click + Add a new product.
  3. On the Payment page tab, use the Options and Advanced options to customize the payment link.
  4. On the After payment tab, select Split the payment with a connected account. Then select the connected account and enter the application fee amount. For single payments, the fee is a fixed amount. For recurring payments, the fee is a percentage.
  5. リンクを作成をクリックします。

When a customer buys a product through this payment link, the connected account receives the payment minus any application fee, which goes to your platform balance.

ダイレクト支払いを使用する場合、連結アカウントが Stripe 手数料、返金、チャージバックのコストを負担します。

デスティネーション支払いを使用して決済フォームへのリンクを作成する

  1. In the Dashboard, open the Payment Links page and click + New.
  2. On the Payment page tab, select an existing product or click + Add a new product.
  3. On the Payment page tab, use the Options and Advanced options to customize the payment link.
  4. On the After payment tab, select Split the payment with a connected account. Then select the connected account and enter the application fee amount. For single payments, the fee is a fixed amount. For recurring payments, the fee is a percentage. The application fee should be large enough to cover the Stripe fees that your platform pays. Leave Make payment on behalf of selected account unchecked.
  5. リンクを作成をクリックします。

When a customer buys a product through this payment link, the platform receives the payment. The funds then automatically transfer to the connected account minus any application fee, which remains in your platform balance.

When creating destination charges with a payment link, the payment page uses your platform’s brand settings. See the Customize branding section for more information.

デスティネーション支払いと on_behalf_of を使用して決済フォームへのリンクを作成する

  1. In the Dashboard, open the Payment Links page and click + New.
  2. On the Payment page tab, select an existing product or click + Add a new product.
  3. On the Payment page tab, use the Options and Advanced options to customize the payment link.
  4. On the After payment tab, select Split the payment with a connected account and select the correct connected account.
  5. Under How much should your business keep?, enter an amount for the application fee. For single payments, the fee is a fixed amount. For recurring payments, the fee is a percentage.
  6. Select Make payment on behalf of selected account to specify the connected account as the settlement merchant.
  7. リンクを作成をクリックします。

Create a payment using separate charges and transfers

If you want to explicitly control the transfer of funds to connected accounts, for example when splitting funds from a single payment between multiple connected accounts, you can create a payment link using separate charges and transfers. These payments don’t automatically transfer any funds to connected accounts.

  1. In the Dashboard, open the Payment Links page and click + New.
  2. On the Payment page tab, select an existing product or click + Add a new product.
  3. On the Payment page tab, use the Options and Advanced options to customize the payment link.
  4. On the After payment tab, leave Split the payment with a connected account unselected.
  5. リンクを作成をクリックします。
  6. When you’re ready to pay your connected account, go to the Balance section of the connected account’s details page and click Send funds.
  7. Enter an amount to transfer to the connected account. To charge an application fee, reduce the transfer amount by the amount of the fee.

決済フォームへのリンクで発注された注文のフルフィルメントを実行する

エンドユーザーが決済フォームへのリンクを使用して支払いを完了した後、連結アカウントを有効化して、必要なすべてのフルフィルメントを処理する必要があります。

ダッシュボードで Webhook エンドポイントを構成します。

Stripe ダッシュボードの Webhook ページ

次に、お客様のサーバー上に HTTP エンドポイントを作成し、完了した支払いを監視します。サンプルのエンドポイントシークレットキー (whsec_...) は、必ず各自のキーに置き換えてください。

詳細については、フルフィルメントガイドをご覧ください。

オプションプラットフォーム手数料を回収する

You can optionally collect an application fee for every payment made with the payment link.

For single payments, the fee is a fixed amount for each payment made through the same payment link. It doesn’t vary based on quantity, discounts, or taxes.

For recurring payments, the fee is a set percentage of the total transaction amount for each payment made through the same payment link.

The application fee should be large enough to cover the Stripe fees that your platform pays.

  1. In the After payment tab, select Split the payment with a connected account.
  2. Enter the application fee amount or percentage in How much should your business keep?.
  3. After configuring the payment link to split the payment with your connected account, click + Create link to generate the URL.

After a customer pays using the payment link, the funds flow depends on the charge type:

  • Direct charges: Stripe adds the entire amount to the connected account balance and deducts Stripe fees from it. Stripe then transfers the application fee amount from the connected account balance to your platform account balance.
  • Indirect charges: Stripe adds the entire amount to the platform account balance and deducts Stripe fees from it. Stripe then transfers an amount minus the application fee from your platform balance to the connected account balance.

オプションブランディングをカスタマイズする

プラットフォームおよび Stripe ダッシュボードの全機能へのアクセス権がある連結アカウントは、ブランディング設定を使用して、支払いページのブランディングをカスタマイズできます。on_behalf_of を指定したデスティネーション支払いとダイレクト支払いの場合、決済用の URL リンクでは連結アカウントのブランディング設定が使用されます。on_behalf_of を指定しないデスティネーション支払いの場合、決済用の URL リンクではプラットフォームアカウントのブランディング設定が使用されます。

プラットフォームは、Account (アカウント) 更新 API エンドポイントを呼び出すことで、Stripe ダッシュボードの全機能へのアクセス権がない連結アカウントのブランディング設定を行うことができます。

Account Update API は、ブランディングに関する次のパラメーターを受け取ります。

  • icon - Checkout ページのヘッダーにあるビジネス名の横に表示されます。
  • logo- 指定した場合、Checkout ページのヘッダーに、アイコンとビジネス名の代わりに表示されます。
  • primary_color - Checkout ページの背景色として使用されます。
  • secondary_color - Checkout ページのボタンの色として使用されます。

オプション税金の計算と徴収を導入する

まず、どの法人に納税義務があるかを判断する必要があります。ビジネスモデルによって、連結アカウントまたはプラットフォームが納税義務を負う法人となります。詳細については、Connect で Stripe Tax を使用するをご覧ください。

このページはお役に立ちましたか。
はいいいえ
  • お困りのことがございましたら 、サポートにお問い合わせください。
  • 変更ログをご覧ください。
  • ご不明な点がございましたら、お問い合わせください。
  • LLM ですか?llms.txt を読んでください。
  • Powered by Markdoc