LiqPay Android SDK
Documentation https://www.liqpay.ua/documentation/en
Please look at our Liqpay documentation - you can find there how to use Gpay and Privatpay method
https://www.liqpay.ua/documentation
Please, read https://www.liqpay.ua/en/faq before you start use Liqpay as acquire
Also if you need card method or other - you can use web-view checkout page in your App
Also we have some SDK for Android working with Masterpass, if you're interested - please send email to [email protected]
- Download project as a zip file, it contains
repo
folder with library and its dependencies - Add
repo
folder to your root project directory - Inside your project at
settings.gradle
underdependencyResolutionManagement
addrepo
folder as a maven repository
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
//...
maven { url 'repo' }
}
}
- At module-level
build.gradle
addimplementation("ua.privatbank:liqpay_x:1.0")