Choose your account type
When using Connect, you must create an account (known as a connected account) for each user that receives money on your platform. You create these accounts every time a user signs up for your platform. The type of account you choose for your user determines the Stripe integration you need to build (from Stripe-hosted to completely custom) and the operational responsibilities (such as chargebacks, user support, etc). There are three account types you can use with Connect, each designed for different use cases:
Account types
There are many factors to consider when choosing an account type, as listed in the table below. Integration effort and user experience are particularly important because they can affect the amount of engineering resources spent and your conversion rates.
Stripe recommends you use Express or Standard accounts for an easier integration effort. If you want more control over the user experience, Express or Custom accounts might meet your needs better. To know the account type recommended for your business, refer to your platform profile.
There’s an additional cost for using Express or Custom accounts.
Standard | Express | Custom | |
---|---|---|---|
Integration effort | Lowest | Low | Significantly higher |
Integration method | API or OAuth | API | API |
Fraud and dispute liability | User | Platform | Platform |
Platform can specify payout timing? | Yes, with Platform controls | Yes | Yes |
Onboarding | Stripe | Stripe | Platform or Stripe |
Identity information gathering | Stripe | Stripe | Platform or Stripe |
User can access the Dashboard? | Yes, full Dashboard | Yes, Express Dashboard | No |
User support provided by | Platform and Stripe | Platform and Stripe | Platform |
Automatic updates for new compliance requirements | Yes | Yes | No |
Support new countries without integration changes | Yes | Yes | No |
Ideal for platforms | With experienced online businesses as users | Any type | With significant engineering resources to dedicate to a fully white labeled experience |
User refers to the person with the connected account (that is, the person being paid for providing goods or services through your platform). With Standard accounts, the user is responsible for fraud and disputes when using direct charges, but this may vary operationally for destination charges.
Express accounts
With Express accounts, Stripe handles the onboarding and identity verification processes. The platform has the ability to specify charge types and set the connected account’s payout settings programmatically. The platform is responsible for handling disputes and refunds, which is similar to a Custom account.
Although your user has interactions with Stripe, they primarily interact with your platform, particularly for the core payment processing functionality. For Express account holders, Stripe provides an Express Dashboard (a lighter version of the Dashboard) that allows them to manage their personal information and see payouts to their bank.
Use Express accounts when you:
- Want to get started quickly (letting Stripe handle account onboarding, management, and identity verification)
- Want to use destination charges or separate charges and transfers
- Want significant control over your user’s experience
Examples of platforms that would use Express accounts include, but are not limited to: a home-rental marketplace like Airbnb, or a ride-hailing service like Lyft.
Global compliance requirements do evolve and change over time. With Express, Stripe proactively collects information when requirements change. For best practices on how to communicate to your users when this happens, visit the guide for Express accounts.
Standard accounts
A Standard Stripe account is a conventional Stripe account where the account holder (that is, your platform’s user) has a relationship with Stripe, is able to log in to the Dashboard, and can process charges on their own.
Use Standard accounts when you:
- Want to get started quickly and don’t need a lot of control over your user’s experience
- Want to use direct charges
- Have users that are familiar with running online businesses or might already have a Stripe account
- Prefer that Stripe handles direct communication with the user for account issues (for example, to request more information for identity verification purposes)
Examples of platforms that would use Standard accounts include, but are not limited to: a store builder like Shopify, or a software as a service like Invoice2go.
Global compliance requirements do evolve and change over time. With Standard, Stripe proactively collects information when requirements change. For best practices on how to communicate to your users when this happens, visit the guide for Standard accounts.
Custom accounts
A Custom Stripe account is almost completely invisible to the account holder. You—the platform—are responsible for all interactions with your user, including collecting any information Stripe needs. You have the ability to change all of the account’s settings, including the payout bank or debit card account, programmatically.
Custom account holders don’t have access to the Dashboard, and Stripe doesn’t contact them directly.
Use Custom accounts when you:
- Want complete control over your user’s experience
- Can build the significant infrastructure required to collect user information, create a user dashboard, and handle support
- Want to handle all communication with your users, rather than having your users contact Stripe directly
Creating and managing Custom accounts requires a larger integration effort than the other account types. To learn more, see Using Connect with Custom accounts.
Global compliance requirements do evolve and change over time. For best practices on how to communicate to your users when requirements change, see the guide for Custom accounts.
If you decide to use Custom accounts, Stripe recommends you use Connect Onboarding for Custom accounts to collect onboarding and verification information from your users. This would decrease your integration effort and eliminate the need to update your onboarding form when requirements change over time.