Capital financing applicationPrivate preview
Show an end-to-end application flow for Capital financing.
Render a UI component for connected accounts to complete a financing application. Connected accounts can select their offer amount and terms, view contractual details, and submit their application.
This component is functionally similar to the Capital financing promotion component, but it invokes the application directly without including educational or promotional content. Use it to provide a different application entry point than the Capital financing promotion component.
Component lifecycle
Determining when to render the component
To determine whether a connected account has an eligible financing offer, call the Capital list Financing Offers endpoint and pass the connected account ID in the connected_
parameter.
If an account has no eligible financing offer, then the Capital financing application component renders as null.
Post-submission
If a connected account has already submitted their financing application, the Capital financing application component renders an empty screen. We recommend that you listen to the onApplicationSubmitted
event to display a confirmation screen.
Create an Account Session
When creating an Account Session, enable the financing application component by specifying capital_
in the components
parameter.
After creating the account session and initializing ConnectJS, you can render the Capital financing application component in the front end: