Search code examples
androidpaypalbraintree

Paypal integration for android deprecated


When I tried to find official documentation for android for integrating paypal express, I found

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

I couldn't find any android documentation in the recommended pages as well. Is it something like we have to use the REST API provided by them in android as well?

Please guide me how I can implement paypal in android.


Solution

  • Did you look at the Braintree SDK? It will tie PayPal, direct credit card processing, Venmo, Apple and Google Pay in a single integration. That's what I would recommend.

    Specifically, you should use their Drop In UI. Here's a guide for Android integration with Braintree.