Magento 2

You can install the Khipu plugin for Magento 2 using Composer to set up Khipu as a payment method in Magento 2. Follow these instructions:

  1. Go to the root of Magento 2.
  2. Run the following command to install the plugin: composer require khipu/magento2-khipu and wait while the dependencies are installed.
  3. Execute the following lines to enable the plugin:
    Copy
    Copied
    php bin/magento module:enable Khipu_Payment --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush
  4. Enable and configure the plugin in the Magento Administration, under Stores / Configuration / Sales / Payment Methods / Khipu. And you're done!! You can now receive payments with Khipu.

For more information, visit our Github page