Quickstart
Welcome to the Izipay Android SDK documentation. This guide will provide you with the necessary steps to quickly integrate our SDK into your Android application and start taking advantage of the payment functionalities in an efficient way.
Step 1: Preparing the environment
Before you begin, make sure you have the following in your development environment:
- Android Studio installed and properly configured.
- Existing Android application project where you want to integrate the SDK.
Step 2: Download the SDK
Download the Izipay Android SDK from here. The SDK will be available as a zipped file.
Learn about the other versions we have available here
.
Step 3: Integrating the SDK into your project
- Unzip the downloaded SDK file to a directory of your choice.
- Open your Android Studio project.
- In the Project window, navigate to your project folder.
- Right-click on the "libs" folder inside your project and select "New -> Directory" to create a new folder.
- Rename the new folder as "sdk" (or whatever name you want) and click "OK".
- Copy the SDK files you unzipped into the "sdk" folder you just created.
Step 4: Additional configuration
To use the full functionality of the SDK and customize its behavior, you may need to make some additional configurations. See the SDK documentation for more details on the available configuration options and how to use them in your project.
Step 5: Ready to go!
With the Android SDK integrated into your app, you are ready to start using the payment functionalities provided by the Izipay SDK. Explore the detailed documentation, code samples and additional guides to understand how to get the most out of the SDK and deliver a seamless and secure payment experience to your users.