Skip to content

eMerchantPay/x-cart5.5-emp-plugin

Repository files navigation

emerchantpay Gateway Module for X-Cart

Software License

This is a Payment Module for X-Cart, that gives you the ability to process payments through emerchantpay's Payment Gateway - Genesis.

Requirements

GenesisPHP Requirements

Installation (Manual)

  • Download the archive with the desired release and extract the files in a separate folder
  • Upload the folder modules to the <root> folder of your X-Cart installation
  • In the <root> folder of your X-Cart installation run: $ ./bin/service xcst:rebuild
  • To enable the plugin in the <root> folder of your X-Cart installation run: $ ./bin/service xcst:rebuild --enable=EMerchantPay-Genesis

Configuration

  • In the X-Cart admin panel navigate to Store::Payment methods and select emerchantpay Checkout settings
  • Fill in the Username, Password and select the appropriate transaction types.
  • For testing purposes use the test environment from Test/Live mode drop down list.
  • When ready save the settings and enable the plugin by using the green toggle button located under the plugin name.

Supported Transactions & Payment Methods

  • emerchantpay Checkout Payment Method
    • Apple Pay
    • Argencard
    • Aura
    • Authorize
    • Authorize (3D-Secure)
    • Baloto
    • Bancomer
    • Bancontact
    • Banco de Occidente
    • Banco do Brasil
    • BitPay
    • Boleto
    • Bradesco
    • Cabal
    • CashU
    • Cencosud
    • Davivienda
    • Efecty
    • Elo
    • eps
    • eZeeWallet
    • Fashioncheque
    • Google Pay
    • iDeal
    • iDebit
    • InstaDebit
    • InitRecurringSale
    • InitRecurringSale (3D-Secure)
    • Intersolve
    • Itau
    • Multibanco
    • MyBank
    • Naranja
    • Nativa
    • Neosurf
    • Neteller
    • Online Banking
      • Interac Combined Pay-in (CPI)
      • Bancontact (BCT)
      • BLIK (BLK)
      • SPEI (SE)
      • LatiPay (PID)
    • OXXO
    • P24
    • Pago Facil
    • PayPal
    • PaySafeCard
    • PayU
    • Pix
    • POLi
    • Post Finance
    • PSE
    • RapiPago
    • Redpagos
    • SafetyPay
    • Sale
    • Sale (3D-Secure)
    • Santander
    • Sepa Direct Debit
    • SOFORT
    • Tarjeta Shopping
    • TCS
    • Trustly
    • TrustPay
    • UPI
    • WebMoney
    • WebPay
    • 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.

Development

  • Install dev packages
composer install
  • Run PHP Code Sniffer
composer php-cs
  • Run PHP Mess Detector
composer php-md