Giter Site home page Giter Site logo

golang-mpesa's Introduction

Setup

๐Ÿ˜€

Demonstrating MPESA STK Push server side setup in Golang. Gin HTTP Framework. I went a bit overboard with the logging, I know.

Installation

Requirements.

  • Go 1.13 and above
  • Rabitmq

Install the needed dependencies.

go mod tidy

Local Setup

Start your local rabbitmq server or run rabbitmq via docker

docker run -d --hostname my-rabbit --name some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management

Start the main API and the queue consumer

cd cmd
go run main.go server
go run main.go worker

Once this is done. You can access the API as below.

For an STK Request

http://localhost:8080/stk/request

POST
{
    "msisdn":"254700000000",
    "amount":"100"
}

If everything is ok you can check your phone for the M-PESA payment pop-up.

Mpesa callbacks will be received on

http://localhost:8080/stk/callback

For env setup, you can find an example env file in the pkg folder, create your copies and fill as necessary

cp .env.example .env

There is an additional helper for the env file, on utils/getpath where you can specify your working directory name

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

golang-mpesa's People

Contributors

kisese avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.