/paymenthighway-android-sdk

Payment Highway Android SDK

Primary LanguageKotlinMIT LicenseMIT

Overview

This is the Payment Highway Android SDK.

Requirements

  • You have an existing Android project supporting Android SDK Version 16 or later
  • Valid Payment Highway account id and merchant id
  • Custom-build Mobile Application Backend that returns session id and handles token with token id

Mobile Application Backend

You will need to have a custom mobile application backend that handles session id and token management.

See the backendadapterexample module included in the SDK.

License

MIT

Install

repositories {
    jcenter()
}

dependencies {
     implementation 'io.paymenthighway.sdk:paymenthighway-android-sdk:2.0.0'
}

Use

See the Demo Project included how to use the sdk.