Install the HeidiPay module

Please follow the steps below to add HeidiPay as payment method to your Magento online store:

Zip files

The package consists of two ZIP files, a core and a branded module file (HeidiPay or PagoLight). Both need to be extracted into correct location in app/code/HeidiPay directory.

First, upload both files to Magento root directory.

1 - Create the HeidiPay directory
mkdir -p app/code/HeidiPay

2 - Unzip the core extension
unzip -o ecom-magento-core.zip -d app/code/HeidiPay/Core

3 - Unzip the brand extension(s)

For Heidipay:
unzip -o ecom-magento-brand-heidipay.zip -d app/code/HeidiPay/HeidiPay

For PagoLight:

unzip -o ecom-magento-brand-pagolight.zip -d app/code/HeidiPay/PagoLight

Note that exact commandline commands and procedure depend on the OS being used.

Post Install

  1. Run bin/magento setup:upgrade as usual after installing new extensions.
    Verify that HeidiPay_Core is present in app/code/config.php
  2. Navigate to Stores -> Configuration
    drawing
  3. Navigate to Sales -> Payment Methods
    drawing
  4. Configure as required
    drawing