Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

23 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages