Guides • Accept Payments
Install the Magento 2 plugin

Install the Magento plugin

Complete the following steps to install the Revolut Gateway for Magento 2 plugin manually:

  1. Download the Revolut Gateway for Magento 2 .zip file.

  2. Locate the /app/code directory inside the root directory.

    note

    You might need to create it yourself.

  3. Extract the plugin in .zip format that you downloaded in the /app/code directory.

    $ unzip revolutgatewayformagento2.zip
  4. Open a terminal in the magento2 root folder and run the commands in the provided code block to install the plugin.

    $ php bin/magento setup:upgrade
    $ php bin/magento setup:di:compile
    $ php bin/magento setup:static-content:deploy
  5. When the installation is done, flush the Magento 2 cache using the admin panel or the following terminal command.

    $ php bin/magento cache:flush

Now, log in to your store's admin panel and navigate to Stores > Configuration > Sales > Payment Methods > Revolut. You should see Revolut under Other payment methods.

success

Congratulations! You have installed the Revolut Gateway for Magento 2 plugin. You are almost ready to start accepting payments

Troubleshooting

If you have troubles running the commands in Step 4:

  • Ensure that the PHP version your terminal is using is the same version that your Magento 2 store is using.
  • Ensure that PHP can use enough memory by setting the memory_limit variable in the /conf/php.ini file to more than 756 MB.

The Revolut Gateway for Magento 2 plugin is compatible only with Magento versions 2.1.x, 2.2.x, 2.3.x or 2.4.x.

Was this page helpful?