Capital financing componentPublic preview
Allow a connected account to view and manage their active Capital financing.
Public preview
Capital for platforms is available in public preview. Sign up to join.
The Capital financing embedded component allows connected accounts to view and manage their financing status after they accept an offer. Connected accounts can:
- View their payment progress.
- Monitor transaction history.
- Make payments, if applicable to their type of financing.
Set up Connect.js
If you don’t already use Stripe embedded components in your application, initialize Connect.js before you integrate the financing component.
Create an Account Session
In your create an Account Session request, specify capital_
in the components
parameter to enable the financing component.
Render the component
Render the Capital financing component in the front end.
Set the display state
Place the financing component on a page your connected accounts currently use to view payments and payouts reporting information, or a dedicated Financing page.
The financing component displays content dynamically based on the connected account’s financing status:
No financing history: If a connected account has an offer, but hasn’t accepted or applied for it yet, the financing component displays nothing. Listen to the
onFinancingsLoaded
event to display a custom message in the financing component for this state or hide the financing component until financing data becomes available.Offer in review: After an eligible connected account accepts and applies for a financing offer, use this state to render the component to display an application status tracker while they wait for offer approval.