The Home for Magento 2 Excellence

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

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Stable v3.0.1

WeGetFinancing Checkout for Magento 2

wegetfinancing/magento-checkout-plugin

Integrates the WeGetFinancing payment gateway into Magento checkout, offering point-of-sale financing as a payment method.

7
Downloads
Below average
2
GitHub Stars
Below average
11mo ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.9

Recent Test History

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

v3.0.1 on Magento 2.4.9
Jun 2, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

WeGetFinancing Checkout for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

WeGetFinancing Payment Checkout for Magento 2

This is a Magento 2 module which integrates WeGetFinancing payment gateway with the Magento 2 application.

Installation

In order to install the module, please use the composer package manager.

  1. Install via composer:
    composer require "wegetfinancing/magento-checkout-plugin"
    
  2. Run the following commands to enable it:
    php -d memory_limit=-1 bin/magento module:enable WeGetFinancing_Checkout
    php -d memory_limit=-1 bin/magento setup:upgrade
    php -d memory_limit=-1 bin/magento cache:flush
    php -d memory_limit=-1 bin/magento setup:di:compile
    
  3. Enable and configure the plugin
    1. Log in into your admin area
    2. From the left menu select Stores -> Configuration
    3. Go in the subsection Sales -> Payment Methods
    4. In the first select, the country's one, choose "United Stated"
    5. In the "Other payment methods" section you will find "WeGetFinancing Checkout"
    6. Click and insert the required configurations

Update

To update the module follow those steps:

  1. Run composer to update the plugin
    composer update
    
  2. Run the magento script to upgrade, flush the cache and rebuild the dic
    php -d memory_limit=-1 bin/magento setup:upgrade
    php -d memory_limit=-1 bin/magento cache:flush
    php -d memory_limit=-1 bin/magento setup:di:compile
    

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.