# 旧版支付 API 关于我们旧版 API 以及取代它们的新版 API 的信息。 我们已替换了部分旧版 API,并不再更新其文档。 ## 迁移到当前 API 旧版 API 功能有限。要获取最新的 Stripe 功能,请迁移到 [Payment Intents](https://docs.stripe.com/payments/payment-intents.md)、[Setup Intents](https://docs.stripe.com/payments/setup-intents.md) 和 [Payment Methods](https://docs.stripe.com/payments/payment-methods.md) API。有关迁移的具体信息,请参阅每个 API 的文档。 ## Sources API 的弃用 我们已弃用 [Sources API](https://docs.stripe.com/sources.md) 中对本地支付方式的支持,并计划关闭它。如果您当前使用 Sources API 处理任何本地支付方式,则必须[将其迁移到当前的 API](https://docs.stripe.com/payments/payment-methods/transitioning.md)。我们将通过电子邮件传达有关此支持结束的更多信息。 我们也已弃用对 Sources API 中银行卡支付的支持,但目前不计划关闭该功能。 ## 仍然可用的旧版 API 虽未支持,但这些 API 不会消失。在升级您的集成之前,您仍可使用这些 API。 - [收款](https://docs.stripe.com/payments/charges-api.md) - [ACH](https://docs.stripe.com/ach-deprecated.md) ## 对比各种 API | 功能 | Payment Intents, Setup Intents, & Payment Methods | 收款、令牌和来源 | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -------- | | 支持的支付方式 | [银行卡、数字钱包、银行转账等](https://docs.stripe.com/payments/payment-methods/overview.md) | 银行卡,ACH | | *满足 SCA 要求* (Strong Customer Authentication (SCA) is a regulatory requirement in effect as of September 14, 2019, that impacts many European online payments. It requires customers to use two-factor authentication like 3D Secure to verify their purchase) | ✓ 支持 | ✗ 不支持 | | 使用 [Terminal](https://docs.stripe.com/terminal.md)(线下付款) | ✓ 支持 | ✗ 不支持 | | 未来开发 | ✓ 支持 | ✗ 不支持 |