Paypal checkout integration in native mobile without Braintree - android

I have a requirement to integrate the paypal integration in native apps (iOS and android). I have braintree sdk option because paypal sdk is deprecated now for new inplementation.
iOS: https://github.com/paypal/PayPal-iOS-SDK
Android: https://github.com/paypal/PayPal-Android-SDK
please refer important section.
can anyone send me the link or any sample for on time payment using paypal. this implementation will be for china.
Thanks in advance!!

Past: The two PayPal-xxx-SDKs you linked to are old and deprecated, no longer supported. End of life is Dec 8, 2020
Present: PayPal via Braintree iOS/Android SDKs are the current supported solutions: https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/
Future: A new Native PayPal SDK may become available at some point over the next year (2021)

Related

Paypal SDK Integration with Android Login Failed

I have been trying to integrate Paypal SDK with Android for payment testing using SANDBOX API CREDENTIALS. However, my issue is that whenever I try to login, it always shows Login Failed. System error. Please try again later.
How do I resolve this issue? Please help.
Thank you
You are likely using the long deprecated and now end of life Mobile SDK.
Use the new Native Checkout SDK instead.

Huawei IAP When select Chinese mainland : MAJOR:22: Integrate the version update API (checkUpdate)

I have an error when select Chinese mainland:
MAJOR:22: Integrate the version update API (checkUpdate). If you already integrate the API, check whether the HMS SDK code is obfuscated in the configuration file. For details about how to modify the configuration file, visit https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/appgallerykit-preparation#h1-1574846682104 ;SUGGESTION:17: HMS SDK APIs that are called: 34: Integrated HMS services: [agconnect-core, iap, base]
Does anyone know how to solve this?
Thank You.
(1)MAJOR:22:——For this,you can integrate the version update API (checkUpdate), referring to following link.
Game application
Common application
(2)SUGGESTION:17、30 and 34,——you can ignore it, Manual approval prevails.

Can we integrate Paypal Payment Gateway with IONIC 1 or 2 app if yes then how...?

I have developed a mobile application for Android & iOS using IONIC framework. Now I want to integrate Payment Gateway with the same app.
I have gone through multiple links, but didn't get a final answer it is it possible to integrate Paypal with IONIC or not.
It's not possible to implement PayPal to ionic IOS app, You can use inApp purchase plugin from Cordova to use for payment.
You can find it in below mentioned link.
https://github.com/AlexDisler/cordova-plugin-inapppurchase
You can use PayPal-Cordova-Plugin.
The PayPal SDK Cordova/Phonegap Plugin adds support for the PayPal SDK on iOS and Android platforms. It uses the native PayPal Mobile SDK libraries, which you must also download
This is created by me and successfully work in ionic 1 you can try this:
https://github.com/hitarthiCreole/ionic-paypal-sdk-demo
for a other reference you can also go through this:
http://ionicandroidlearning.blogspot.in/2015/11/ionic-paypal-integration.html
https://github.com/paypal/PayPal-Cordova-Plugin#your-app-integration

How to integrate payu native sdk with ios and android app

I am new with iOS and Android. Can any one help me out to integrate PayU native SDK with iOS and Android app? This app is not native, its using HTML/CSS stuff.
Or is there any reference site which is using it?
Thanks.
Yes PayU has there own SDK for both android and iOS. You need to get in touch with payU guys to share the SDK and documentation for integration.
Here is the github link for payu sdk with examples. But you have to ask for the permission from payu guys.
Reference app already using sdk
PayUmoney has SDK for native android app. You must add these dependency in gradle file
implementation 'com.payumoney.core:payumoney-sdk:7.4.4'
implementation 'com.payumoney.sdkui:plug-n-play:1.4.4'
There are few step that you should follow to integrate payumoney payment gateway in android app.
You can Download example app, android source code and PHP files in this link
Please create merchant account on https://www.payumoney.com/merchant-dashboard/
Step 1 get merchant key and salt
Step 2 upload server side PHP files for checksum HASH
Step 3 add dependency
Step 4 get checksum hash
Step 5 start transactions

PayPal how to get library version?

I am looking to access the version of the PayPal library on Android, for logging/debugging purposes.
On iOS one can get the PayPal library version like so:
[PayPalMobile libraryVersion]
How do we retrieve the PayPal library version on Android? I've searched the docs but have found no reference to it.
Thank you
The version of the PayPal Android SDK is returned in the payment response (see sample here: https://developer.paypal.com/webapps/developer/docs/integration/mobile/verify-mobile-payment/).

Categories

Resources