Mobile SDKs
Overview
Verifone's Mobile SDKs enable you to encrypt and validate card payments, handle 3D Secure verification, and interact with PayPal. Mobile SDKs also provide an optional customizable UI that can display available payment methods and collect card data. For more information on our technical integration, code snippets and examples, check our public iOS SDK/ Android SDK GitHub README pages.
Mobile SDKs can be used to facilitate:
Card payments (with 3DS support and customization)
PayPal
Availability
Mobile SDKs are available to all users with a 2Checkout account and a card payment setup.
Your application or system should have the following requirements or higher to apply the SDKs:
iOS 12
Android 8.0+
Benefits
As a merchant, mobile SDKs allow you to:
Safely tokenize card data
Enhance UI customization
Integrate PayPal
Simplify payment acceptance across different sales channels
Payment methods
This screen allows customers to select their preferred payment method. The payment method selection UI component can be customized to display only the methods that your system and business support. This component is optional, and you are free to create your own UI.

Card Payments
The SDKs provide support for collecting and tokenizing card data. We recommend building your own Thank you page to process the result of the transaction as in the example below.

Customizing card forms
The mobile SDKs' customizable UI enables you to edit the font and color of the card form fields.
3DS
The SDKs provide a native 3DS experience using a Cardinal native SDK, which comes bundled into our own SDKs.

PayPal
For PayPal, we use a webview to display the customer PayPal confirmation details and provide the necessary information to finalize the payment.


Check out our public iOS SDK/Android SDK GitHub README pages for code snippets and examples.
Last updated
Was this helpful?