Enables credit-card payments via the SecurePay gateway
Hosted by Doghouse on Github because we needed to make changes to an unsupported Magento module that needed to be updated for use on a PHP 7+ platform,
The official SecurePay Australia XML API plugin enables support in Magento for the following credit-card transactions:
- Standard Credit, when in Authorize + Capture mode
- Preauth/Advice (Preauthorise + Complete), when in Authorize mode
- Reverse (Void)
- Refund
- FraudGuard (Standard payment)
Provides support for the following kinds of credit-card transactions, via the SecurePay gateway:
- Standard payment
- Preauthorize
- Complete
- Void
- Refund
- FraudGuard (Standard)
Install using Composer (preferred) or Modman.
Just add to require "doghouse/securepaysecurexml":"1.*",
in your composer.json.
or
composer require doghouse/securepaysecurexml:1.*
Go to Magento Admin >> Configuration >> Sales >> Payment Methods
Enter your SecurePay SecureXML credentials, Enable module and Save Config