Welcome to the Paytrail Android SDK — your one-stop solution for seamless integration with the Paytrail payment service's Web APIs on native Android projects. This SDK provides you with key functionalities such as:
- Creating a regular payment
- Saving a payment card token
- Combining payment and card addition into a single step.
For a deep dive into the SDK's APIs, consult our Paytrail Android SDK Wiki.
- Android 5.0 (API level 21) or higher.
- It's recommended to use the Android Gradle Plugin version 7.4.0 or above.
- Ensure Gradle version is 7.6.3 or higher.
-
Add Jitpack Repository:
repositories { maven(url = "https://jitpack.io") google() mavenCentral() }
-
Integrate the SDK:
dependencies { implementation("com.github.paytrail:paytrail-android-sdk:v0.2.0-beta") }
Dive into our 📚 integration guides to get a head start.
Curious to see the SDK in action? Explore our Paytrail SDK Examples for a comprehensive overview.
Your feedback is invaluable to us! If you come across any issues or have suggestions for improvements, please report them here. We appreciate your contributions and will do our best to address them promptly.
The Paytrail Android SDK is licensed under the MIT License.