Installation via Composer - Module installation - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps

Installation via Composer

To install the Mercado Pago module in Adobe Commerce via Composer, you must follow these steps:

  1. In your terminal, execute this command to download the Adobe Commerce module using Composer:

plain

composer require mercadopago/adb-payment
  1. Next, execute this command to install the module:

plain

bin/magento setup:upgrade
  1. Execute this command to compile the module files:

plain

bin/magento setup:di:compile
  1. Next, run this command to clean the Adobe Commerce cache:

plain

bin/magento cache:clean
  1. When the store is in production mode, you will need to regenerate the static files. You can do it this way:

plain

bin/magento setup:static-content:deploy

In case you experience folder permission issues when accessing the store, you will need to renew the permissions like this:

plain

chmod 777 -R var/ pub/ generated/

Done! You have already successfully installed the Mercado Pago module for Adobe Commerce.