入金
入金情報を表示して、ユーザーが入金を実行できるようにします。
Payouts renders the balance summary and a list of payouts for the connected account, including information about any upcoming payouts. If you enable the payouts component, connected accounts can also perform instant or manual payouts, or edit their payout schedule and external bank accounts. If Stripe is liable for a connected account’s negative balances, connected accounts can also proactively add money to their balance to avoid a negative balance and prevent business disruptions.
アカウントセッションの作成時に、components
パラメーターで payouts
を指定して、入金の埋め込みコンポーネントを有効にします。payouts
で features
パラメーターを指定することにより、入金のコンポーネントの個々の機能を有効または無効にすることができます。
アカウントセッションを作成して ConnectJS を初期化すると、フロントエンドで入金コンポーネントを表示できます。
Instant Payouts を有効にすると、以下の追加ステップが必要になる場合があります。
- プラットフォームが連結アカウントから手数料を徴収する場合は、ダッシュボードで Instant Payout の収益化を設定する必要があります。
- If your platform is liable for a connected account’s negative balances, your platform must be in a supported country and the account must be in the same country as the platform and must be in the local currency.
- Stripe が連結アカウントのマイナス残高に対する責任を負う場合、アカウントの利用資格は Stripe が管理します。
注
標準の手動入金を使用するには、連結アカウントの入金スケジュールが manual
に設定されている必要があります。 edit_
機能を true
に設定することで、入金コンポーネントで入金スケジュールの編集を有効にできます。