Skip to content

paytrail/paytrail-android-sdk

Repository files navigation

Paytrail Android SDK

GitHub tag (with filter) GitHub

Introduction

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.

Prerequisites

  • 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.

Installation

  1. Add Jitpack Repository:

    repositories {  
        maven(url = "https://jitpack.io")
        google()  
        mavenCentral()
    }
  2. Integrate the SDK:

    dependencies {
        implementation("com.github.paytrail:paytrail-android-sdk:v0.2.0-beta")
    }

Getting Started

Dive into our 📚 integration guides to get a head start.

Demo Project

Curious to see the SDK in action? Explore our Paytrail SDK Examples 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. We appreciate your contributions and will do our best to address them promptly.

License

The Paytrail Android SDK is licensed under the MIT License.