Android SDK
Integrate Our Android SDK For Seamless Payments !
Foloosi Android SDK Integration
Basic Requirements
Foloosi merchant account - click here to sign up .
Create api credentials - click here to create.
Android Requirement
android {
defaultConfig {
minSdkVersion 21
}
}
Proguard Rules (Mandatory for release build)
-keepclassmembers class * {
@android.webkit.JavascriptInterface <methods>;
}
-keepattributes JavascriptInterface
-keepattributes *Annotation*
-dontwarn com.foloosi.**
-keep class com.foloosi.* {*;}
-optimizations !method/inlining/*
NOTE
Supports 170 World Currencies.
Apple pay will be available only when API mode is in live.
Support
Visit https://www.foloosi.com for support requests or email to [email protected].
Developed by
Foloosi Technologies Pvt Ltd.
License
Copyrights (c) 2025 Foloosi
Last updated
Was this helpful?