Skip to content

ebanx-integration/ebanx-prestashop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBANX Payment Gateway PrestaShop Extension

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

Installation

  1. Clone the git repo to your PrestaShop root folder
git clone --recursive https://github.com/ebanx/ebanx-prestashop.git
  1. Go to your shop administation area, then to Modules > Modules.
  2. Find the EBANX module name and click the Install button next to it.
  3. Enter the integration key you were given by the EBANX integration team. You will need to use different keys in test and production modes.
  4. Change the other settings if needed.
  5. Click the Save button on the right corner of the screen.
  6. Go to the EBANX Merchant Area, then to Integration > Merchant Options.
  7. Change the Status Change Notification URL to:
{YOUR_SITE}/notify.php
  1. Change the Response URL to:
{YOUR_SITE}/index.php?fc=module&module=ebanx&controller=return
  1. That's all!

Changelog

  • 2.7.2: Changed EBANX API Endpoint
  • 2.7.1: Add Argentina, EBANX Standard
  • 2.7.0: Change all images adding the EBANX new logo,
               Add Boleto and TEF for EBANX Express, Add integration key validations,
               Add instalments rate configuration in the Admin panel of the module,
               Small code fixes
               Change PHP lib
  • 2.6.1: Bug fixes
  • 2.6.0: Created EBANX Express and EBANX Standard Checkout
  • 2.5.0: integrated Peru using EBANX Checkout
  • 2.4.1: fixed interest message
  • 2.4.0: PrestaShop 1.6 compatibility, reviewed forms
  • 2.3.2: handle refunds and chargebacks on notification
  • 2.3.1: added order number to payment request
  • 2.3.0: updated library, added installments
  • 2.2.2: fixed SSL redirections
  • 2.2.1: fixed mandatory phone field
  • 2.2.0: translated error messages
  • 2.1.1: fixed hookHeader printing "1" string
  • 2.1.0: added installments for CCs, updated ebanx-php lib
  • 2.0.0: split payment methods via Direct API, removed EBANX Checkout
  • 1.0.2: updated EBANX library
  • 1.0.1: remove installments from checkout mode
  • 1.0.0: first release