Android MPESA - Linking Lipa na M-Pesa PAYMENT service with small and medium-sized businesses [C2B] with MPESA PAYMENT GATEWAY/INTEGRATION
# MPESA PAYMENT INTEGRATION / SIMPLE GATEWAY FOR FINTECH APPS
- 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 :)
##
##
## How to this library in your Android App
### To get a Git project into your build:
### Step 1. Add the JitPack repository to your build file
`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:
```kotlin
allprojects {
repositories {
...
maven { url '
jitpack.io' }
}
}
```
### Step 2. Add the dependency
```kotlin
dependencies {
implementation 'com.github.MuindiStephen:mpesa-payment-integration:1.0.1'
}
```
### Important Tools
- [x] (Fastlane - The easiest way to automate building and releasing your iOS and Android apps)