# Data that can be imported to a Stripe account

The Stripe data migration team can import the following data types to your Stripe account:
* customer data
  * name / billing name
  * email
  * phone
  * address / billing address
  * [metadata](https://stripe.com/docs/api/metadata) associated with the Stripe customer object
* payment type data
  * cards
  * ACH
  * SEPA
  * Bacs
  * [metadata](https://stripe.com/docs/api/metadata) associated with the Stripe object for a particular payment type (example: metadata associated with a `card_` object)
We can only import or export customer details if they are accompanied by the payment details. For importing or exporting customer data that does not include payment details, the [Customers API](https://stripe.com/docs/api/customers) can be used.