fincra_checkout

Last updated:

0 purchases

fincra_checkout Image
fincra_checkout Images
Add to Cart

Description:

fincra checkout

Fincra payment widget for accepting payments in multiple currencies
Features #

Accept Payment with your Card, USSD & PayAttitude

Getting started #
import 'package:audioplayers/audioplayers.dart';
// ...
FincraCheckout.initialize(BuildContext);

final data = FincraPaymentInitiate(
publicKey: 'pk_test_NjU4YmM3NmUxZjRhMDY2N2VJiOjoxMzEyMzc',
amount: 2000,
customerFirstName: 'Pau;',
customerLastName: 'Igwe',
customerEmail: '[email protected]',
customerPhone: '08169901411',
);

final FincraTransaction? response = await FincraCheckout.initiate(data);
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.