Description
This extension uses the Westpac (Qvalent) PayWay and QuickGateway gateway for credit card processing.
Currently this extension uses the PayWay and QuickGateway API services. Future versions will also allow use of the PayWay Net service for a hosted payment solution.
Instructions
The following instructions are for PayWay but similar steps should work for QuickGateway as well.
- Install extension through Magento Connect.
- Create var/log/ directory and make it world writable.
- Log in to PayWay.
- Go to Setup API -> Security. This page will provide you with the username and password to enter into the extension configuration.
- Add the IP address for your server to the access list. (You can get this by making a test transaction and recording the rejected address shown in the error message.)
- Go to Setup API -> Certificate.
- Set "Choose your API Technology" to "PHP" and click "Go".
- Click "Download PHP Certificate" and save the file somewhere.
- Upload this file to a location off the main Magento directory. By default the extension will look for the file var/certs/ccapi.pem but this is configurable.
- Go to the Magento Admin Panel and to System -> Configuration -> Payment Methods.
- Enter merchant ID, username and password into extension settings.
- Ensure the extension is enabled and that the certificate setting has the correct pathname for the file you uploaded previously.
Changelog
- 2.1.0
-
- Added support for QuickGateway.
- Added support for refunds with Magento credit memos.
- 1.0
-
- Initial version.
Known Issues
- None
