Android: payment processing

I transferred a lot of things for the payment processing system to the Android application. He made the Paypal SDK as best he could. But, I have little confusion there for the below image -

What is the difference between the two - Mobile Express Checkout Library and Mobile Payment Library . And which one can I choose to process payments for the Android application. Please explain a brief explanation, please. Thanks at Advance.

Payment processing

+4
source share
1 answer

Hope this helps you:

Mobile Payment Libraries (MPL): Add payments in applications by simply adding Pay using the PayPal button in your iOS or Android application. The PayPals library will display the user interface in the application to ask the buyer to log in and complete the payment. This is the fastest way to add payments to your application, and you can do this without performing running services.

Mobile Express Checkout Library (MECL): if you want PayPal verification flow, which should be in a browser or web view, you can use our Mobile Express-custom library. This is useful if you already have express completion of integration completed for your site or in the app store. Policies require you to exercise your control in the browser. This library will help you integrate the flow of mobile Internet into your application.

I got this information from here .

+7
source

Source: https://habr.com/ru/post/1396967/


All Articles