kuickpay_bj

Last updated:

0 purchases

kuickpay_bj Image
kuickpay_bj Images
Add to Cart

Description:

kuickpay bj

About Kuick Pay #

Getting started #
Visit https://kuickpay.com
Get institutionID & kuickpaySecuredKey
Usage #
PaymentRedirectionPage(
institutionID: '',
kuickpaySecuredKey: '',
orderID: '',
amount: '',
customername: '',
customerMobileNumber: '',
customerEmail: '',
successUrl: '',
failureUrl: '',
checkouturl: '',
orderdate_YYYY_MM_DD: '',
),
copied to clipboard
Here is the Sample Example
const like = 'sample';
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('Kuickpay Integration')),
body: Center(
child: ElevatedButton(
onPressed: () {

Navigator.of(context).pushReplacement(
MaterialPageRoute(
builder: (BuildContext context) =>PaymentRedirectionPage(
institutionID: '',
kuickpaySecuredKey: '',
orderID: '',
amount: '',
customername: '',
customerMobileNumber: '',
customerEmail: '',
successUrl: '',
failureUrl: '',
checkouturl: '',
orderdate_YYYY_MM_DD: '',
),));
},
child: Text('Pay Now'),
),
),
);
}
}
copied to clipboard
Additional information #
Support the package
If you find this package useful, you can support it for free by giving it a thumbs up at the top of this page. Here's another option to support the package:

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.