merchant_evc_plus

Last updated:

0 purchases

merchant_evc_plus Image
merchant_evc_plus Images
Add to Cart

Description:

merchant evc plus

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);
},
);
copied to clipboard
Show some ❤️ and star the repo to support the project

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.