kreativsoehne / magento-2-debit-payment
A simple Magento 2 extension for integrating debit payment
Package info
github.com/Kreativsoehne/magento-2-debit-payment
Type:magento2-module
pkg:composer/kreativsoehne/magento-2-debit-payment
1.0.0
2018-08-01 16:17 UTC
Requires
- php: >=7.0.0
- magento/framework: ^101.0|^102.0
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2026-03-21 03:36:23 UTC
README
A simple Magento 2 Extension for debit payment, restrictable for user groups.
installation
1. $ composer require kreativsoehne/magento-2-debit-payment
2. $ ./bin/magento module:enable kreativsoehne_DebitPayment
3. $ ./bin/magento setup:upgrade
4. $ ./bin/magento setup:di:compile
5. Profit.
usage
To activate the debit payment method, navigate to:
Shops -> Settings -> Configuration -> Sales -> Payment Methods -> Debit
You can set a custom title within the checkout process and define which user groups are able to use the payment method.
Notice:
This extension is NOT able to ask for IBAN code. It just wraps a simple offline payment method for customers already have granted you debit payment access.