Meetanshi Docs Magento 2 Lipa Na M-Pesa Payment

Lipa Na M-Pesa Payment for Magento 2 - User Guide

Extension Installation

For Magento Marketplace Customers

  • Find the Composer name and version of the extension in the extension's composer.json file.
  • Login to your SSH and run:
composer require meetanshi/magento2-lipa-na-mpesa-payment
  • Enter your authentication keys . Your public key is your username; your private key is your password.

  • Wait for Composer to finish updating your project dependencies and make sure there aren't any errors.

  • To verify that the extension installed properly, run the command:

php bin/magento module:status Meetanshi_Lipa
  • By default, the extension is probably disabled.

  • Enable the extension and clear static view files:

php bin/magento module:enable Meetanshi_Lipa --clear-static-content
php bin/magento setup:upgrade 
  • For Magento version 2.0.x to 2.1.x -
php bin/magento setup:static-content:deploy
  • For Magento version 2.2.x & above -
php bin/magento setup:static-content:deploy --f
php bin/magento cache:flush 

For Meetanshi Customers

  • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
  • Login to your SSH and run below commands step by step:
php bin/magento setup:upgrade
  • For Magento version 2.0.x to 2.1.x -
php bin/magento setup:static-content:deploy
  • For Magento version 2.2.x & above -
php bin/magento setup:static-content:deploy --f
php bin/magento cache:flush

Configuration

For configuring the Lipa Na M-Pesa Payment for Magento 2 extension, log in to Magento 2, move to Sales > Payments Methods > Lipa Na M-Pesa Payment - Meetanshi where you can find various settings to enable the extension.

  • Enabled: Set "YES" to enable the payment method.

  • Title: Set the title of the payment method to be displayed in the frontend.

  • Show M-Pesa Logo: Set YES to show M-Pesa logo along with the payment method in the frontend.

  • Sandbox Mode: Select YES to enable sandbox mode.

  • ShortCode : Enter Shortcode provided by M-Pesa while registration with Safaricom.

  • Pass Key : Enter Pass Key provided by M-Pesa while registration with Safaricom.

  • Consumer Key : Enter consumer key provided by M-Pesa while registration with Safaricom.

  • Consumer Secret : Enter consumer secret provided by M-Pesa while registration with Safaricom.

  • Login to Safaricom and move to My Apps. Click "Create New App" button and create new app for Lipa Na M-Pesa sandbox.

  • Immediately after the app is created, you can see consumer key and consumer secret . Copy both and paste them in relevant fields in Magento 2 extension configuration.

  • Select the app you created.

  • Scroll to bottom and click on "Test Credentials".

relevant fields in Magento 2 extension configuration.

  • URL for Request Payment: Payment request URL will be pre-filled on extension installation.
  • Access Token URL: Access token URL will be pre-filled on extension installation.
  • Register URL: Register URL will be pre-filled on extension installation.
  • Payment from Applicable Countries: Select countries to allow using this payment method.
  • Debug: Select YES to enable debug.
  • Instructions: Enter instructions to show along with the payment method in the frontend.
  • Sort Order: Enter Sort Order of the payment method display in the frontend.

Lipa Na M-Pesa Payment Method in Frontend

Once the payment method is configured, Lipa Na M-Pesa Payment method is shown on the checkout page in the frontend while checking out the products. Just select the Lipa Na M-Pesa Payment method, add M-Pesa mobile number and click "Place Order" to confirm the payment and place order successfully.

  • Lipa Na M-Pesa Payment Details in "My Account" section

Once the order is placed, the Lipa Na M-Pesa Payment details are shown in the Account dashboard, in "My Orders" tab which includes payment method name, merchant request ID, checkout request ID, and response description.

Lipa Na M-Pesa Payment Details in Backend

Apart from the frontend, the admin can also view Lipa Na M-Pesa Payment details in the Sales > Orders > Order View section in the backend. It displays the payment details like payment method name, merchant request ID, checkout request ID, response description, and lipa number.

Updated: Mar 6, 2026Top ↑