finswich_checkout 0.0.2 copy "finswich_checkout: ^0.0.2" to clipboard
finswich_checkout: ^0.0.2 copied to clipboard

Platformweb

With a single integration to our APIs, right on your app, your customers can send “instant transfers” to every corner of Africa & beyond.

Finswich Checkout by Fusppay

Features #

With a single integration to our APIs, right on your app, your customers can send “instant transfers” to every corner of Africa & beyond.

Getting started #

  • Flutter
  • Web platform
  • Finwisch account

Usage #


class MyWidget extends StatefulWidget {
  const MyWidget({super.key});

  @override
  State<MyWidget> createState() => _MyWidgetState();
}

class _MyWidgetState extends State<MyWidget> {
  bool ischeckoutvisible = false;

  @override
  Widget build(BuildContext context) {
    return Stack(
      children: [
        Container(),

        /// Your widget should go here in place of container
        ischeckoutvisible
            ? FinswichIframe(
                balance: "2400",
                ischeckoutVisible: ischeckoutvisible,
                origin: "https://exchanger-api.fuspay.finance",

                ///To get your origin use this [window.location.origin],
                publicKey:
                    "live_public_f1f453b175384d3d08509809e9100823120dbXUnU8daZBBM5Cye3F0AryQVhbB5DWRwF9S0p5spFdBFIy8gZupLuwO5n2sO29nPN16875",
                reference: "emcodeApp001Live",
                refreshUI: () {
                  setState(() {});
                },
              )
            : const SizedBox(),
      ],
    );
  }
}

1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

With a single integration to our APIs, right on your app, your customers can send “instant transfers” to every corner of Africa & beyond.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on finswich_checkout