Is the a braintree iOS SDK for native iOS app payment system integration that uses paypal payments too?
I cannot seem to find one. Is there a third party sample code?
Or is there a guide on how to do it?
I work at Braintree. If you have more questions, please reach out to our support team.
Yes, the Braintree iOS SDK includes PayPal support:
PayPal
Braintree offers a few options when accepting PayPal payments. First,
you'll need to choose whether you would like to use our Drop-In UI or
a custom integration.
Vault vs. Checkout
Next, you can choose between our Vault and Checkout flows. Below is a
comparison of the two options:
Vault Compatibility: iOS, Android, and web
Checkout Compatibility: Web only
Related
I am developing an app where users have to make appointments. In order to successfully book an appointment, they have to pay via PayPal or credit card. However, the SDKs for PayPal have been deprecated for a while. The alternative I am seeing, is integrating PayPal using Braintree. Will this alternative work for me being located in the Caribbean? If not, what other alternative is there for me to integrate payments via PayPal/credit card?
Express Checkout via Braintree SDKs will work. It uses credentials from https://developer.paypal.com / https://www.paypal.com -- not https://braintreepayments.com
Here is the guide: https://developer.paypal.com/docs/accept-payments/express-checkout/ec-braintree-sdk/get-started/
I have a task, I need append to my client project Apple Pay.
But we have integrated payment system Paypal.
I researched Paypal SDK and found official information about stopping support PayPal SDK in 2013 and then below advice, use Braintree SDK.
For using Braintree SDK I need create account in official web-site. where me need upload certificate and on page below a sow public and private key, merchantID.
My question, if I integrate Braintree SDK on my client application I can use PayPal gateway for my Braintree SDK.
If it real I will be grateful you for link on information.
Braintree definitely supports processing both Apple Pay and PayPal payments. For PayPal, you'll end up using the PayPal Business Account that you already have setup.
I recommend signing up for a sandbox account to test the functionality. Once you've signed up for a sandbox account, Braintree's developer docs have information on how to integrate PayPal and Apple Pay into your web/mobile app.
If you have any further questions while testing an integration, I highly recommend contacting Braintree's Support Team.
I am implementing server side payment verification on parse cloud code and so far it all works.
My question is with reference to the documentation -> https://developer.paypal.com/docs/integration/mobile/verify-mobile-payment/
Can I just implement the 'Looking up a payment using the REST API' for verification section or do i have to also do further requests and implement the 'How do I verify payments with MSDK version 1.x' sections as well?
Thanks!
You may skip the section of "verify payments with MSDK version 1.x", unless you've integrated with the old version 1.x mobile SDK.
*1.x msdk implements PayPal account payments with "Adaptive Payments" so the verification has to be slightly different from 2.x
In my company we are creating a platform (iOS, Android, Web) that accepts payments via PayPal.
For this we are implementat Express checkout of paypal.
Basically, the solution was implemented until Apple reject the application due to libPaypalEC.a (this uses the UID of the device.)
Once the web version and android run smoothly, is there any quick solution for iOS without the use of the library and any change in the API?
For example, is there any way to get the "drt" without being through the use of the library?
PayPal SDK and MPL are not a solution to my problem, since I find myself in a non U.S. territory and require payment by credit card.
Thanks in advance
The only solution provided by PayPal was to use the Express Checkout instead of the MEC. T only change is that the token(dtr) is sen t null. This library was discontinued by them because of the new Paypal´s SDK for mobile platforms.
In one of our project we have requirement of payment processing. We had few options along with the Paypal. But regarding Paypal integration of iPhone SDK does APPLE allow payment processing within the application ?
Application intend to sale tangible/intangible products for example it can be coupon or any service like hair trimming. In this case can we use Paypal integration ?
We had hard time to find out the same, so any one know about it please let us know.
Apple allow using browser
checkout this link
https://www.x.com/community/ppx/xspaces/mobile
and see
Mobile Express Checkout Library (MECL): If you want the PayPal checkout flow to be in a browser or webview, you can use our Mobile Express Checkout Library. This is useful if you already have a express checkout integration completed for your website or if app store policies require you to complete your checkout flow in a browser. This library will help you integrate the mobile web flow into your app.