Requisites
Before you start integrating the Izipay Android SDK into your project, it is important to make sure that your development environment meets the minimum requirements needed. Below are the requirements you should be aware of:
Android version:
- Make sure your Android app project has an Android version that is compatible with the Izipay SDK. Check the minimum and maximum SDK version requirements to ensure proper compatibility.
Android Studio:
- Make sure you have Android Studio installed and configured correctly on your system. You can download the latest stable version from the official Android Studio website.
Dependencies and Libraries:
- Check the dependencies and libraries required by the Izipay SDK. You may need to add certain dependencies in your
build.gradle
file (both at the project and module level) to ensure that all SDK functionality integrates smoothly.
Application Permissions:
- Review the necessary permissions that must be declared in your project's
AndroidManifest.xml
file. The Izipay SDK may require specific permissions to access certain device functionalities or perform payment related operations.
API Keys or Credentials:
- Check if the Izipay SDK requires specific API keys or credentials for proper operation. If so, make sure you obtain the corresponding API keys and that they are correctly configured in your project.
Documentation and Support:
- Access the official Izipay SDK documentation for detailed integration information, code samples and additional guides. Also, make sure you have access to technical support provided by the Izipay team in case questions or issues arise during the integration process.
Merchant Affiliation:
- The merchant or entity wishing to use the SDK must have completed its affiliation process as an e-commerce with Izipay, taking into account having requested the activation of services with SDK.
SDK Downloaded:
- You have requested the Izipay - Android SDK and have the file. If not, go to the following link to download the latest library: SDK
Upon meeting the above requirements, you are ready to start integrating the Izipay Android SDK into your Android application project. Follow the instructions provided in the SDK documentation to perform a successful integration and take full advantage of the payment functionalities offered by the SDK.