Skip to content

Flizpay/flizpay-android

Repository files navigation

FLIZpay Android SDK

Platform Kotlin Gradle Compatible Version License Coverage Status

Welcome to the FLIZpay Android SDK! Easily integrate secure, seamless, and user-friendly payments directly into your Android app.

🚀 Overview

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


📦 Requirements

The FLIZpay Android SDK requires Android 7 or later and is compatible with apps targeting Android 21 or above.

⚡️ Quick Start

After installing the SDK, initiate payments effortlessly:

import com.github.flizpay.FlizpaySDK

FlizpaySDK.initiatePayment(
        context,
        token,
        amount,
    )

Parameters

  • context (ComponentActivity, required): The activity of which to launch the webview from
  • amount (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

📖 Detailed Integration Guide

For comprehensive integration details, API authentication steps, obtaining JWT tokens, and additional examples, see our Integration Documentation.


📄 License

FLIZpay SDK is available under the MIT license. See the LICENSE file for more details.


🛟 Support

Need assistance? Our support team is here to help.

👉 Contact FLIZpay Support


Happy coding! 🚀🎉

About

FLIZpay SDK for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages