stephencoduor/rave-magento2

Rave payment gateway for accepting payments via credit/debit cards, bank accounts, Mpesa, Ghana Mobile Money and Barter on your Magento store.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Type:magento2-module

1.0.0 2021-01-11 18:02 UTC

This package is auto-updated.

Last update: 2024-05-12 01:10:56 UTC


README

  • Contributors: Stephencoduor

  • Tags: rave, magento 2, payment gateway, bank account, credit card, debit card, nigeria, kenya, ghana, usa

  • Tested with: PHP 7.0.2, PHP 7.2

  • License: GPL-3

Rave payment gateway for accepting payments via credit/debit cards, bank accounts, Mpesa, Ghana Mobile Money and Barter on your Magento-2 store.

Support for:

  • Credit card
  • Debit card
  • Bank account
  • Mpesa
  • Mobile money
  • Barter

Description

Accept Credit card, Debit card and Bank account payment directly on your store with the Rave payment gateway for Magento 2.

Take Credit card payments easily and directly on your store

Signup for an account here

Rave is available in:

  • Nigeria
  • Ghana
  • Kenya
  • South Africa
  • Tanzania
  • Uganda
  • USA

Installation

  • Go to Magento2 root folder

  • Enter following command to install module:

composer require stephencoduor/rave-magento2
  • Wait while dependencies are updated.

  • Enable the Rave Payments module by running this command, From your commandline, in your magento root directory:

    php bin/magento module:enable Rave --clear-static-content && php bin/magento setup:upgrade && php bin/magento setup:di:compile

Once the setup:upgrade completes the module will be available in the Store Admin.

Configure the plugin

Configuration can be done using the Administrator section of your Magento store.

  • From the admin dashboard, using the left menu navigate to Stores > Configuration > Sales > Payment Methods.
  • Select Rave Payments from the list of recommended modules.
  • Set Enable to Yes and fill the rest of the config form accordingly, then click the orange Save Config to save and activate. Note: Public Key is required to activate this module for cart checkout.

Screenshots

Configuration Screenshot

Suggestions / Contributions

For issues and feature request, click here. To contribute, fork the repo, add your changes and modifications then create a pull request.