ANZ eGate Payment Gateway - Magento 2 allows to process credit card payments online directly transferred into your bank account through ANZ eGate
After customers choose payment method on website, it will be redirected to payment gateway and make payment. After paying successfully on payment gateway, it will redirect to shop’s website and then update status for the order.
Features
- Support Merchant Server API (2-Party Payments) - collect card details directly in your checkout, post directly.
- Support Hosted Server (3-Party Payments) - redirect to collect card details.
- Support MiGS
- 3D Secure
- Capture New Sales
- Create Invoice Automatically
Demo
Backend Account
Username: payment
Password: test123
Test Credit Card Numbers
Visa: 4987654321098769 - 05/17
MasterCard: 5123456789012346 - 05/17
Frontend Screenshot
Demo Video
Installation
Extract the file into your Magento root directory. The module will be installed under app/code/PL/Anzegate/
From a terminal, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
From a terminal, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean