Skip to content

Fellow3-1/mpesa-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Safaricom MPESA Golang API Wrapper

The wrapper provides convenient access to the Safaricom MPESA G2 API from applications written in server-side Golang.

This is Work in Progress!

Installing

You can install the package by running:

go get github.com/AndroidStudyOpenSource/mpesa-api-go

Usage

The package needs to be configured with your appKey and appSecret which can be obtained from Safaricom.

const (
	appKey = "YOUR_APP_KEY"		    
	appSecret = "YOUR_APP_SECRET"	   
)

This documentation is being updated

About

The unofficial Safaricom MPESA API Wrapper for Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages