Balances
Show balance information and allow your connected accounts to perform payouts.
Balances renders the balance summary and the payout schedule. It can also allow the connected account to perform instant or manual payouts.
Note
This component is part of the payouts component.
When creating an Account Session, enable balances by specifying balances
in the components
parameter. You can enable or disable individual features of the balances component by specifying the features
parameter under balances
:
After creating the account session and initializing ConnectJS, you can render the balances component in the front end:
Enabling Instant Payouts might require additional steps:
- If your platform collects fees for a connected account, you must set up Instant Payout monetization in the Dashboard.
- 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.
- If Stripe is liable for a connected account’s negative balances, Stripe controls eligibility for the account.
Note
To use standard manual payouts, the connected account needs to have their payout schedule set to manual
. You can enable payout schedule editing in the payouts component by setting the edit_
feature to true
.