Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.35 KB

EBANX X-Cart Payment Gateway Extension

This plugin allows you to integrate your X-Cart store with the EBANX payment gateway.

Requirements

  • PHP >= 5.4
  • cURL
  • X-Cart >= v5.1

Installation

Source

  1. Clone the git repo to your X-Cart root folder
git clone --recursive https://github.com/ebanx/ebanx-xcart.git
  1. Visit your X-Cart admin page and click on 'System Settings' > 'Re-deploy the store' > 'OK'.
  2. After the X-Cart redeploy, click on 'Extensions' > 'Installed Modules'.
  3. Locate 'Ebanx', click on 'Enabled' and then in 'Save changes'.
  4. Click on 'Store setup' > 'Payment methods'.
  5. Under the 'Online methods' area, click on 'Add payment method', locate 'Ebanx' in the list and click 'Choose'.
  6. Set the 'Integration key' field with the key given to you by the Integration Team, and set 'Test mode' accordingly.
  7. Click 'Update'.
  8. Set the payment method to 'Active'.
  9. Go to the EBANX Merchant Area, then to Integration > Merchant Options.
  10. Change the Status Change Notification URL to:
{YOUR_SITE}/?target=callback&txn_id_name=merchant_payment_code
  1. Change the Response URL to:
{YOUR_SITE}/?target=payment_return&txn_id_name=merchant_payment_code
  1. That's all!

Changelog

  • 1.2.0: Added mexican payment methods. Handled new notifications
  • 1.1.0: Added peruvian payment methods.
  • 1.0.0: First release.