Install the Magento plugin
Complete the following steps to install the Revolut Gateway for Magento 2
plugin manually:
- Download the Revolut Gateway for Magento 2 .zip file.
- Locate the
/app/code
directory inside the root directory. (Note: You might need to create it yourself.) - Extract the plugin in
.zip
format that you downloaded in the/app/code
directory.
$ unzip revolutgatewayformagento2.zip
- 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
- 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 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 756MB.
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.