jpay/module-payments

There is no license information available for the latest version (2.0.0) of this package.

Official Jumia Pay Payments Extension for Magento2

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 11

Forks: 0

Open Issues: 1

Type:magento2-module

2.0.0 2023-01-19 12:24 UTC

This package is not auto-updated.

Last update: 2025-07-17 23:42:39 UTC


README

The official JumiaPay extension for Magento 2.

Install

Manually

  1. Go to Magento 2 root folder

  2. Enter following commands to install module:

    composer config repositories.jumiapay vcs https://github.com/JumiaPayAIG/magento-plugin
    composer require jpay/module-payments

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento module:enable Jpay_Payments --clear-static-content
    php bin/magento setup:upgrade
  4. Enable and configure JumiaPay in Magento Admin