The extension integrates your Magento 2 store with the SecurePay Australian payment service.
The source is on GitHub: https://github.com/mage2pro/securepay
The extension uses Direct Post API, and works similar to my «Stripe», «2Checkout» and «Checkout.com» extensions: it sends the sensitive bank card data directly to the SecurePay server, so you do not need PCI DSS certification for your store.
Demo videos
How to buy
Use the PayPal form below:
You can try it before buy
Use the self-installation instruction below.
How to install
1. Free installation service
Just order my free installation service.
2. Self-installation
composer require mage2pro/securepay:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US en_AU <additional locales, e.g.: zh_Hans_CN>
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
If you have some problems while executing these commands, then check the detailed instruction.