MuindiStephen / mpesa-payment-integration

Android MPESA - Linking Lipa na M-Pesa PAYMENT service with small and medium-sized businesses [C2B] with MPESA PAYMENT GATEWAY/INTEGRATION

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

 dependencies {
	implementation 'com.github.MuindiStephen:mpesa-payment-integration:1.0.1'
 }

Important Tools

  • (Fastlane - The easiest way to automate building and releasing your iOS and Android apps)

About

Android MPESA - Linking Lipa na M-Pesa PAYMENT service with small and medium-sized businesses [C2B] with MPESA PAYMENT GATEWAY/INTEGRATION


Languages

Language:Kotlin 94.9%Language:Ruby 5.1%