# 概览 成功将客户及其支付数据迁移到 Stripe。 将客户和支付数据迁移到 Stripe 是一个多步骤的过程。阅读完本指南后,您将: - 了解 Stripe 迁移流程。 - 能够确定迁移的时间范围。 - 了解成功迁移所需的集成要素。 - 了解如何在对用户造成最小干扰的情况下迁移支付详情。 ## 构建 Stripe 集成 - 选择[支付集成](https://docs.stripe.com/payments/checkout.md#payment-uis)。 - 构建集成以接受一次性付款和订阅(如适用)。 - 从新客户开始制定数据迁移计划。您的最终目标是迁移 100% 的新客户,然后再迁移现有客户。 - 设计一个流程,让客户更新他们的银行卡信息。 ## 了解迁移过程 - 查看 Stripe 的[迁移文档](https://docs.stripe.com/get-started/data-migrations/pan-import.md)。 - 请联系您以前的处理商以了解他们的迁移过程。 ## 规划迁移并与现有处理商联系 - 确定要迁移的支付详情。 - 确定要迁移的支付方式。 - 确定您要迁移的客户记录数量。 - 规划一个迁移时间表,考虑您以前的处理商、您的客户数量以及任何即将到来的截止日期。 - 向 Stripe 迁移团队发送有关您之前的处理商、Stripe 账户编号、要迁移的记录数量以及计划导入的支付方式类型的详细信息。 ## Stripe 迁移团队 - 将您现有的处理商引荐给 [Stripe 的数据迁移团队](https://support.stripe.com/questions/request-a-data-migration)。 - 完成 Stripe 或您现有处理商的迁移团队要求的任何操作项或提供任何附加信息。 ## 迁移和更新 - 跟踪 Stripe 与您以前的处理商之间的沟通,确保您的团队做好准备。 - 对迁移过程中发现的任何问题做出响应。 - 留意 Stripe 迁移团队发送的包含 JSON 映射文件的电子邮件。 - 解析 JSON 映射文件并相应地更新您的数据库。 - 实施一个流程,让客户更新他们的银行卡信息。 - 设计您的重新映射方案,并在适用的情况下包含*订阅* (A Subscription represents the product details associated with the plan that your customer subscribes to. Allows you to charge the customer on a recurring basis)重新映射。 - 开始在 Stripe 上向现有客户收款。 ## PAN 数据 如果您需要将敏感的支付信息传输到另一个支付处理商或从另一个支付处理商传输过来,甚至在 Stripe 账户之间传输,我们可以帮助您以安全且 *符合 PCI 标准* (Any party involved in processing, transmitting, or storing credit card data must comply with the rules specified in the Payment Card Industry (PCI) Data Security Standards. PCI compliance is a shared responsibility and applies to both Stripe and your business) 的方式完成。 该过程因转账类型而异: - [将 PAN 数据从另一个付款处理商导入到 Stripe](https://docs.stripe.com/get-started/data-migrations/pan-import.md) - [将 PAN 数据从一个 Stripe 账户转移到另一个 Stripe 账户](https://docs.stripe.com/get-started/data-migrations/pan-copy-self-serve.md) - [将 PAN 数据从 Stripe 导出到另一个支付处理商](https://docs.stripe.com/get-started/data-migrations/pan-export.md) 对于每种类型的数据迁移,只有当您的请求同时包含客户记录和相关付款数据时,我们才能为您提供帮助。用 Stripe 的 [客户 API](https://docs.stripe.com/api/customers.md) 创建、更新或检索不包含支付信息的客户数据。 > 您可以在不使用 Stripe 的 Sigma 或 Data Pipeline 产品的情况下执行 PAN 数据迁移。 ## See also - [Customer 对象](https://docs.stripe.com/api/customers/object.md) - [Subscription 对象](https://docs.stripe.com/api/subscriptions/object.md) - [默认支付来源](https://docs.stripe.com/api/customers/object.md#customer_object-default_source) - [产品和价格](https://docs.stripe.com/products-prices/overview.md) - [计费周期锚点](https://docs.stripe.com/api/subscriptions/create.md#create_subscription-billing_cycle_anchor)