Skip to content

TotalPayAPI/totalpay-android-sdk

Repository files navigation

View SDK Wiki | Report new issue

TotalPay Android SDK

TotalPay is a Payment Service Provider. Thanks to our 15+ years of experience in the payment industry, we’ve developed a state-of-the-art payment system that ensures smooth and uninterrupted payment flow for merchants across industries.

TotalPay

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

The main aspects of the TotalPay 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.totalpay:totalpay-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 info@totalpay.global.

License

MIT License. See the LICENSE file for more details.

Contacts

Website: https://totalpay.global
Phone: +971 4 4578506
Email: info@totalpay.global
Address: i-Rise Tower, Barsha Heights, Dubai, UAE.

© 2022 - 2024 TotalPay. All rights reserved.

Releases

No releases published

Packages

No packages published

Languages