This plugin allows you to integrate your osCommerce store with the EBANX payment gateway. It includes support to installments and custom interest rates.
- PHP >= 5.4
- cURL
- osCommerce >= v2.3
- Clone the git repo to your osCommerce root folder
git clone --recursive https://github.com/ebanx/ebanx-oscommerce.git
- Visit your osCommerce payment methods settings at Modules > Payment.
- Click on the button called "+ Install Modules".
- If you wish to accept credit card payments from Brazil through EBANX, locate module EBANX and click "Install".
- Click on "Edit". Add the integration key you were given by the EBANX integration team. You will need to use different keys in test and production modes.
- Change the other settings if needed. Click on "Save".
- If you wish to accept "Boleto Bancário" and "TEF" payment, click on the "+ Install Modules" again and select module EBANX Checkout .
- Click "Install".
- If needed, click on "Edit" and add the integration key you were given by the EBANX integration team. You will need to use different keys in test and production modes.
- Change the other settings if needed. Click on "Save".
- Go to the EBANX Merchant Area, then to Integration > Merchant Options.
- Change the Status Change Notification URL to:
{YOUR_SITE}/ebanx_notification.php
- Change the Response URL to:
{YOUR_SITE}/ebanx_return.php
- That's all!
- 1.4.1: Added Mexico Checkout. Handled new Chargeback and Refund notification
- 1.3.1: handled chargebacks and refunds
- 1.2.1: added peruvian payment methods
- 1.1.1: workaround for state codes
- 1.0.1: fixed dob workaround and notification file
- 1.0.0: first release.