The Home for Magento 2 Excellence

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

1064 Modules
570 Ready
490 Need Help
🏆 Leaderboard
Potentially Abandoned v1.0.5

GDW Stripe MSI (Months Without Interest) for Magento 2

gdw/stripemx

Integrates Stripe to offer installment payments (meses sin intereses) at checkout, verifying in real time whether the customer card supports interest-free installments and letting them choose up to 24 monthly payments. Includes admin-configurable installment limits and debug mode.

1,008
Downloads
Below average
1
GitHub Stars
Below average
3y ago
Last Release
1
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.

v1.0.5 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

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

Contribute

Share This Module's Status

GDW Stripe MSI (Months Without Interest) for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

GDW_Stripemx para Magento 2

El módulo GDW_Stripemx para Magento 2 permite realizar cobros a meses in intereses con ayuda de la API de Stripe.

GDW_stripemx fue pensado para realizar el cobro de forma inmediata (capture and sale), antes de terminar el proceso de compra, se realizará una petición a stripe para verificar si la tarjeta de crédito puede aceptar pagos a meses sin intereses, si la tarjeta lo permite, se mostrará un selectbox para que el cliente elija la opción que más le convenga, hasta 24 MSI.

Compatibilidad

  • Rama 4.4.x: Magento 2.4.4+ con PHP 8.1+
  • Rama 4.x: Magento 2.4.0 a 2.4.3 con PHP 7.4
  • Rama 3.x: Magento 2.3.x con PHP 7.4

Funciones destacadas

  • Fácil configuración.
  • Verificación de TDC en tiempo real.
  • Selección de límite de cuotas desde el admin.
  • Modo depuración.
  • Mensaje personalizado deerror
  • Campo para CSS adicional
Ejecuta los siguientes comandos en la ruta base de Magento.

Instalación

composer require gdw/stripemx

php bin/magento module:enable GDW_Stripemx
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Actualización

composer update gdw/stripemx

php bin/magento module:enable GDW_Stripemx
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Eliminación

php bin/magento module:disable GDW_Stripemx
composer remove gdw/stripemx
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Expresiones de Gratitud

Otros enlaces

Documentación

Changelog

Consulta el changelog del módulo en:

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.