Skip to content

akurateco/akurateco-android-sdk

Repository files navigation

| View SDK Wiki | Report new issue

Akurateco Android SDK

Akurateco is a white-label payment software provider. Thanks to our 15+ years of experience in the payment industry, we’ve developed a state-of-the-art white-label payment system that ensures smooth and uninterrupted payment flow for merchants across industries.

Akurateco

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

The main aspects of the Akurateco 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}'
}

Latest version is:

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 admin@akurateco.com.

License

MIT License. See the LICENSE file for more details.

Contacts

Website: https://akurateco.com
Phone: +31-638-7642-70
Email: admin@akurateco.com
Address: Akurateco BV, Kingsfordweg 151, 1043 GR Amsterdam, The Netherlands

© 2014 - 2020 Akurateco. All rights reserved.