How to Integrate PayPal in Android Studio 2021

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 68

  • @codesuki3005
    @codesuki3005  3 года назад +4

    POSSIBLE ERROR:
    For android version 11 or higher you might encounter "java.lang.exceptionininitializererror " and "Illegal state exception" for which you will need to add latest okhttp3 dependency like:
    implementation 'com.squareup.okhttp3:okhttp:4.9.1'
    after that just sync your project and you are good to go 🙂

    • @dickersorder
      @dickersorder Год назад

      Bro can you give source code I am a big fan❤❤❤

  • @gmvillesan
    @gmvillesan 2 года назад

    thank you so much . We can now proceed with the completion of our projects

  • @alibadar7395
    @alibadar7395 2 года назад

    Hi, I am not able to load the bottom sheet of Cards as you could see in your tutorial as well for custom return URL? What should I do for it?

  • @federicocreti4699
    @federicocreti4699 2 года назад +4

    Great mic bro

  • @johnxenakis8132
    @johnxenakis8132 2 года назад

    If i add Paypal as a donation(donation button inside app) will Google Play Store let me? Because i've heard from some old stack overflow questions (around year 2012)that these apps got removed from Google Play Store.

  • @Akshaykumar-xr9yj
    @Akshaykumar-xr9yj 2 года назад

    hello, when i click on pay button, payment gets failed and this error message shows in logcat:- CaptureOrderResult: Error(message=Capture order failed., reason=LSAT upgrade failed while capturing order.)

  • @ubaid37official
    @ubaid37official 3 года назад +1

    awesome tutorial 🙂

  • @nguyenconghuy3847
    @nguyenconghuy3847 2 года назад +1

    can you do a tutorial on newer version of this library in java version? They haven't updated the document on developer paypal yet and the new library is full of kotlin

    • @tutosolve
      @tutosolve Год назад

      well , Vietnamese was here

  • @alvarorivasrincon6454
    @alvarorivasrincon6454 2 года назад

    I did the same, like you do, but I have a problem, invalid scout, when i open the window with paypal, any solutions?

  • @michaelrhyanp.mascarenas736
    @michaelrhyanp.mascarenas736 3 года назад

    i'm having an error with maven repository and paypal checkout sdk. it keeps saying android:exported needs to be explicitly specified for . hope you'll answer soon. thanks

    • @codesuki3005
      @codesuki3005  3 года назад

      smax1997@gmail.com send email with manifest and build gradle screen shots

  • @Nguyen.MinhDuc
    @Nguyen.MinhDuc 2 года назад +1

    Great video! Can you make another video about how to log out of paypal when clicking another button in the app?

    • @nguyenconghuy3847
      @nguyenconghuy3847 2 года назад

      video này work ko ông

    • @Nguyen.MinhDuc
      @Nguyen.MinhDuc 2 года назад

      @@nguyenconghuy3847 work nhưng mà cũ r nên phải sửa 1 chút theo cái doc mới ông ạ

    • @nguyenconghuy3847
      @nguyenconghuy3847 2 года назад +1

      @@Nguyen.MinhDuc để tôi loay hoay mà bí quá có j tối tôi hỏi ông nhá

    • @nguyenconghuy3847
      @nguyenconghuy3847 2 года назад

      ông ơi cho tôi xin fb kết bạn tôi hỏi cho dễ được không

    • @phatdai7022
      @phatdai7022 2 года назад

      @@nguyenconghuy3847 bro run dc chưa

  • @pokerfacejoe7296
    @pokerfacejoe7296 3 года назад

    Hello brother, can you tell me why I can't edit my own application at the PayPal Developer Dashboard?

  • @ziz7652
    @ziz7652 2 года назад

    Hi, when i make payment i got "server error and try again". How to solve it?

  • @Nguyen.MinhDuc
    @Nguyen.MinhDuc 2 года назад

    When I pressed the button it said "Securely logging you in" and then a web page opened and showed "Things don't appear to be working at the moment". Is there a way to fix this?

    • @codesuki3005
      @codesuki3005  2 года назад

      Your PayPal account is not from eligible country maybe , hence it's restricted.

    • @Nguyen.MinhDuc
      @Nguyen.MinhDuc 2 года назад +1

      @@codesuki3005 nah my account is okay, it turns out all I need to do is to change the intent of the payment button to AUTHORIZE, I'm okay now

  • @SajidBelim-j1h
    @SajidBelim-j1h Год назад

    this sdk is Deprecated please make a new video, this is very use full, thank you in advance

  • @jose.pharaohproduction8989
    @jose.pharaohproduction8989 Год назад

    Hello Sir, thank you very much for your video. I finally get it work. I have a quick question. I can see the sandbox customer account balance had been deduct the amount. However, where do I see the merchant balance?

    • @codesuki3005
      @codesuki3005  Год назад

      balance is being shown in this part 22:53

  • @sharvaridesai4580
    @sharvaridesai4580 2 года назад

    Hello, I have followed your tutorial, but I am getting an invalid scope error. Could you please help me out with this?

    • @codesuki3005
      @codesuki3005  2 года назад

      Send your logcat to my email
      smax1997@gmail.com

  • @surbhijain2102
    @surbhijain2102 3 года назад +1

    I am getting many errors while integrating with Paypal Api.
    E/android.system.suspend@1.0-service: Error opening kernel wakelock stats for: wakeup34: Permission denied
    E/wifi_forwarder: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:wififorward' service: Invalid argument
    E/wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
    E/netmgr: qemu_pipe_open_ns:62: Could not connect to the 'pipe:qemud:network' service: Invalid argument
    E/netmgr: Failed to open QEMU pipe 'qemud:network': Invalid argument.
    I am very new to android dev and working on a project. Could you please help with this. TIA

    • @Hack_Techno_pro
      @Hack_Techno_pro 3 года назад

      full of errors on my side and yet I followed everything to the letter

    • @surbhijain2102
      @surbhijain2102 3 года назад +2

      @@Hack_Techno_pro I changed targeted sdk to 30 in manifest file and it worked.

  • @sakibsyed7306
    @sakibsyed7306 2 года назад

    Great brother

  • @qasimmalik9143
    @qasimmalik9143 3 года назад

    I am getting issue in return url i implement it as u did when i go to website and login to paypal and it never came back to app it stuck on webview can u help plz…

    • @codesuki3005
      @codesuki3005  3 года назад

      "When I go to website and login" Bro you will not go to website the app itself will.

    • @qasimmalik9143
      @qasimmalik9143 3 года назад

      @@codesuki3005 yes the app itself goes to that page after login it stuck there never came back

    • @qasimmalik9143
      @qasimmalik9143 3 года назад

      can u send me your email so I can send a video so you can understand my point?

    • @codesuki3005
      @codesuki3005  3 года назад

      @@qasimmalik9143 smax1997@gmail.com

    • @qasimmalik9143
      @qasimmalik9143 3 года назад

      @@codesuki3005 samin bhai mail check kran

  • @omarjose3360
    @omarjose3360 3 года назад

    Hi, do you also know how to integrate google pay?

  • @AliRazaAwesome
    @AliRazaAwesome 3 года назад

    great learning

  • @kanamachi9185
    @kanamachi9185 2 года назад

    can you please make one more video using updated grade or rest api

  • @ryanrox9086
    @ryanrox9086 3 года назад

    Please, Can you make PortPos Integration to Android Application?

  • @Hack_Techno_pro
    @Hack_Techno_pro 3 года назад

    full of errors on my side and yet I followed everything to the letter

    • @codesuki3005
      @codesuki3005  3 года назад +2

      You can send your log cat to me on :
      smax1997@gmail.com

  • @justrealguide7637
    @justrealguide7637 3 года назад

    What should I do for live ??

    • @codesuki3005
      @codesuki3005  3 года назад

      Change Environment.SANDBOX to Environment.LIVE in checkout config code and apply real account credentials rather than sandbox ones.

    • @talhashahab8328
      @talhashahab8328 3 года назад

      @@codesuki3005 if you have tell everything i think you should also tell this it's your weekness

    • @codesuki3005
      @codesuki3005  3 года назад

      @@talhashahab8328 If you have any confusion ask in easy words I will help you

    • @talhashahab8328
      @talhashahab8328 3 года назад

      @@codesuki3005 Can i take your WhatsApp number please

    • @talhashahab8328
      @talhashahab8328 3 года назад

      @@codesuki3005 "things don't appear to be working at the moment. please try again later" After doing live this issue I face any you please tell me brother why this is happening

  • @Hack_Techno_pro
    @Hack_Techno_pro 3 года назад

    please can you send me the draft of the application?

  • @LikeDePollo
    @LikeDePollo 2 года назад

    kotlin or java?

  • @thanhnguyen-cp4qm
    @thanhnguyen-cp4qm 2 года назад +1

    can you send me this project

  • @jasurfoteev2548
    @jasurfoteev2548 3 года назад

    @Codesuki Hi how can I contact with you?

  • @amna6624
    @amna6624 2 года назад

    Im getting this error and I dont know how to solve this
    Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.