# Manage connected accounts with the Dashboard Learn about using the Stripe Dashboard to find and manage connected accounts, including those with open risk, onboarding, and compliance requirements. You can use the Dashboard to inspect, support, and better understand your platform’s connected accounts. Some common tasks supported by the Dashboard include: - [View all accounts](https://docs.stripe.com/connect/dashboard/viewing-all-accounts.md) - [Find individual accounts](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md#finding-accounts) - [Update account information](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md#updating-accounts) - [Send funds to accounts](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md#sending-funds) [View all accounts](https://docs.stripe.com/connect/dashboard/viewing-all-accounts.md) at a high-level or filter and sort them to find a specific group of accounts. Filtering accounts is useful because it allows you to: - View accounts that are restricted or have other issues that you can help resolve. - View your largest accounts. - View accounts based on their status. The other workflows, like inspecting accounts and sending funds, are actions you can take on [individual accounts](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md). Take these actions after you know which accounts need to be inspected or modified. Before viewing and making changes to accounts, learn more about the Dashboard [status badges](#status-badges). ## Status badges Status badges provide a quick way to understand the status of an account. You can hover over the badges to view contextual information, and you can click the [status tabs](https://docs.stripe.com/connect/dashboard/viewing-all-accounts.md#tabs-workflows) to view accounts grouped by that status. Status badges include: | Status | Badge | | ----------------------------------- | ----- | | [Restricted](#restricted) | | | [Restricted soon](#restricted-soon) | | | [In review](#in-review) | | | [Enabled](#enabled) | | | [Rejected](#rejected) | | ### Restricted **Restricted** means the account has at least one primary capability inactive. This might include *payouts*, treasury, issuing, crypto, and so on. This doesn’t include inactive payment methods. Additional information usually needs to be collected to enable these accounts. Click on an account to view details about any inactive capabilities and their requirements. If information is required to enable the account, it appears in an **Actions required** list at the top of the Connected account details page. ### Restricted soon **Restricted soon** means the account has currently due requireents with an upcoming due date providing additional information. If information is required to enable the account, it appears in an **Actions required** list at the top of the Connected account details page. ### In review **In review** means the account is being reviewed or verified by Stripe. This occurs when: - Stripe is verifying the information that was provided, such as an ID document upload. - Stripe is performing a watchlist check against a list of prohibited individuals and businesses. - Stripe is reviewing the account for suspected fraudulent activity. Review times vary depending on the requirement, but they typically last 24–48 hours. ### Enabled **Enabled** means the account is in good standing with all primary capabilities enabled on the account. Some accounts might require additional information when they reach a new payment volume [threshold](https://docs.stripe.com/connect/identity-verification.md#verification-requirements). If additional information is required eventually, in the account’s [requirements](https://docs.stripe.com/api/accounts/object.md#account_object-requirements) hash, the array `eventually_due` contains at least one requirement, but payments and payouts are enabled and `current_deadline` is empty. ### Rejected **Rejected** means you (the platform) or Stripe rejected the connected account. Hover over the status badge to see whether you (the platform) or Stripe rejected the account. Check the **Actions required** list at the top of the Connected account details page to see the reason the account was rejected. In general, accounts are rejected by Stripe if they’re suspected of fraudulent activity. ## Use Platform Branding for Connected Accounts This setting only applies to new accounts created by your platform. Existing accounts aren’t affected. As the platform, you can initialize newly created connected accounts with your platform branding settings. To do so, navigate to **Connect Settings** > **Branding** and enable **Copy Platform Branding**. After you enable it, all new accounts onboarding to your platform receive the same branding settings as your platform. Use [Account Update](https://docs.stripe.com/api/accounts/update.md) to update the account’s branding after creation. ## See Also * [Viewing all accounts](https://docs.stripe.com/connect/dashboard/viewing-all-accounts.md) * [Managing individual accounts](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md)