https://github.com/paytrail/paytrail-android-sdk
Paytrail Android SDK
https://github.com/paytrail/paytrail-android-sdk
Last synced: 2 months ago
JSON representation
Paytrail Android SDK
- Host: GitHub
- URL: https://github.com/paytrail/paytrail-android-sdk
- Owner: paytrail
- License: mit
- Created: 2023-05-25T05:14:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:25:11.000Z (over 1 year ago)
- Last Synced: 2025-03-12T06:01:51.074Z (over 1 year ago)
- Language: Kotlin
- Size: 12.2 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paytrail Android SDK
[](https://jitpack.io/#paytrail/paytrail-android-sdk)
[](https://github.com/paytrail/paytrail-android-sdk/releases)
[]((https://github.com/paytrail/paytrail-android-sdk/blob/main/LICENSE))
## Introduction
Welcome to the Paytrail Android SDK — your one-stop solution for seamless integration with the Paytrail payment service's [Web APIs](https://docs.paytrail.com/#/?id=paytrail-payment-api) 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](https://github.com/paytrail/paytrail-android-sdk/wiki).
## Prerequisites
- Android 5.0 (API level 21) or higher.
- It's recommended to use the [Android Gradle Plugin](https://developer.android.com/studio/releases/gradle-plugin) version 7.4.0 or above.
- Ensure [Gradle](https://gradle.org/releases/) version is 7.6.3 or higher.
## Installation
1. **Add Jitpack Repository**:
```groovy
repositories {
maven(url = "https://jitpack.io")
google()
mavenCentral()
}
```
2. **Integrate the SDK**:
```groovy
dependencies {
implementation("com.github.paytrail:paytrail-android-sdk:v0.3.0-beta")
}
```
## Getting Started
Dive into our 📚 [integration guides](https://github.com/paytrail/paytrail-android-sdk/wiki/Let's-start) to get a head start.
## Demo Project
Curious to see the SDK in action? Explore our [Paytrail SDK Examples](https://github.com/paytrail/paytrail-android-sdk/tree/main/demo-app) for a comprehensive overview.
## Issues and Feedback
Your feedback is invaluable to us! If you come across any issues or have suggestions for improvements, please [report them here](https://github.com/paytrail/paytrail-android-sdk/issues). We appreciate your contributions and will do our best to address them promptly.
## License
The Paytrail Android SDK is licensed under the [MIT License](https://github.com/paytrail/paytrail-android-sdk/blob/main/LICENSE).