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

Hormuud EvcPlus Merchant API Plugin

Hormuud Merchant EvcPlus API #

NB. In order to have MERCHANT API credentials, you need to contact Hormuud Telecom.

Usage #

final merchantEvcPlus = MerchantEvcPlus(
    apiKey: '', // API KEY
    merchantUid: '', // Merchant UID
    apiUserId: '', // API USER ID
);

final transactionInfo = TransactionInfo(payerPhoneNumber: 'xxxxxx', amount: 1);

await merchantEvcPlus.makePayment(
    transactionInfo: transactionInfo,
    onSuccess: () {
        print('Payment Successful');
    },
    onFailure: (error) {
        print(error);
    },
);

Show some ❤️ and star the repo to support the project

12
likes
110
points
3
downloads

Publisher

verified publisherbaabale.com

Weekly Downloads

Hormuud EvcPlus Merchant API Plugin

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on merchant_evc_plus