Welcome to the FLIZpay Android SDK! Easily integrate secure, seamless, and user-friendly payments directly into your Android app.
The FLIZpay SDK simplifies accepting payments by managing the entire payment flow via an integrated webview, securely and intuitively within your app.
Get started with our 📚 integration guide
The FLIZpay Android SDK requires Android 7 or later and is compatible with apps targeting Android 21 or above.
After installing the SDK, initiate payments effortlessly:
import com.github.flizpay.FlizpaySDK
FlizpaySDK.initiatePayment(
context,
token,
amount,
)context(ComponentActivity, required): The activity of which to launch the webview fromamount(String, required): The payment amount.token(String, required): JWT authentication token obtained from your backend.onFailure(((Throwable) -> Unit), optional): Callback to be executed on failure
For comprehensive integration details, API authentication steps, obtaining JWT tokens, and additional examples, see our Integration Documentation.
FLIZpay SDK is available under the MIT license. See the LICENSE file for more details.
Need assistance? Our support team is here to help.
Happy coding! 🚀🎉