Supported Connect embedded components
Learn about current and upcoming embedded components.
Add Connect embedded components to your page as HTML elements or as React components.
Available components![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
![](https://b.stripecdn.com/docs-statics-srv/assets/account-management.d93cc532baac7ecd3cd6643d3eaeee55.png)
Account management
![](https://b.stripecdn.com/docs-statics-srv/assets/account-onboarding.95f17633afced6796cc6759330f3ac06.png)
Account onboarding
![](https://b.stripecdn.com/docs-statics-srv/assets/balances.2ebd5dfb88dc3e4fadb490e726100256.png)
Balances
![](https://b.stripecdn.com/docs-statics-srv/assets/documents.d1d6714ebcd79d26c9729e618ce2e905.png)
Documents
![](https://b.stripecdn.com/docs-statics-srv/assets/financial-account.31638aec874b6e0d0f9e11018c6027b9.png)
Financial account
![](https://b.stripecdn.com/docs-statics-srv/assets/financial-account-transactions.8bb04d7a3e3728901d35e5fdaa443550.png)
Financial account transactions
![](https://b.stripecdn.com/docs-statics-srv/assets/issuing-card.b5f53c96f0cb56ed7febd28e1e215c1c.png)
Issuing card
![](https://b.stripecdn.com/docs-statics-srv/assets/issuing-cards-list.a28b1c42c54a8fe797ca1021c41a7efc.png)
Issuing cards list
![](https://b.stripecdn.com/docs-statics-srv/assets/notifications-banner.fd29bec4a8862dabbfab3d83106c2423.png)
Notification banner
![](https://b.stripecdn.com/docs-statics-srv/assets/payments.ad0a2d5c6a2387f1ff595c6fcca96662.png)
Payments
![](https://b.stripecdn.com/docs-statics-srv/assets/payment-details.c42997150069204957d8d1172849d66b.png)
Payment details
![](https://b.stripecdn.com/docs-statics-srv/assets/payouts.2c5188c3132085b58dfc7fb661703d6f.png)
Payouts
![](https://b.stripecdn.com/docs-statics-srv/assets/payouts-list.36eb022bd4c62d9d6b6b6a4fde0714aa.png)
Payouts list
![](https://b.stripecdn.com/docs-statics-srv/assets/tax-registrations.e5aabe4b2c87144c5ee6ca4e548d162c.png)
Tax registrations
![](https://b.stripecdn.com/docs-statics-srv/assets/tax-settings.eacea24c508ca45de63cf8f5978965ff.png)
Tax settings
Preview components ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
When using private preview components, use beta versions of the Stripe SDK, as well as beta versions of the @stripe/connect-js and @stripe/react-connect-js SDKs.
To create an account session with private preview components, use the Stripe beta SDKs:
- Ruby
>=13.
4. 0-beta. 4 - Python
>=11.
5. 0b3 - PHP
>=16.
5. 0-beta. 3 - Node
>=17.
6. 0-beta. 3 - .NET
>=47.
3. 0-beta. 3 - Java
>=28.
3. 0-beta. 3 - Go
>=81.
3. 0-beta. 3
Use the client-side libraries for rendering the private preview components:
Available preview components![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
![](https://b.stripecdn.com/docs-statics-srv/assets/app-install.fccc72ed33b532bf2fd402d98b65e214.png)
App install
![](https://b.stripecdn.com/docs-statics-srv/assets/app-viewport.21e004d1d15b4e4f5f9f68e41885b2fa.png)
App viewport
![](https://b.stripecdn.com/docs-statics-srv/assets/capital-financing-application.02621b3d0820bed89170310bad767cad.png)
Capital financing application
![](https://b.stripecdn.com/docs-statics-srv/assets/capital-financing-promotion.961fea86bd22cf5a5f96045f835806a2.png)
Capital financing promotion
![](https://b.stripecdn.com/docs-statics-srv/assets/capital-financing.d2bb7e8967da65305b6c1850c5613bbf.png)
Capital financing
![](https://b.stripecdn.com/docs-statics-srv/assets/payment-method-settings.77728dd382b9c523faadaad4cb562107.png)
Payment method settings
![](https://b.stripecdn.com/docs-statics-srv/assets/reporting-charts.46fe503d7fd342c81157d813b8260763.png)
Reporting chart
Integration guides![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
![](https://b.stripecdn.com/docs-statics-srv/assets/accounting-integrations.609dfd768f506c87c8ef2e8012bfef77.png)
Accounting integrations
![](https://b.stripecdn.com/docs-statics-srv/assets/account-onboarding.95f17633afced6796cc6759330f3ac06.png)
Fully embedded Connect platform integration
Embedded finance
Migrate from the v1 to v2 beta ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
- Update your client library.
- Update the beta header used from
embedded_
toconnect_ beta=v1 embedded_
.connect_ beta=v2 - Specify the list of
components
to enable as a parameter when creating an Account Session.
Migrate from v2 beta to GA ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
If you’re using a beta component that’s now generally available, follow these steps: