コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
売上
プラットフォームおよびマーケットプレイス
資金管理
開発者向けリソース
概要
導入を開始
資金調達と財務
Treasury
Capital
    概要
    Capital の仕組み
    Capital のご利用対象
    始める
    ご利用ガイド
    Capital の設定
    Capital のテスト
    Capital のマーケティング方法
    自社のシステムを構築する
    レポート作成と照合
    更新
    プログラムを管理する
    規制へのコンプライアンス
    サービス提供
    基準
    プログラムを拡大
    プロモーションタイルを埋め込む
    Stripe 以外のデータを Capital のリスク評価にインポートする
支払い管理
カードを発行する
グローバル入金
資金の管理
ホーム資金管理Capital

注

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

プロモーションタイルを埋め込む

オファーを目立たせて表示することで、Capital プログラムの受入率を増やします。

A promotional tile highlights available financing offers to your users, which can both increase the visibility of financing options and lead to higher application rates as compared to email-only marketing. This guide describes how to embed a smaller tile version of the Capital financing promotion component as a white-labeled promotion in your website or app.

You can use promotion tiles to:

  • Increase visibility: Highlight available financing options in the same place connected accounts make business decisions so that financing options are part of their decision-making process.
  • Fill gaps: Address the limitations of email-only marketing and offers buried on secondary pages by providing a visible, in-context promotional tile with pre-qualified financing, including the exact offer amount.
  • Reduce friction: Allow users to click directly into the application flow from within your website or your platform’s dashboard flow.
  • 受入率の促進:行動を促す明確な条件でタイムリーなオファーを提示します。
  • Maintain brand consistency: Customize the look and feel of the promotional tile to match your platform’s design language.
Furever のプロモーションタイル、Stripe の埋め込みコンポーネントのデモ

Furever のプロモーションタイル、Stripe の埋め込みコンポーネントのデモ

配置

ビジネスで成功している実装サンプルを分析したところ、メインページまたはそのページのサイドバーにプロモーションタイルを配置すると、最も高いマーケティング効果が得られることがわかりました。

ユーザーが頻繁にアクセスする場所にタイルを配置することで、可視性とエンゲージメントを最大化できます。この戦略的な配置により、ユーザーは最も適切なタイミングで融資オファーを確認できるようになり、その結果、申請率と受入率の向上につながる可能性があります。

さらに、顧客がプラットフォームをどのように利用しているかを分析し、特定のユースケースにおいて最も利用されている領域を特定します。

You can display the promotional tile with general eligibility information to all your connected accounts, or optionally hide the tile if there’s no available financing offer for a connected account.

If multiple types of users from each connected account access your platform’s website or dashboard, consider only showing the promotional tile when an owner or an admin of the account is logged in, because those are the types of users that need to review and apply for financing offers.

始める

次の手順に従って、Capital の融資オファーをユーザーに提示するプロモーションタイルを埋め込みます。

Connect.js を設定する

If you don’t already use Stripe embedded components in your application, run through the Initialize Connect.js step of the Get started with Connect embedded components guide.

このガイドでは、以下の内容について取り上げます。

  1. Create Account Session API を使用するためのバックエンドルートの確立
  2. Connect.js の設定
  3. Connect.js の読み込みと初期化

このガイドを完了したら、プロモーションタイルの実装に進むことができます。

アカウントセッションを作成する

アカウントセッションを作成する際は、components パラメーターの capital_financing_promotion を指定して、Capital 融資プロモーションコンポーネントを有効にします。

Command Line
curl
# Set your secret key. Remember to switch to your live secret key in production. # See your keys here: https://dashboard.stripe.com/apikeys # This example uses the beta SDK. curl https://api.stripe.com/v1/account_sessions \ -u sk_test_26PHem9AhJZvU623DfE1x4sd: \ -d "account"="{{CONNECTED_ACCOUNT_ID}}" \ -d "components"='{"capital_financing_promotion": {"enabled": true}}' \ -H "Stripe-Version: 2025-04-30.basil; embedded_connect_beta=v2;"

Render the promotional tile

After creating the account session and initializing ConnectJS, you can render the Capital financing promotion component in the front end.

The setLayout method controls whether to display the full embedded component or the smaller banner, which greatly reduces the vertical size of the component to stack it along with other content on your website or your platform’s dashboard.

promo-tile.js
JavaScript
// Include this element in your HTML const capitalFinancingPromotion = stripeConnectInstance.create('capital-financing-promotion'); capitalFinancingPromotion.setLayout('banner'); container.appendChild(capitalFinancingPromotion);

Customize the component's appearance

埋め込みコンポーネントのデザインをカスタマイズできます。Capital の融資促進コンポーネントは、お使いのデザインシステムに合わせて豊富なデザインオプションをサポートします。そのため、このプロモーションタイルは、サードパーティーから提供された埋め込み要素ではなく、プラットフォームのネイティブ要素のような使用感があります。

Connect.js の設定を使用して、色、タイポグラフィ、境界線の半径、その他の視覚要素をカスタマイズできます。また、埋め込みコンポーネントのデザインプレビューツールを使用して、実装前にさまざまなオプションを試すこともできます。

プロモーションタイルを他の埋め込みコンポーネントと異なるデザインにする場合、Connect.js インスタンスをいくつか初期化することで、より細かく制御できるようになります。このアプローチにより、プラットフォーム全体でそれぞれのコンポーネントが独自のデザイン設定を維持できるようになります。

For more information on additional configuration options for this component, see the Capital financing promotion documentation.

Set the display state

このコンポーネントは、連結アカウントの融資ステータスに基づいて表示が調整されます。

  • 有効なオファーあり:申請の開始ボタンでオファーの詳細がすべて表示されます
  • 貸付中の有効な融資:コンポーネントは表示されません (null が返されます)
  • **有効な融資なし:**融資プログラムに関する基本的な資格情報が表示されます

前述したように、プロモーションタイルは、メインページや、ユーザーがビジネス上の意思決定を行うようなアクセス頻度の高いページに実装することを検討してください。

Additionally, you can hide the promotional tile component entirely if there’s no eligible financing offer. To accomplish this you can use the available onEligibleFinancingOfferLoaded callback:

promo-tile.js
JavaScript
// Include this element in your HTML const capitalFinancingPromotion = stripeConnectInstance.create('capital-financing-promotion'); capitalFinancingPromotion.setLayout('banner'); container.appendChild(capitalFinancingPromotion); capitalFinancingPromotion.setOnEligibleFinancingOfferLoaded(({productType}) => { switch (productType) { case 'none': capitalFinancingPromotion.parentElement.style.display = 'none'; break; case 'standard': case 'refill': capitalFinancingPromotion.parentElement.style.display = 'block'; break; } });

テスト

You can create an offer in a sandbox and set the offer status to delivered. Use this test offer to preview the promotional tile within your platform’s website or dashboard.

オプションAdditional embedded components

オプション実装後の手順

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