Boodil Open Banking Gateway

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

Type:magento2-module

1.0.3 2023-07-03 13:43 UTC

This package is auto-updated.

Last update: 2025-07-01 00:12:01 UTC


README

Magento 2 - Boodil Payment

  • Goto: STORES > Configuration > SALES > Payment Methods > Boodil Payment Method
  • It works for both Guest and Logged In customers.

Prerequisite

  • Composer: 2.x
  • PHP: 7.4, 8.0, 8.1
  • Magento: 2.3,2.4

Installation

  1. Composer Installation

    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      composer require kiwicommerceltd/boodil
    • Make sure that composer finished the installation without errors
  2. Command Line Installation

    • Backup your web directory and database.
    • Download the latest installation package Source code (zip) from here
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Upload contents of the installation package to your Magento root directory
    • Then run the following command
      php bin/magento module:enable Boodil_Payment
  • After install the extension, run the following command
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
  • Log out from the backend and login again.