Rocketfuel Blockchain
  • Welcome to Rocketfuel
  • Core Concepts
    • Overview
    • Partners
    • Merchants
    • Shoppers
    • Exchanges
    • QR Payments
    • Bank Payments
    • Invoices
    • Settlements
  • Plug-ins and SDKs
    • Bigcommerce
    • Magento
    • PrestaShop
    • WooCommerce
    • Webflow
    • Web SDK
  • Developer Guides
    • Overview
    • Quick Start
    • API Reference
      • PayIns
        • Overview
        • Encryption Algorithm
          • Public Key Based
          • Secret Key Based
        • Authentication
          • Authenticate a merchant
          • Authentication Without Email / Password
        • RocketFuel UI Integration
          • Generate Invoice Link
          • Payment Processing
            • RKFL Payment Page
            • RKFL Payment Widget
          • Transaction Lookup
            • Lookup using Auth
            • Lookup using Public Key
          • Webhooks
          • Handling Partial Payments
        • Custom UI Integration
          • Cryptocurrencies listing
          • Generate QR Code
          • QR Payment Status
          • Transactions Lookup
          • Webhooks
          • Handle Partial Payment
        • Utility APIs
          • Subscriptions/Recurring Payments
          • Store info
          • Shopper
            • Shopper manual signup
            • Verify shopper's email id
            • Shopper manual login
            • Shopper info
            • Shopper wallet balance
          • Exchange Payment
            • Exchanges listing
            • Pre-payment validation check
            • Payable amount
            • Trigger Exchange payment
          • Transaction listing
          • Order info
      • Payout
        • Overview
        • Add Payee
        • API Guide
        • Webhooks
    • Swagger API
  • Integrations
    • RocketFuel Integration
      • Objective
      • Target Audience
      • Product Feature overview
      • "How To" Guide
        • Sign up as a Merchant
        • KYC Verification
        • Using the RocketFuel API for Custom Integration
        • Using the RocketFuel Pre-built Solutions for Custom Integration
        • How to Use Testnet for Transactions
      • FAQ and Tips
  • Web UI
  • User Guide and Help Videos
    • White Label Requirements
    • ACI Merchant Onboarding Document (Certification)
    • Merchant User Guide
      • Sign-up Process
      • Sign-in Process
      • Merchant Dashboard
      • Transactions
      • Shoppers
      • Reports
      • Invoices
      • Users
      • Funds
      • Bank/ACH Payments
      • Instore
      • Settlements
      • Subscriptions
      • Release Notes
      • Verification
      • Help/FAQ
      • Plugins
        • How to Setup RocketFuel on Different plugins
        • How to Use Rocketfuel With Different SDKs
      • Settings
    • Shopper User Guide
      • Dashboard
      • Purchases
      • Profile
      • Exchange
      • Bank/ACH Payments
      • Help/FAQ
      • Settings
      • Subscriptions
    • Partner User Guide
      • Dashboard
        • How to Invite Merchants
        • How to Generate Auth Header for Merchants
      • Transactions
      • Refunds
      • Shoppers
      • Merchants
      • Reports
      • Subscriptions
      • Payment Settings
      • Settings
      • Release Notes
    • Super Partner Guide
      • Overview
      • How to Invite Partners
  • Release Notes
    • Change Log
Powered by GitBook
On this page
  • How to install Rocketfuel Module for Magento
  • STEPS TO SETUP MERCHANT DETAILS
  • HOW TO RETRIEVE MERCHANT DETAILS

Was this helpful?

  1. Plug-ins and SDKs

Magento

PreviousBigcommerceNextPrestaShop

Last updated 9 months ago

Was this helpful?

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 environment refers to the type of details you are using. You should choose production for real transactions and select sandbox when you are testing.

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

The Email and Password refers to the email/password you use in signing into your merchant portal on .

To retrieve Public Key, visit and copy the string highlighted in the screenshot below.

https://merchant.rocketfuel.inc/sign-in
https://merchant.rocketfuel.inc/settings
Once you click Payment Methods, you should be able to see Rocketfuel Payment Gateway, listed as one of the available payment gateways.