# Checklist for recreating settings in a new Stripe account

If you [migrated your customer data to a new Stripe account](/questions/moving-account-data-to-another-stripe-account) and want to set up the new account to function like your previous account, check and customize the following settings:
* **Team**: [Add your team members](https://dashboard.stripe.com/account/team) to the new account so they can access it. You will need to assign their appropriate [user role](https://stripe.com/docs/dashboard/teams#user-roles) again.
* **API keys**: Update your server(s) to use the new Stripe account’s unique [API keys](https://dashboard.stripe.com/account/apikeys). These will not be the same as your original account.
* **Subscription settings**: If you use Stripe Billing, go into the [Billing settings](https://dashboard.stripe.com/account/recurring) to ensure that your failed payment retries and cancel subscription logic settings are set up as needed.
* **Bank accounts and payout settings**: Review your [Payout settings](https://dashboard.stripe.com/account/payouts) to make sure they’re set up correctly. Confirm the bank account information and payout schedule are as you want them.
* **Webhooks**: If you had [webhooks](https://dashboard.stripe.com/account/webhooks) set up on your original account, it is recommended to review and ensure that they were copied over to the new account correctly.
* **Apps**: If you used any [Connect applications](https://dashboard.stripe.com/account/applications) and want to continue using them, you will need to re-add those applications.
* **Email notifications**: Review your [email settings](https://dashboard.stripe.com/account/emails) to set up your notification preferences for email receipts and successful payment notifications.
* **Connect**: If you own a Connect application, you can [re-create the application](https://dashboard.stripe.com/account/applications/settings) on the new account.
