Capital financingPrivate preview
Allow a connected account to view and manage their active Capital financing.
The Capital financing component allows connected accounts to view and manage their financing. Connected accounts can monitor repayment progress, review transaction history, and make payments.
Component lifecycle
No financing
For connected accounts without any financing history, the Capital financing component displays a “No financing” message. We recommend listening to the onFinancingsLoaded
event to render a custom message or hide the component for accounts with no history.
In-review financing
When a connected account has recently submitted a financing application, the Capital financing component shows an application tracker view. It informs the connected account of their application status.
After an account first submits their application, you must reload this component for it to render the application tracker.
Create an Account Session
When creating an Account Session, enable the Capital financing component by specifying capital_
in the components
parameter.
After creating the account session and initializing ConnectJS, you can render the Capital financing component in the front end: