payfort_plugin 0.2.0+4 copy "payfort_plugin: ^0.2.0+4" to clipboard
payfort_plugin: ^0.2.0+4 copied to clipboard

outdated

PAYFORT integration became easy with flutter ,this plugin allows you to use payfort for both android and ios.

payfort_plugin #

A flutter plugin to help flutter developer to integrate with payfort SDK easily, it supports android and ios from version 12.

Getting Started #

Add this to pubspec.yaml

dependencies:
  payfort_plugin: ^0.2.0+4

Usage #

PayfortPlugin.getID.then((deviceID) => { //use this deviceID to  send it to your server to get YOR_MERCHANT_REF and YOUR_SDK_TOKEN
                         PayfortPlugin.performPaymentRequest(
                              'YOR_MERCHANT_REF',
                              'YOUR_SDK_TOKEN',
                              'NAME',
                              'LANGUAGE',
                              'EMAIL',
                              'AMOUNT',
                              'PURCHASE',
                              'CURRENCY',
                              'MODE' //zero for test mode and one for production
                               ).then((value) => {
                                // value object contains payfort response, such card number, transaction reference, ...
                                debugPrint('card number is ${value['card_number']}')
                         })

                  });

Contributing #

We Accept the following contributions

  • Improving code documentation
  • Reporting issues
  • bug fixing

Maintainers #

Magints

12
likes
0
pub points
29%
popularity

Publisher

unverified uploader

PAYFORT integration became easy with flutter ,this plugin allows you to use payfort for both android and ios.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on payfort_plugin