Accéder directement au contenu
Créez un compte
ou
connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compte
Connectez-vous
Démarrer
Paiements
Automatisation des opérations financières
Plateformes et places de marché
Gestion de fonds
Outils de développement
Démarrer
Paiements
Automatisation des opérations financières
Démarrer
Paiements
Automatisation des opérations financières
Plateformes et places de marché
Gestion de fonds
Aperçu
Démarrer avec Connect
Principes de base de l'intégration
Exemples d'intégration
Inscrire des comptes
Configurer les dashboards des comptes
    Démarrer avec les composants intégrés Connect
    Personnaliser les composants intégrés Connect
    Composants intégrés Connect pris en charge
      Composants disponibles
      Gestion de compte
      Inscription des comptes
      Soldes
      Documents
      Compte financier
      Transactions du compte financier
      Carte Issuing
      Liste des cartes Issuing
      Bannière de notification
      Détails du paiement
      Paiements
      Virements
      Liste des virements
      Immatriculations fiscales
      Paramètres fiscaux
      Composants en version bêta
      Installation de l'application
      Fenêtre d'affichage de l'application
      Financement Capital
      Demande de financement Capital
      Promotion du financement Capital
      Litiges sur un paiement
      Exporter les transactions avec taxe
      Paramètres des moyens de paiement
      Graphique de suivi
    Personnalisation du Dashboard Stripe
    Contrôles de la plateforme pour les comptes du Dashboard Stripe
    Dashboard Express
Accepter des paiements
Effectuer des virements vers des comptes
Gérer votre plateforme Connect
Formulaires fiscaux pour votre plateforme Connect
Utiliser les types de comptes connectés
AccueilPlateformes et places de marchéConfigure account Dashboards

Remarque

Cette page n'est pas encore disponible dans cette langue. Nous faisons tout notre possible pour proposer notre documentation dans davantage de langues et nous vous fournirons la version traduite dès qu'elle sera disponible.

Supported Connect embedded components

Learn about current and upcoming embedded components.

Copier la page

Add Connect embedded components to your page as HTML elements or as React components.

Available components

Account management
Show account details and allow them to be edited.
Account onboarding
Show a localized onboarding form that validates data.
Balances
Show balance information and allow your connected accounts to perform payouts.
Documents
Show a list of documents available for download.
Financial account
Show details of a financial account.
Financial account transactions
Show a table of all transactions for a financial account.
Issuing card
Show an individual issued card.
Issuing cards list
Show a table of all issued cards.
Notification banner
Show a banner that lists required actions for risk interventions and onboarding requirements.
Payments
Show a list of payments with export, refund, and dispute capabilities.
Payment details
Show details of a given payment and allow users to manage disputes and perform refunds.
Payouts
Show payout information and allow your users to perform payouts.
Payouts list
Show a filterable list of payouts.
Tax registrations
Show and manage tax registrations from connected accounts.
Tax settings
Allow connected accounts to set up Stripe Tax.

Preview components

When using private preview components, use beta versions of the Stripe SDK, as well as 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:

  • Ruby >=15.1.0-beta.1
  • Python >=12.1.0b2
  • PHP >=17.2.0-beta.3
  • Node >=18.1.0-beta.2
  • .NET >=48.1.0-beta.3
  • Java >=29.1.0-beta.2
  • Go >=82.1.0-beta.2

Use the client-side libraries for rendering the private preview components:

Install the library:

npm install --save @stripe/connect-js@preview

If you’re using React in your application:

npm install --save @stripe/react-connect-js@preview

Available preview components

App install
Show a button to install an App.
App viewport
Show a view from an installed App.
Capital financing application
Show an end-to-end application flow for Capital financing.
Capital financing promotion
Show promotional content about a connected account's Capital financing offer and launch a Capital application.
Capital financing
Allow a connected account to view and manage their active Capital financing.
Disputes for a payment
Allow a connected account to view and manage disputes for a payment.
Payment method settings
Show a list of payment methods that connected accounts can manage and accept.
Reporting chart
Show charts to your connected accounts.

Integration guides

Accounting integrations
Show third-party accounting software integrations.
Fully embedded Connect platform integration
Allow your connected accounts to access Stripe Connect features from your own website, without a Stripe hosted dashboard.
Embedded finance
Use prebuilt UI components to embed Issuing and Treasury into your website.

Migrate from the v1 to v2 beta

  1. Update your client library.
    • Ruby >=15.1.0-beta.1
    • Python >=12.1.0b2
    • PHP >=17.2.0-beta.3
    • Node >=18.1.0-beta.2
    • .NET >=48.1.0-beta.3
    • Java >=29.1.0-beta.2
    • Go >=82.1.0-beta.2
  2. Update the beta header used from embedded_connect_beta=v1 to embedded_connect_beta=v2.
  3. Continue to use the preview releases of the @stripe/connect-js and @stripe/react-connect-js npm packages.
  4. Specify the list of components to enable as a parameter when creating an Account Session.

Migrate from v2 beta to GA

If you’re using a beta component that’s now generally available, follow these steps:

  1. Update your client library.
    • Ruby >=13.4.1
    • Python >=11.5.0
    • PHP >=16.5.0
    • Node >=17.6.0
    • .NET >=47.3.0
    • Java >=28.3.0
    • Go >=81.3.0
  2. Remove the embedded_connect_beta header.
  3. Use the GA releases of the @stripe/connect-js and @stripe/react-connect-js npm packages.
Cette page vous a-t-elle été utile ?
OuiNon
Besoin d'aide ? Contactez le service Support.
Rejoignez notre programme d'accès anticipé.
Consultez notre log des modifications.
Des questions ? Contactez l'équipe commerciale.
LLM ? Lire llms.txt.
Propulsé par Markdoc