📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v2.3.5

Paypalplus for Mexico

qbo/module-paypalplusmx

Integrates PayPal Plus payment gateway for Mexican merchants. Allows accepting payments via PayPal with specific configurations for Mexico.

12,418
Downloads
Below average
2
GitHub Stars
Below average
4y ago
Last Release
8
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
10 errors , 923 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.3.5 on Magento 2.4.8-p3
Dec 28, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Paypalplus for Mexico Magento compatibility status badge

README

Loaded from GitHub

Magento 2: qbo/module-paypalplusmx payment module (MX)

Magento 2 PayPal Plus (México)

Installation

From the root folder of your project:

composer require qbo/module-paypalplusmx
php bin/magento setup:upgrade

If something goes wrong with dependencies, and youre OK to ignore it, add the following line to your composer.json under "require" section:

"qbo/module-paypalplusmx": "dev-master"

Then update your dependencies

composer update [--ignore-platform-reqs]

Configuration

  • Select "Mexico" for Merchant Location under Payment Methods Configuration
  • Get your REST APP Credentiasl from https://developer.paypal.com
  • Enter your PayPal API credentials under PayPalPlus Module configuration.
  • Set Sandbox/Live Mode
  • Save and clean the cache.
  • A Profile Experience ID should be automatically created, if it is not created on the first save, try again.

Upgrading

From the root folder of your project:

composer update [--ignore-platform-reqs]
php bin/magento setup:upgrade
rm -rf var/generation var/di var/view_preprocessed pub/static
php bin/magento setup:static-content:deploy

Debugging

  • The module has a configuration "Debug Mode" which logs everything going out to PAYPAL APIs, error responses and details

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.