# Data that can be imported to a Stripe account

The Stripe Data Migrations team can import the following data into your Stripe account:
* Customer data
  * Name or billing name
  * Email address
  * Phone
  * Billing address
  * Description
  * Customer object [metadata](https://docs.stripe.com/api/metadata)
* Payment method data
  * Cards
  * ACH
  * SEPA
  * Bacs
  * Canadian PADs or ACSS Debit
  * AU BECS
  * NZ BECS
  * Apple Pay DPANs, by request. Apple Pay MPANs aren't supported.
  * Payment method [metadata](https://docs.stripe.com/api/metadata)
The managed Data Migrations service only imports or exports customer details when they accompany payment data. To import or export customer data without payment details, use the [Customers API](https://docs.stripe.com/api/customers).
For payment method-specific requirements and limitations, see [Import payment method data](https://docs.stripe.com/get-started/data-migrations/payment-method-imports).