Mobile SDKs
Overview
Availability
Benefits
Payment methods

Card Payments
Customizing card forms

3DS

PayPal
Last updated
Was this helpful?
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
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+
As a merchant, mobile SDKs allow you to:
Safely tokenize card data
Enhance UI customization
Integrate PayPal
Simplify payment acceptance across different sales channels
This screen allows the 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.

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.
The mobile SDKs' customizable UI enables you to edit the font and color of the card form fields.

Legend:
Card form view background color
Background color for any text fields in a card form
Text color for any text fields in a card form
Text color for any labels in a card form
Pay button background color
Pay button background color for disabled state
Pay button text color
Card form title color
The SDKs provide a native 3DS experience using a Cardinal native SDK which comes bundled into our own SDKs.

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?
Was this helpful?