Kentico CMS 7.0 E-commerce Guide

Authorize.NET

Authorize.NET

Previous topic Next topic Mail us feedback on this topic!  

Authorize.NET

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Authorize.NET is one of the most popular gateway providers. It uses plain HTTPS POST operations against its gateway server.

 

What do I need?

 

1.Kentico CMS with built-in Authorize.NET support.

2.Internet Merchant Account - a type of bank account that allows a business to accept internet credit card payments (the card is not physically presented to the merchant).

3.Payment Gateway Account - a secure internet bridge between your website and the credit card processing networks.

 

Please refer to Authorize.NET's E-Commerce Getting Started Guide for more details.

 

How does it work?

 

ecommerceguide_clip0196

 

Authorize.NET settings in Kentico CMS

 

Before your customers can start using the Authorize.NET payment gateway, you need to perform the following configuration:

 

1.Go to Site Manager -> Settings -> E-commerce -> Payment Gateways -> Authorize.NET.

2.Enter API Login (API Login ID for the payment gateway account) and Transaction key (a transaction key obtained from the Merchant Interface) to identify your payments.

3.Turn off the Authorize.NET payment gateway Test Mode by unchecking the Use test mode box. Gateway behavior depends on both test mode settings: in Site Manager and in Authorize.NET Merchant Interface. See the table below for more details about test mode settings:

 

Kentico CMS

Merchant Interface

Transaction processed as

ON

ON

test transaction

OFF

ON

test transaction

ON

OFF

test transaction

OFF

OFF

live transaction

 

4.Ensure that the Authorize.NET payment method is registered and enabled.

5.Check the Authorize.NET payment method payment gateway settings:

 

Payment gateway url: https://secure.authorize.net/gateway/transact.dll

Payment gateway assembly name: CMS.EcommerceProvider

Payment gateway class name: CMS.EcommerceProvider.CMSAuthorizeNetProvider

 

 

InfoBox_Note

 

Please note

 

If you want your transaction to be processed as a test transaction, turn on the Test Mode and use https://test.authorize.net/gateway/transact.dll as your payment gateway url.

 

 

While using the Authorize.NET payment method, a customer is required to fill their credit card information in the respective step of the checkout process to finish payment. After the payment is finished the order payment result is updated.

 

ecommerceguide_clip0190