Hello everyone Is it possible to integrate PayPal ...
# android
m
Hello everyone Is it possible to integrate PayPal with Android natively And without using Braintree ?
google 3
stackoverflow 1
I already searched internet without useful result
m
(paypal here sdk) is a different thing
v
i think that the only way is using the PayPal Rest API
m
But how to authorize android app with the api
In javascript paypal sdk the users insert their credintails in web form
d
I would be very careful here, if you intend to distribute on the Play Store.
l
Braintree has an api sdk you can use separately from the drop-in sdk if you want to build your own checkout flow. But Braintree is the official PayPal SDK so I would say yes, you should use that.