Guides • Accept Payments
Install the Adobe Commerce (Magento 2) plugin

Install the Adobe Commerce (Magento 2) plugin

Complete the following steps to install the Revolut Gateway for Adobe Commerce (Magento 2) plugin manually:

  1. Download the Revolut Gateway for Adobe Commerce (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 cache using the admin panel or the following terminal command.

    $ php bin/magento cache:flush
  6. 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 Adobe Commerce (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 of your terminal is the same that your Adobe Commerce 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.
caution

The Revolut Gateway for Adobe Commerce (Magento 2) plugin is only compatible with Magento versions: 2.3.x-2.4.x.

Was this page helpful?