Magento2 SEPA Direct Debit Extension


Magento2 SEPA Direct Debit Extension

Magento2 SEPA Direct Debit is a payment method extension that allows you to add sepa payment method on checkout. This is the offline payment method, in which user can add IBAN number, BIC code and bank account name after selecting this payment method.

Installation guide

Installation Steps

1 . You will get a zip folder,(For Magento version 2.4.6 and 2.4.6-p2, you can copy zip folder from directory Magento2.4.6-2.4.6p2) and you have to extract the contents of this zip folder on your system. The extracted folder has an app folder, just paste the app folder on your Magento2 root directory.

2. After the successful installation, the you have to run the following commands on Magento2 root directory:

3. Run Below Commands:

1. “php bin/magento setup:upgrade”

2. “php bin/magento setup:di:compile”

3. “php bin/magento setup:static-content:deploy”

4. After running the commands, the you have to flush the cache from Magento admin panel by navigating through, System -> Cache management

4. Now follow provide documentation or goto admin panel and you will see new configuration for payment method in “Stores -> Configuration -> Sales -> Payment Methods”.

Features List

  1. The admin can enable/disable payment method from configuration.
  2. Admin can add payment method title per store for multi language support.
  3. Admin can view SEPA details in order detail page.
  4. Customer can see SEPA details (BIC number, Swift Code/BIC) in order email
  5. Admin can now place order using SEPA payment method during order creation from backend.
  6. Multilanguage support.
  7. Multistore support.
  8. 100% Open Source.
  9. Added Graphql support for setPaymentMethodOnCart mutation
  10. Note: This is offline payment method.

Graphql setPaymentMethodOnCart

Use like following:

# Welcome to Altair GraphQL Client. # You can send your request using CmdOrCtrl + Enter. mutation { setPaymentMethodOnCart(input: { cart_id: "Lqa9YOi2agTH0mN5PAZB1rhjgFJhM1O3" payment_method: { code: "sepadirectdebit" sepadirectdebit: { account_holder_name: "Aneel Kumar" iban: "65654646546", swift_code: "483883" } } }) { cart { selected_payment_method { code title } } } } # Enter your graphQL query here.

Payment Method Configuration

Magento2 SEPA Direct Debit Extension - 1

Backend Order Detail View

Magento2 SEPA Direct Debit Extension - 2

Frontend Checkout

Magento2 SEPA Direct Debit Extension - 3

Magento2 SEPA Direct Debit Extension - 4
 ver. 1.0.0 (Andev_SepaDirectDebit.zip) (2022-03-20)

Please rate if you like this extension.