The Home for Magento 2 Excellence

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

1090 Modules
647 Ready
443 Need Help
Vendors 🏆 Leaderboard
Actively Maintained vv2.2.2

Module Paypal Commerce Platform (Mexico)

qbo/module-paypal-commerce-platform 14

Integrates PayPal Commerce Platform for Mexico into Magento 2. Allows merchants in Mexico to accept payments via PayPal Checkout.

42,867
Downloads
Below average
1
GitHub Stars
Below average
22d ago
Last Release
6
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
5 errors , 753 warnings
PHPStan Failed

Release Discipline

44 SemVer 44% compliant What is this?

Release history audited up to vv2.2.2

Tested on Magento 2.4.9

Recent Test History

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

vv2.2.2 on Magento 2.4.9
Jul 21, 2026
v2.2.11 on Magento 2.4.9
Jul 20, 2026
vv2.2.1 on Magento 2.4.9
Jul 2, 2026
vv2.2 on Magento 2.4.9
May 27, 2026
vv2.2 on Magento 2.4.8-p4
Mar 21, 2026
vv2.2 on Magento 2.4.8-p3
Mar 19, 2026

+1 older tests

Looking for Contributors

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

Contribute

Share This Module's Status

Module Paypal Commerce Platform (Mexico) Magento compatibility status badge

README

Loaded from GitHub

Magento 2: qbo/module-paypal-commerce-platform payment module (MX)

Magento 2 PayPal Commerce Platform (México)

Installation via composer (recommend)

  1. Setup your composer/github credentials locally.
  2. From the root folder of your project run:
composer require qbo/module-paypal-commerce-platform --ignore-platform-reqs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Configuration

  • Module configurations us found at: Stores -> Configuration -> Sales -> Payment Methods -> PayPal Checkout Mexico
  • 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 PayPal Checkout Mexico Module configuration.
  • Set Sandbox/Live Mode
  • Save and clean the cache.

Upgrading to specific version

From the root folder of your project:

composer require qbo/module-paypal-commerce-platform:$version --ignore-platform-reqs
e.g: composer require qbo/module-paypal-commerce-platform:v1.6.1 --ignore-platform-reqs

php bin/magento setup:upgrade
php bin/magento setup:di:compile
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.