Skip to content

TESSPayments/tesspayments-android-sdk

Repository files navigation

TESS Payments Android SDK

TESS Payments

TESS Payments Android SDK was developed and designed with one purpose: to help the Android developers easily integrate the TESS Payments API Payment Platform for a specific merchant.

The main aspects of the TESS Payments Android SDK:

  • Kotlin is the main language
  • Retrofit is the API machine
  • KDoc code coverage
  • API debug logging
  • Minimum SDK 16+
  • Sample Application

To properly set up the SDK, read Wiki first. To get used to the SDK, download a sample app.

Setup

Add to the root build.gradle:

allprojects {
    repositories {
        ...
        jcenter()
        maven { url 'https://jitpack.io' }
    }
}

Add to the package build.gradle:

dependencies {
    implementation 'com.github.akurateco:akurateco-android-sdk:{latest-version}'
}

Also, it is possible to download the latest artifact from the releases page.

Sample

Sale Recurring Sale Capture
Creditvoid Get Trans Status Get Trans Details

Getting help

To report a specific issue or feature request, open a new issue.

Or write a direct letter to the [email protected].

License

MIT License. See the LICENSE file for more details.

Contacts

Website: https://tesspayments.com
Phone: +974-4402-0138
Email: [email protected]
Address: 27th Floor, UDC Tower 1, The Pearl Qatar

© 2016 - 2022 TESS Payments. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages