HawiCaesar / pay_confirmation

Simple Payment Confirmation using MPESA API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED] This approach to integrating MPESA is no longer supported. Please follow MPESA's up to date documentation here

MPESA API Integration - Payment Confirmation

This is a simple guide on what you need and what to get ready for when integrating MPESA with your payment option.

This guide uses the "Developers guide_Paybill&Buygoods Validation & Confirmation_v0.3" provided by MPESA support

You can find it here http://www.safaricom.co.ke/business/corporate/m-pesa-payments-services/m-pesa-api

Note: The scope of this guide is for businesses looking to allow customers to pay via MPESA for online web applications

Prerequisites

  1. System Architecture - This is a blueprint or road map of how you will enable the customers to pay via MPESA.

It should describe how the customer initiates the payment right through to the end where your web application confirms the customer's paymemt and allow the customer to download a receipt

  1. An Actual Domain of your working web application. This by default means your web application is on a live server.

  2. Knowledge on Mutual Authentication and how to apply it to your system architecture. At this point you may have a rough idea on what technology you are going to use to implement mutual authentication

  3. The Documentation: have them readily accessible

    • "Developers guide_Paybill&Buygoods Validation & Confirmation_v0.3" page 11-22
    • "SSL Guide"
    • "WSDL_V1.0"
  4. SOAP UI - an open software used to test and interact with web API's services

Check out this simple tutorial I made,

https://hawihustle.wordpress.com/2016/05/23/mpesa-api-integration-payment-confirmation/

About

Simple Payment Confirmation using MPESA API