LogoLogo
HomeLogin
  • Introduction
  • Integration guide
    • Crypto deposits
    • What is the crypto payment form?
    • Withdrawals
    • Exchanges
    • Callbacks
    • Invoices
  • API Documentation
    • Get your API Keys
    • Authorisation
    • API Reference
    • Callback Examples
  • Confirmations and limits
  • Dynamic minimum deposit fee for BTC
  • FAQ
  • About network fees
  • How to start
    • Introduction
    • API Set Up Stage
    • User Permissions
    • Addresses
    • Limits and Cold Addresses
    • Balance management
    • Notifications
    • Bank Accounts and Fiat Transactions
    • Mass Payouts
    • Transaction and address tracking
    • Withdrawal Limits
    • Starting Point of API Testing
  • Plugin integrations
    • WordPress
    • PrestaShop
    • OpenCart
    • Drupal
    • Joomla
    • Magento
Powered by GitBook
On this page
  • Get your Magento keys
  • Install the Magento plugin

Was this helpful?

  1. Plugin integrations

Magento

PreviousJoomla

Last updated 8 days ago

Was this helpful?

You’ll need an active merchant account to start accepting crypto payments. If you don’t have one yet, please reach out to our Sales team at to set up your merchant account.

Get your Magento keys

  1. In the Marketplace, go to My Profile. Select Access Keys in My Products.

  2. Save your public and private keys.

Install the Magento plugin

From the marketplace

Make sure you have the composer installed.

  1. Open the CoinsPaid extension on the Marketplace. In My Purchase, click Technical Details.

  2. Go to your Magento project directory and update your composer.json file: composer require <component-name>:<version> You can find the component-name and version values in the composer.json file in the archive (under name and version).

  3. Run: php bin/magento setup:upgrade

  4. Run: php bin/magento setup:static-content:deploy.

  5. Clear cache.

From the archive

  1. Unzip the plugin file.

  2. Create another directory called app/code/VENDOR/MODULENAME/ where MODULENAME must be replaced by the module's internal identifier. You can find it in the file in the extension ZIP file. For example, app/code/ConnectPay/Payment. Upload the extension zip file to this directory.

  3. Upload the directory app/code/VENDOR/MODULENAME/ into the root directory of your Magento installation. All directories should match the existing directory structure.

  4. Go to Magento 2 root directory. Run php bin/magento setup:upgrade.

  5. Run php bin/magento setup:static-content:deploy.

  6. Clear cache.

sales@cryptoprocessing.com