📗Thawani Lamsa SDK (Android)
You can integrate the Thawani Lamsa SDK (Tap & Pay) into your Android application.
Minimum Requirement
Get your Auth keys
Configure SDK in your app
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
// Add this line here
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/ThawaniMobile/Lamsa-SDK")
credentials {
username = "ThawaniMobile"
password = "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"
}
}
}
}Step 4: (conditional) if minifyEnabled true in your build.gradle:app please add this line in your proguard-rules.pro file
minifyEnabled true in your build.gradle:app please add this line in your proguard-rules.pro fileInitiate the payment
Name
Required
Type
Description
Payment Options
Name
Description
Handling the Result
Name
Type
Description
Payment Status Code
Status
Description
Last updated