This Epay Piraeus Bank OpenCart 4 payment gateway is designed for making credit card payments through Piraeus Bank (ePay redirection).
This payment gateway uses the redirect method where the user is redirected to the processing site Piraeus Bank) to make the actual payment.
After payment verification, Piraeus Bank notifies the merchant's e-commerce site and returns the customer back to it. This process is transparent for the customer. The merchant can then connect to his Piraeus Bank backoffice to administer his payments.
This payment module supports free instalments and Follow Up Webservice.
Licensed per domain, write the domain name(s) on payment page.
You will receive the module by e-mail after your payment.
Epay Piraeus Bank Paycenter ticketing Web Service- ePay Redirection method
Compatible with OpenCart 4.0.2.x
The package includes installation instructions.
Server requirements: ionCube loader
Plugin version: 4.1.0
Last plugin update: 18-02-2024
Installation Instructions:
1. Or use the extension installer, click the Upload button and select the epay.ocmod.zip package.
2. Overwrite files/folders as necessary (no core opencart files will be overwritten)
3. Login to the Open Cart admin section and go to Extensions > Payments
4. Find Epay in the list of extensions
5. Click "Install" and then "Edit" the payment module settings
6. Do a test transaction
Site url: http(s)://(www.)yourdomain.gr
Referrer: http(s)://(www.)yourdomain.gr/index.php
Success: http(s)://(www.)yourdomain.gr/index.php?route=extension/epay/payment/epay|callback&act=return
Fail: http(s)://(www.)yourdomain.gr/index.php?route=extension/epay/payment/epay|callback&act=return
Cancel/Backlink: http(s)://(www.)yourdomain.gr/index.php?route=extension/epay/payment/epay|callback&act=cancel
Server IP: your servers IP address
Response method: GET
FOLLOW UP URL: http(s)://(www.)yourdomain.gr/index.php?route=extension/epay/payment/epay|callback&act=followup
Manually access bove URL to check abandonned transactions/orders or set a cronjob on the URL to check automatically.
Example: wget --no-check-certificate -q -O /dev/null "http(s)://(www.)yourdomain.gr/index.php?route=extension/epay/payment/epay|callback&act=followup" > /dev/null