To accept payments through MONEI in your Adobe Commerce (Magento 2) store you simply need to install and configure MONEI Adobe Commerce Extension.
- PHP: ^8.1.0
- Magento: >=2.4.5
You can install this package using composer by adding it to your composer file using following command:
composer require monei/module-monei-payment
php magento/bin/magento module:enable Monei_MoneiPayment
php magento/bin/magento setup:upgrade
For more information, please refer to the official documentation.