# Mobile SDKs

## Overview  <a href="#overview__00a0" id="overview__00a0"></a>

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**](https://github.com/2Checkout/2checkout-ios-sdk)/ [**Android SDK**](https://github.com/2Checkout/2checkout-android-sdk) GitHub README pages.

Mobile SDKs can be used to facilitate:&#x20;

* Card payments (with 3DS support and customization)&#x20;
* PayPal&#x20;

## Availability  <a href="#availability__00a0" id="availability__00a0"></a>

Mobile SDKs are available to all users with a 2Checkout account and a card payment setup. &#x20;

Your application or system should have the following requirements or higher to apply the SDKs:&#x20;

* iOS 12&#x20;
* Android 8.0+&#x20;

## Benefits  <a href="#benefits__00a0" id="benefits__00a0"></a>

As a merchant, mobile SDKs allow you to:&#x20;

* Safely tokenize card data&#x20;
* Enhance UI customization&#x20;
* Integrate PayPal&#x20;
* Simplify payment acceptance across different sales channels&#x20;

## Payment methods  <a href="#payment-methods__00a0" id="payment-methods__00a0"></a>

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.&#x20;

<img src="https://verifone.cloud/sites/default/files/inline-images/2CO%20Mobile%20SDK-Payment%20Methods.png" alt="2C) Mobile SDK Payment Methods" height="604" width="279">

## Card Payments  <a href="#card-payments__00a0" id="card-payments__00a0"></a>

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.&#x20;

<img src="https://verifone.cloud/sites/default/files/inline-images/CArdPayment.PNG" alt="Card Payments Mobile SDKs" height="539" width="495">

### Customizing card forms  <a href="#customizing-card-forms__00a0" id="customizing-card-forms__00a0"></a>

The mobile SDKs' customizable UI enables you to edit the font and color of the card form fields.&#x20;

<img src="https://verifone.cloud/sites/default/files/inline-images/Card%20Payment%20Customization.png" alt="Card Form Customization" height="561" width="610">

**Legend**:&#x20;

1. Card form view background color&#x20;
2. Background color for any text fields in a card form&#x20;
3. Text color for any text fields in a card form&#x20;
4. Text color for any labels in a card form&#x20;
5. Pay button background color&#x20;
6. Pay button background color for disabled state&#x20;
7. Pay button text color&#x20;
8. Card form title color&#x20;

## 3DS  <a href="#id-3ds__00a0" id="id-3ds__00a0"></a>

The SDKs provide a native 3DS experience using a Cardinal native SDK which comes bundled into our own SDKs.&#x20;

<img src="https://verifone.cloud/sites/default/files/inline-images/2CO%20Mobile%20SDK-3D%20Secure.png" alt="3D Secure" height="560" width="259">

## PayPal  <a href="#paypal__00a0" id="paypal__00a0"></a>

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

<img src="https://verifone.cloud/sites/default/files/inline-images/2CO%20Mobile%20SDK-PayPal.PNG" alt="Mobile SDK PayPal" height="511" width="707">

Check out our public [**iOS SDK**](https://github.com/2Checkout/2checkout-ios-sdk)/ [**Android SDK**](https://github.com/2Checkout/2checkout-android-sdk) GitHub README pages for code snippets and examples.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/2checkout-apis/2checkout-apis/mobile-sdks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
