android 的 Paypal 集成已弃用

Paypal integration for android deprecated

当我试图找到 android 集成 paypal express 的官方文档时,我找到了

Important: PayPal Mobile SDKs are now Deprecated and only existing integrations are supported. For all new integrations, use Braintree Direct or Express Checkout'.

我在推荐页面中也找不到任何 android 文档。是不是我们也必须在 android 中使用他们提供的 REST API?

请指导我如何在 android 中实现贝宝。

你看过 Braintree SDK 了吗?它将 PayPal、直接信用卡处理、Venmo、Apple 和 Google Pay 结合在一个单一的集成中。这就是我的建议。

具体来说,您应该使用他们的 Drop In UI。这是 Android integration with Braintree.

的指南