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.
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.
Sale | Recurring Sale | Capture |
---|---|---|
Creditvoid | Get Trans Status | Get Trans Details |
---|---|---|
To report a specific issue or feature request, open a new issue.
Or write a direct letter to the [email protected].
MIT License. See the LICENSE file for more details.
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.