Accéder directement au contenu
Créez un compte
ou
connectez-vous
Le logo de la documentation Stripe
/
Demander à l’IA
Créer un compte
Connectez-vous
Commencer
Paiements
Revenus
Plateformes et places de marché
Gestion des fonds
Ressources de développement
Aperçu
Démarrer avec Connect
Principes de base de l'intégration
Exemples d'intégration
Gestion de compte
Inscrire des comptes
Configurer les Dashboard 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
    Personnalisation du Dashboard Stripe
    Contrôles de la plateforme pour les comptes du Dashboard Stripe
    Dashboard Express
      Intégrer le Dashboard Express
      Personnaliser le Dashboard Express
      Fonctionnalités de paiement
Utiliser les types de comptes connectés
Traitement des paiements
Accepter les paiements
Effectuer des virements vers des comptes
Administration d'une plateforme
Gérer votre plateforme Connect
Formulaires fiscaux pour votre plateforme Connect
AccueilPlateformes et places de marchéConfigure account DashboardsExpress Dashboard

Integrate the Express Dashboard in your platform

Learn how to direct your connected accounts to their Express Dashboard using login links.

The Express Dashboard allows connected accounts to view their available balance, see upcoming payouts, and track their earnings in real time. This guide shows how to implement login links that redirect connected accounts from your platform to their Express Dashboards.

Your live mode connected accounts can also access the Express Dashboard by logging into Stripe Express. However, you can provide login links from your platform to facilitate the log in process.

Create a login link

Use the Login Link API to generate a URL for an account-specific Express Dashboard login page.

Command Line
cURL
Stripe CLI
Ruby
Python
PHP
Java
Node
Go
.NET
No results
curl -X POST https://api.stripe.com/v1/accounts/
{{CONNECTED_ACCOUNT_ID}}
/login_links
\ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"

A successful response returns the generated login link URL:

{ "object": "login_link", "created": 1495580507, "url":
"https://stripe.com/express/Ln7FfnNpUcCU"
}

Redirect to the login link

Typically, you generate a login link URL on demand when a connected account intends to visit the Express Dashboard. For example, you include an Open Dashboard button in your application. When a connected account user clicks it, your application calls the API to generate a login link and redirects them to that URL.

Conseil de sécurité

Don’t email, text, or otherwise send login link URLs outside of your platform. Redirect authenticated users to it only from within your platform application.

When you redirect a connected account user to a login link, Stripe sends an SMS authentication code to their phone number. They verify their identity on the Express Dashboard login page by entering the code.

If they don’t have access to their account phone number, they can change it by clicking I no longer have access to this phone number. This sends a verification code to their account email. They can change the account phone number by entering the code. If the user changes the number, Stripe redirects them to the Express Dashboard login page and sends an SMS authentication code to the new number.

Voir aussi

  • Customize the Express Dashboard
  • Collect payments and then pay out (if you process payments with Stripe)
  • Pay out money (if you add money from a bank account to pay out)
Cette page vous a-t-elle été utile?
OuiNon
  • Besoin d'aide? Contactez le service d'assistance.
  • Rejoignez notre programme d'accès anticipé.
  • Consultez notre journal des modifications.
  • Des questions? Contactez l'équipe commerciale.
  • GML? Lire llms.txt.
  • Optimisé par Markdoc