| [ Web Proxy ] |
| Viewing: https://docs.stripe.com/connect/supported-embedded-components | [Back] [Original] |
Use Connect embedded components to build a custom dashboard for your connected accounts. Theyre mobile-optimized and you can customize them to look like your website.
Add embedded components to your page as HTML elements or as React components. Web components are responsive and work on mobile web browsers.
Allow connected accounts to onboard, manage account details, and stay compliant.
Allow connected accounts to view and manage payments, refunds, and disputes.
Allow connected accounts to view their balance, manage payout destinations, and pay out funds.
Allow connected accounts to apply for and manage loans.
Allow connected accounts to view and manage tax information.
Allow connected accounts to order hardware and manage hardware orders.
Allow connected accounts to manage financial accounts and issued cards. View the integration guide
Allow connected accounts to view and download reports.
Allow connected accounts to manage payments data in third-party applications. View the integration guide
When using preview components, use beta versions of the Stripe SDK, and preview 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:
>=15.5.0-beta.1>=12.5.0b1>=17.6.0-beta.1>=18.5.0-beta.1>=48.5.0-beta.1>=29.5.0-beta.1>=82.5.0-beta.1Use the client-side libraries for rendering the private preview components:
Install the library:
npm install --save @stripe/connect-js@previewIf youre using React in your application:
npm install --save @stripe/react-connect-js@previewembedded_connect_beta=v1 to embedded_connect_beta=v2.@stripe/connect-js and @stripe/react-connect-js npm packages.components to enable as a parameter when creating an Account Session.If youre using a preview component thats now generally available, follow these steps:
| Web Proxy Viewer | New URL | Original Page |