- A Payment Gateway for SMEs to accept MPESA Payments from Customers and ensure that their customers can conveniently and securely pay for their products in simple and seamless manner :)
gradle
Add it in your root build.gradle at the end of repositories:
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.MuindiStephen:mpesa-payment-integration:1.0.1'
}
- (Fastlane - The easiest way to automate building and releasing your iOS and Android apps)