Questions tagged [paypal-android-sdk]

8 questions
6
votes
1 answer

Can we use Google pay as secondary method in Android Application?

Can we use Google pay as secondary Payment method in Android Application? Our Application have other payment method like as PayPal and One more thing our App provide digital services only and Google have changed their payment policies that you must…
4
votes
1 answer

PayPal for Android won't switch to Production environment

So I'have integrated paypal-android-sdk:2.15.3 in my app and it works as expected in Sandbox. Now I want to move to production. I switched the environment to PayPalConfiguration.ENVIRONMENT_PRODUCTION And the client id to the production client id.…
Mahdi Hijazi
  • 4,424
  • 3
  • 24
  • 29
2
votes
1 answer

Paypal SERVER_COMMUNICATION_ERROR

I am working on integrating Paypal payment with my android app. This is my Paypal configuration code : private static PayPalConfiguration config = new PayPalConfiguration() .environment(CONFIG_ENVIRONMENT) …
Ravi
  • 34,851
  • 21
  • 122
  • 183
2
votes
4 answers

Disable credit card payment option in paypal integration

I want to disable/hide a button with option for "credit card payment" in paypal integration to android application. Is there any way to do this?
Geek
  • 8,280
  • 17
  • 73
  • 137
1
vote
1 answer

Increase size of apk file after added Paypal SDK

After added paypal sdk my apk size increses about 13 mb from its actual apk size. Used PayPal sdk for futur payment in andoird and gradle link added compile('com.paypal.sdk:paypal-android-sdk:2.13.1') how to reduce size for apk?
Attif
  • 1,158
  • 13
  • 17
0
votes
2 answers

Why i can't get paymentId with PayPal Native-Checkout Android

Hi i have mobile application using paypal sdk , i have create configure my application with paypal , all proccess going well but when the payment done i get only PayerId and OrderId , for PaymentId i got null , the payment id very important for me…
0
votes
2 answers

Android Paypal user login using sdk

Unable to find login or user registration part in SDK documents. Want to Payout user after login or sign up paypal account(This payout could be rewards or cashback) Was able to find article https://www.sitepoint.com/implement-user-log-paypal/ Also…
0
votes
1 answer

OnActivityResult override nothing occured when using paypal sdk

I m trying to build an ecommerce app using paypal-android-sdk. I have tried the sdk version: 2.14.2, 2.15.3, 2.16.0 for Android studio version 3.5.3 The result is the same and it show the above message: onActivityResult overrides nothing. I did add…
MilkBottle
  • 4,242
  • 13
  • 64
  • 146