Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Set up Dashboard access


Set up Dashboard access

Configure how your connected accounts access their Stripe services.

For SaaS platforms, connected accounts are typically the merchant of record for payments from their customers. Stripe supports two hosted dashboard options for connected accounts. You specify which one they use by setting the dashboard property when creating their account.

Full Dashboard ( full)Express Dashboard ( express)
Access methodConnected accounts log in with their own Stripe credentialsPlatform generates single-use login links
Integration effortNone (Stripe hosts everything)Implement the Login Link API
Dashboard scopeFull Stripe Dashboard UILimited to balances, payouts, disputes, refunds
BrandingStripe-brandedCustomizable with your branding
Best forPlatforms whose connected accounts need full Stripe functionality and developer toolsPlatforms that want control over features and branding for their connected accounts

Full Dashboard

Set dashboard to full to give connected accounts unrestricted access to the Stripe Dashboard using their own login credentials. This option is best when your connected accounts:

  • Need to manage their own API keys, webhooks, or developer integrations.
  • Require detailed financial reporting or data exports.
  • Have teams with different access needs (for example, separate admin and analyst roles).
  • Use Stripe Apps.

Connected accounts with full access log in to dashboard.stripe.com directly. This requires no coding from you.

Express Dashboard

Set dashboard to express to give connected accounts a Stripe-hosted Dashboard that reflects your branding. This option is best when your connected accounts:

  • Primarily need to track their payouts and payment activity.
  • Don’t require developer tools or advanced reporting.
  • Benefit from a consistent, platform-branded UI.

View the demo

With the Express Dashboard, you can use platform controls to customize which features, such as disputes, refunds, and manual payouts, your connected accounts can access.

Your connected accounts access the Express Dashboard through a login link you generate using the Login Link API, rather than logging in at dashboard.stripe.com directly.

Next steps

Last verified 2026-09-24

Is this helpful?