Capital application componentPublic preview
Show an end-to-end application flow for Capital financing.
Public preview
Capital for platforms is available in public preview. Sign up to join.
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.
Application step progress
You can track users’ progress through financing applications by listening for the onApplicationStepChange
event. This event is emitted when the user advances forward to the next step or navigates back to a previous step. The name of the next step is provided to the handler you provide in the step
field.
Limitations
- This listener should only be used for analytics purposes.
- Steps can appear in any order and can repeat.
- Step names can be modified, added or removed at any time.
Create an Account Session
When creating an Account Session, enable the financing application component by specifying capital_
in the components
parameter.
Render the component
After creating the account session and initialising ConnectJS, you can render the Capital financing application component in the front end: