/ebanx-magento2

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

EBANX Magento2 Payment Gateway Extension

This plugin allows you to integrate your Magento2 store with the EBANX payment gateway. It includes support to installments and custom interest rates.

Requirements

  • PHP >= 5.6
  • cURL
  • Magento >= 2.0

Installation

Source

  1. Clone the git repo to your Magento2 root folder
git clone --recursive https://github.com/ebanx-integration/ebanx-magento2.git
  1. Upload the folder app/code and merge them.
  2. Open the terminal from the Magento 2 folder and run the command:
php bin/magento setup:upgrade
  1. Remove the content of the folder pub/static and run the command:
php bin/magento setup:static-content:deploy
  1. Now run the command:
php bin/magento indexer:reindex
  1. And the composer:
composer require ebanx/ebanx
  1. Set the permissions that you use on your project to the new files.

  2. Go to the EBANX Merchant Area, then to Integration > Merchant Options.

  3. Change the Status Change Notification URL to:

{YOUR_SITE}/ebanx/payment/notify
  1. Change the Response URL to:
{YOUR_SITE}/ebanx/payment/returns
  1. That's all!