finswich_checkout

Last updated:

0 purchases

finswich_checkout Image
finswich_checkout Images
Add to Cart

Description:

finswich checkout

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(),
],
);
}
}

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.