This plugin is an addon for WooCommerce to implement a payment gateway method for accepting
Credit Cards Payments By merchants via
Authorize.Net Gateway
This plugin uses AIM (Advance Integration Module) PHP SDK from
Authorize.Net® Bundled with plugin
However there is
another plugin which is a light weight version of this plugin as it does not uses
Authorize.Net® Bundled Libraries rather uses CURL to post data to
Authorize.Net® Gateway.
Features
- Very Simple Clean Code plugin to add a Authorize.Net payment method to woocommerce
- No technical skills needed.
- Prerequisite visualized on screenshots.
- Adds Transaction ID, Authorization Code, Response Reason to Order Note.
- This plugin can be customized easily.
- This plugin bundles with Official Authorize.Net® AIM Libraries.
- This plugin can work with Sandbox/Live Authorize.Net accounts with single checkbox to put it in live/test mode
- This plugin does not store Credit Card Details.
- This plugin suppports Authorize or Authorize and Capture with single checkbox to put it in Authorize or Authorize & Capture.
- This plugin suppports to accept the type of card you like.
- This plugin does Support Refunds in woocommmerce interface
- This plugin does Support Capture a previously authorized charge for same or less capture amount than authorized amount in woocommmerce interface (Order Detail Page)
- MD5 Hash not neccesary as this plugin uses AIM.
- This plugin supports the CartSpan QuickBooks accounting integration by providing detailed payment methods for account reconciliation.
2016.08.16 - Version 1.0.6
- Added support to CartSpan Metas
- Added an hook for Authorize.net Customer data before sending to Authorize.net servers.
2016.05.14 - Version 1.0.5
- Akamai nerwork support announced by authorize.net added
- Replaced existing card logo with .png logos
2015.09.24 - Version 1.0.4
- Added support to capture previously authorized transaction from order page with same or less amount authorized previously.
- Added a feature to hide Payment form if no API keys have been added.
2015.08.28 - Version 1.0.4
- Minor Bugfixes and perforance improvements.
- Removed tracking code added in 1.0.3.
2015.08.23 - Version 1.0.3
- Added default credit card form introduced by WooCommerce and built on base from Stripe® Official to remove the explicit translation needed by plugin in fact if woocommerce is translated accurately the frontend form would display Translated texts.
- Added support to show dynamic card logo for allowed cards in plugin settings
- Added support to limit payment method based on availaible shipping methods
2015.05.29 - Version 1.0.2
1.Added feature for Refunds(settled transaction) Void(capture unsettled transaction) in WooCommerce interface
2.Added support to store more ordermeta like response_code,response_subcode,cavv_response etc
3.Updated Official
Authorize.Net Libraries and ssl pem.
4.Fixed warning and Notices when plugin activated in WP debug mode
2015.05.25 - Version 1.0.1
- Added Sending Billing & Shipping Address to Authorize.Net
- Added support to accept card types
- Added support for authorize or authorize & capture
- Added performance improvement and bugfixes
- Hightlighted the issue Error connecting to AuthorizeNet due to verify peer of CURL
2015.02.16 - Version 1.0.0
- First Release