埋め込みコンポーネントを使用する前にログインする必要がある連結アカウントにインジケーターを追加
新機能
disable_stripe_user_authentication の値が、この機能をサポートするコンポーネントの Account Sessions API レスポンスで常に表示されるようになりました。
この機能のデフォルトはすべてのアカウントで false
に設定されますが、要件の期限切れや変更など、更新された情報を収集するアカウント (Custom アカウントなど) では true
に設定することができます。
影響
Connect プラットフォームは、disable_stripe_user_authentication
を Account Sessions API に渡して、連結アカウントが Stripe で認証せずに特定の埋め込みコンポーネントを使用することを許可できるようにします。
現在では、これらの埋め込みコンポーネントの場合は、Account Sessions API からのレスポンスで disable_stripe_user_authentication
の値が常に返されます。
変更点
AccountSession.components.account_management.features.disable_stripe_user_authenticationAccountSession.components.account_onboarding.features.disable_stripe_user_authenticationAccountSession.components.balances.features.disable_stripe_user_authenticationAccountSession.components.notification_banner.features.disable_stripe_user_authenticationAccountSession.components.payouts.features.disable_stripe_user_authentication | 変更しました | required
|
Upgrade