Capital promo tile componentPublic preview
Increase adoption for your Capital program by more prominently displaying offers.
The Capital promo tile component displays available financing offers to your connected accounts. This guide describes how to embed a smaller tile version of the Capital promotion component as a white-labeled promotion in your platform’s website or app.
The promo tile can help:
- Increase visibility: Display financing options where connected accounts make business decisions, improving awareness and application rates.
- Fill gaps: Provide visible, pre-qualified financing offers with exact amounts, addressing limitations of email-only marketing.
- Reduce friction: Enable direct application access from your website or dashboard.
- Drive adoption: Present timely offers with clear terms to motivate action.
- Maintain branding: Customize the promo tile to match your platform’s design.

Promo tile in Furever, the Stripe embedded components demo
Before you begin
- Embedded components are only available to display to connected accounts in the US and UK.
- Before you go live, you must enable automatic offers and submit your integration to Stripe for review.
- When you render the component, it links out to Stripe content by default. You can replace the link for Privacy policy and How Capital for platforms works with your equivalent documentation.
Install Capital embedded components
Install a beta version of the Stripe SDKs to create account sessions for private preview components:
- Ruby
>=15.
5. 0-beta. 1 - Python
>=12.
5. 0b1 - PHP
>=17.
6. 0-beta. 1 - Node
>=18.
5. 0-beta. 1 - .NET
>=48.
5. 0-beta. 1 - Java
>=29.
5. 0-beta. 1 - Go
>=82.
5. 0-beta. 1
Use the beta version of the Stripe’s client-side libraries to render private preview components:
Set up Connect.js
If you don’t already use Stripe embedded components in your application, initialize Connect.js before you integrate the promo tile component.
Create an Account Session
In your create an Account Session request, specify capital_
in the components
parameter.
Render the component
Render the Capital promo tile component in the front end.
The setLayout
method controls whether to display the full
embedded component or the smaller banner, which greatly reduces the vertical size of the component to stack it along with other content on your website or your platform’s dashboard.
Customize the component's appearance
You can customize the look and feel of embedded components. The Capital financing promotion component supports a set of styling options to match your design system. This ensures the promo tile feels like a native part of your platform rather than a third-party element.
You can customize colors, typography, border radius, and other visual elements through the Connect.js configuration. You can also try out different options before implementation using the embedded component appearance preview tool.
For more granular control, you can initialize multiple Connect.js instances if your promo tile requires different styling from other embedded components. This approach allows you to maintain distinct appearance configurations for different components throughout your platform.
For more information on additional configuration options for this component, see the Capital financing promotion documentation.
Set the display state
Add the promo tile on your main home page or the sidebar of that page yields the highest marketing impact. Position the tile where connected accounts frequently navigate to maximize visibility and engagement. Additionally, evaluate how your connected accounts interact with your platform to find the places that best apply to your use case (such as high-visibility or decision-making pages).
If multiple users have access to a connected account, consider only showing the promo tile to a logged-in owner or admin of the account (who can review and apply for a financing offer).
The component adapts its display based on the connected account’s financing status:
- With active offer: Shows full offer details with a Start application button.
- Active financing in progress: The component doesn’t render (returns null).
- No active financing: Displays generic eligibility information about the lending program.
Additionally, you can hide the promo tile component entirely if there’s no eligible financing offer. To accomplish this you can use the available onEligibleFinancingOfferLoaded
callback:
Submit the component for review
To use any of the Capital components in live mode, Stripe and our financial partners must review and approve all customer-facing content that references Stripe Capital:
- Create a test offer in a sandbox, and set the offer status to
delivered
. Use this test offer to preview the application component in your platform’s website or dashboard. - Capture a preview of the sandbox offer and how the embedded component displays in your platform’s UI (such as screenshots or a recorded video).
- Submit the preview to Stripe. After approval, Stripe enables you to use the component in live mode.