Magento

How to install Rocketfuel Module for Magento

Pre-requisite: 1. A Magento store 2. A verified merchant account on Rocketfuel. 3. Composer installed on server

STEPS TO INSTALL MAGENTO MODULE IN YOUR STORE

Step 1: Run composer require rkfl/module-rocketfuel-payment-magento2 in the root directory of your store.

This will install the module in the vendor folder of your server.

Step 2: Run php bin/magento module:enable RKFL_Rocketfuel to enable the module.

Then run php bin/magento setup:upgrade to ensure the module is properly installed.

STEPS TO SETUP MERCHANT DETAILS

After successfully installing the module, the next phase is to set up the merchant details.

Step 1: Visit your store's admin dashboard - (usually at https://{your_store_url}/admin). On Admin Dashboard, Click on Stores

In Stores, select Sales

Step 2: Click on Payments Methods

Click the down arrow on the extreme right side of ' Rocketfuel Payment Gateway ' to fill the details.

To find the Merchant details to be filled in here, follow the instructions given below along with the screenshot

HOW TO RETRIEVE MERCHANT DETAILS

The Email and Password refers to the email/password you use in signing into your merchant portal on https://merchant.rocketfuelblockchain.com/sign-in.

The environment refers to the type of details you are using. You should choose production for real transactions and select sandbox when you are testing.

To retrieve Public Key, visit https://merchant.rocketfuelblockchain.com/settings and copy the string highlighted in the screenshot below.

Next, click on "Save Config" to save the details to your store Database.

Last updated