This is the Payment Highway Android SDK.
- You have an existing Android project supporting Android SDK Version 16 or later
- Valid Payment Highway
account id
andmerchant id
- Custom-build Mobile Application Backend that returns session id and handles token with token id
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.
MIT
repositories {
jcenter()
}
dependencies {
implementation 'io.paymenthighway.sdk:paymenthighway-android-sdk:2.0.0'
}
See the Demo Project included how to use the sdk.