This is a Payment Module for X-Cart, that gives you the ability to process payments through emerchantpay's Payment Gateway - Genesis.
- X-Cart 5.5.x (Tested up to 5.5.1.29)
- GenesisPHP v2.0.3 - (Integrated in Module)
- PHP version 5.5.9 or newer
- PHP Extensions:
- 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
- In the X-Cart admin panel navigate to
Store::Payment methods
and selectemerchantpay 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.
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
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.
- Install dev packages
composer install
- Run PHP Code Sniffer
composer php-cs
- Run PHP Mess Detector
composer php-md