アカウント登録の設定を選択する
連結アカウントを登録するためのさまざまなオプションについてご紹介します。
Stripe では、次のようなアカウント登録オプションを提供しています。
- Stripe のホスティング登録: 連結アカウントは、Stripe がオンラインで提供するウェブフォームを使用してアカウント登録フローを実行します。
- オンラインのアカウント登録: アプリケーションにアカウント登録コンポーネントを直接埋め込みます。連結アカウントは、アプリケーションから離れずにアカウント登録フローを実行します。
- API によるアカウント登録: Stripe の API を使用して自社用にカスタマイズされたアカウント登録 UI を構築します。
ビジネスに最適なアカウント登録オプションを選択してください。Stripe のホスティング登録またはオンラインのアカウント登録の使用をお勧めします。これらのオプションは、連結アカウントに要件の変更が適用されると、それに対応するために自動的に更新されます。
Stripe のホスティング登録 | オンラインのアカウント登録 | API によるアカウント登録 | |
---|---|---|---|
導入作業 | |||
カスタマイズ | Stripe のブランド名を使用して、プラットフォームのブランディングを制限 | カスタマイズの自由度が高く、Stripe のブランディングを制限 | 自社の UI を全面的に管理 |
新しい規制要件に合わせた自動更新 | 即時 | 即時 | システムの変更が必要 |
システムを変更せずに新しい国をサポート | |||
法人の共有のサポート (Accounts v1 のみ) | |||
フローロジック | 限定的に管理 | 限定的に管理 | 全面的に管理 |
最適な例 | Stripe がアカウント登録を担当するプラットフォーム | アプリケーション内にブランド名の入ったアカウント登録フローを希望するプラットフォーム | アカウント登録フローの全面的な管理が必要で、そのフローの導入・管理を行うリソースがいるプラットフォーム |
Stripe のホスティング登録
Stripe-hosted onboarding is a web form hosted by Stripe with your brand’s name, color, and icon, and is localized for all Stripe-supported countries. Stripe-hosted onboarding uses the Accounts API to read an account’s requirements and generate a custom guided flow. It lets the account user upload documents and applies robust data validation, including real-time verification when possible.
Additionally, Stripe-hosted onboarding lets existing connected accounts update their business type or previously submitted details.
Accounts v1 の Stripe ホスティング登録は、ネットワーク経由のアカウント登録に対応しており、複数の Stripe アカウントの所有者が特定のビジネス情報をアカウント間で共有できます。アカウント登録時にそれらの情報を再提出する代わりに、既存のアカウントの情報を再利用できます。
Use Stripe-hosted onboarding if you want Stripe to handle onboarding and reduce the amount of effort for your platform.
See Stripe-hosted onboarding to learn more.
オンラインのアカウント登録
Embedded onboarding is a themeable onboarding UI with limited Stripe branding, and it’s localized for all Stripe-supported countries. Your platform embeds the Account onboarding component in your application, and your connected accounts interact with the embedded component without leaving your application. Embedded onboarding uses the Accounts API to read an account’s requirements and generate a custom guided flow. It lets the account user upload documents and applies data validation, including real-time verification when possible.
Additionally, Embedded onboarding lets existing connected accounts update their business type or previously submitted details.
Accounts v1 の埋め込みアカウント登録は、ネットワーク経由のアカウント登録に対応しており、複数の Stripe アカウントの所有者が特定のビジネス情報をアカウント間で共有できます。アカウント登録時にそれらの情報を再提出する代わりに、既存のアカウントの情報を再利用できます。
With embedded onboarding, you get a customized onboarding flow and don’t need to update your onboarding integration as compliance requirements change.
See Embedded onboarding to learn more.
API によるアカウント登録
You use the Accounts API to build an onboarding flow and handle identity verification, localization, and error handling for each country your connected accounts onboard in. Your platform is responsible for all interactions with your connected accounts and for collecting all the information needed to verify each account. You must plan on reviewing and updating onboarding requirements at least every 6 months.
Stripe doesn’t recommend this option unless you’re committed to the operational complexity required to build and maintain an API onboarding flow. For a customized onboarding flow, use embedded onboarding.
See API onboarding to learn more.