Comment on page
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.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

Once you click Payment Methods, you should be able to see Rocketfuel Payment Gateway, listed as one of the available payment gateways.
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
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 modified 1yr ago