Skip to content

Latest commit

 

History

History
115 lines (98 loc) · 4.07 KB

README.md

File metadata and controls

115 lines (98 loc) · 4.07 KB

E-Comprocessing Gateway Module for Magento CE

This is a Payment Module for Magento Community Edition, that gives you the ability to process payments through E-Comprocessing's Payment Gateway - Genesis.

Requirements

  • Magento Community Edition > 1.7 (Tested up to: 1.9.3.1)
  • GenesisPHP v1.8.3 - (Integrated in Module)
  • PCI-certified server in order to use E-Comprocessing Direct

Note: This module has been tested only with Magento Community Edition, it may not work as intended with Magento Enterprise Edition

GenesisPHP Requirements

Installation (via Modman)

  • Install ModMan
  • Navigate to the root of your Magento installation
  • run modman init
  • and clone this repo modman clone https://github.com/E-Comprocessing/magento-ce-ecp-plugin
  • Login inside the Admin Panel and go to System -> Configuration -> Payment Methods
  • Check Enable, set the correct credentials, select your prefered payment method and click Save config

Installation (manual)

  • Copy the files to the root folder of your Magento installation
  • Login inside the Admin Panel and go to System -> Configuration -> Payment Methods
  • If one of the Payment Methods E-Comprocessing Direct or E-Comprocessing Checkout is not yet available, go to System -> Cache Management and clear Magento Cache by clicking on Flush Magento Cache
  • Check Enable, set the correct credentials, select your prefered payment method and click Save config

Configure Magento over secured HTTPS Connection

This configuration is needed in order to use the E-Comprocessing Direct Payment Method.

Steps:

  • Ensure you have installed a valid SSL Certificate on your Web Server & you have configured your Virtual Host correctly.
  • Login to Magento Admin Panel
  • Navigate to System -> Configuration -> General -> Web
  • Expand the Secure panel and set Use Secure URLs in Frontend and Use Secure URLs in Admin to Yes
  • Set your Secure Base URL and click Save Config
  • It is recommended to add a Rewrite Rule from http to https or to configure a Permanent Redirect to https in your virtual host

Supported Transactions

  • E-Comprocessing Direct Payment Method

    • Authorize
    • Authorize (3D-Secure)
    • InitRecurringSale
    • InitRecurringSale (3D-Secure)
    • RecurringSale
    • Sale
    • Sale (3D-Secure)
  • E-Comprocessing Checkout Payment Method

    • ABN iDEAL
    • Alipay
    • Authorize
    • Authorize (3D-Secure)
    • CashU
    • Citadel Payin
    • eZeeWallet
    • iDebit Payin
    • INPay
    • InstaDebit Payin
    • InitRecurringSale
    • InitRecurringSale (3D-Secure)
    • Neteller
    • P24
    • PayPal Express
    • PaySafeCard
    • PaySec
    • PayByVoucher (Sale)
    • PayByVoucher (oBeP)
    • POLi
    • PPRO
      • eps
      • GiroPay
      • Mr.Cash
      • MyBank
      • Przelewy24
      • Qiwi
      • SafetyPay
      • TeleIngreso
      • TrustPay
    • RecurringSale
    • Sale
    • Sale (3D-Secure)
    • SDD Sale
    • SOFORT
    • Trustly Sale
    • WebMoney
    • WeChat

Note: If you have trouble with your credentials or terminal configuration, get in touch with our support team

You're now ready to process payments through our gateway.