Instant Payouts promotion
Show promotional content to increase Instant Payout conversion for your connected accounts.
Render a UI component for connected accounts that displays the ability to make an Instant Payout, and the amount of funds available to pay out instantly. Connected accounts can initiate an Instant Payout through this component by clicking the call-to-action button.
Display dynamic content
This component displays dynamic content (header, subheader, call-to-action text) per-connected account to increase instant payout usage. The content can change based on time (for example, weekends).
In addition, this component always shows the amount eligible for Instant Payouts.
Display logic
For connected accounts where Stripe is liable for payments losses
The component renders when these conditions are met, and when Stripe is liable for payments losses:
- The connected account has funds eligible for Instant Payouts (as determined by Stripe)
- In the component parameters,
enabled
is set totrue
The component doesn’t render any UI otherwise.
For connected accounts where the platform is liable for payments losses
The component shows when these conditions are met, and when the platform is liable for payments losses:
- Your platform is in a supported country for Instant Payouts, and the connected account is in the same country as the platform, and uses the local currency
- Connected account has available funds to pay out
- In the component parameters,
enabled
is set totrue
The component doesn’t render any UI otherwise.
Note
You’re liable for uncovered negative balances caused by refunds or disputes and are responsible for managing risk and eligibility for Instant Payouts. Additionally, you can determine whether the UI renders in the onInstantPayoutsPromotionLoaded
callback function.
Create an account session
When creating an account session, enable the instant payouts promotion component by specifying instant_
in the components
parameter. This component requires the instant_
feature to be enabled.
Rendering the component
After creating the account session and initializing ConnectJS, you can render the Instant Payouts promotion component in the front end. This component provides two optional callback handlers so platforms can track connected account usage: