The Home for Magento 2 Excellence

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

1090 Modules
628 Ready
462 Need Help
🏆 Leaderboard
Actively Maintained v1.1.4

Younited Pay for Magento 2

younitedcredit/younitedpay-module-magento2

Integrates Younited Pay installment payments into Magento checkout, offering split-payment financing options to reduce cart abandonment and improve conversion.

1,266
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
28 errors , 290 warnings
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

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

v1.1.4 on Magento 2.4.9
Jun 7, 2026
v1.1.2 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Younited Pay for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Younited Pay module for Magento 2

The Younited Pay module for Magento 2 is a PHP module which allows you to accept payments in your Magento 2 online store. It offers innovative features to reduce shopping cart abandonment rates, optimize success rates and enhance the purchasing process on merchants sites in order to significantly increase business volumes without additional investments in the Magento 2 e-commerce CMS solution.

Getting started

Manual installation

With PHP >= 7.2 :

  • Install SDK using Composer: composer require 202ecommerce/younitedpay-sdk:3.2

  • Copy/Paste module files to your Magento root directory (app/code/YounitedCredit/YounitedPay)

  • Run: php bin/magento module:enable YounitedCredit_YounitedPay

  • Run: php bin/magento setup:upgrade

  • Run: php bin/magento setup:static-content:deploy

  • Run: php bin/magento cache:enable younitedpay

  • Flush caches with: php bin/magento cache:flush

Composer installation

For Magento 2.3+ only.

  • Install module and dependencies using Composer: composer require younitedcredit/younitedpay-module-magento2
  • Run: php bin/magento module:enable YounitedCredit_YounitedPay
  • Run: php bin/magento setup:upgrade
  • Run: php bin/magento setup:static-content:deploy
  • Run: php bin/magento cache:enable younitedpay
  • Flush caches with: php bin/magento cache:flush

Update with Composer

To update the extension to the latest available version (depending on your composer.json), run these commands in your terminal:

composer update younitedcredit/younitedpay-module-magento2 --with-dependencies
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Maintenance mode

You may want to enable the maintenance mode when installing or updating the module, especially when working on a production website. To do so, run the two commands below before and after running the other setup commands:

php bin/magento maintenance:enable
# Other setup commands
php bin/magento maintenance:disable

Compatibility

Branch Magento versions
0.x >= 2.2.x

Unit testing

You can run unit tests with the following commands :

  • Composer installation : php ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist vendor/younitedcredit/younitedpay-module-magento2/Test/Unit

  • Manual installation : php ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/YounitedCredit/YounitedPay/Test/Unit

Resources

Features

License

The Younited Credit module for Magento 2 is available under the Academic Free License (AFL 3.0). Check out the license file for more information.

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.