|
Olvio.Ecommerce 1.5 is here !
As a response to the avalanche of letters requesting various features for our
Authorize.Net integrated library, Olvio IT is releasing the version 1.5. Here
is a list of improvements and changes:
Improvements
-
Custom Data Validation
- if you want to avoid the strict rules of the ValidateData method, define your
own
-
User Fields - through a collection of strings you can
now specify any number of user fields
-
Relay Response
- you can now relay your response when using the SIM method
-
Support for the newest Authorize.Net fields:
-
Business Checking Account
-
CardHolderAuthenticaticationValue
-
AuthenticationIndicator
-
Gateway Override - useful if Authorize.Net releases a
different gateway address
Changes
-
SimResponseReader
was moved in the Olvio.Ecommerce namespace, it is no longer as a sub-type of
the AuthorizeNet class. The is a breaking change, you will need to adjust your
code if you are referring to the SimResponse class with it's full qualified
name.
-
AuthorizeNetException was moved in the Olvio.Ecommerce
namespace, it is no longer as a sub-type of the AuthorizeNet class. The is a
breaking change, you will need to adjust your code if you are referring to the
SimResponse class with it's full qualified name.
Fixes
and other changes 
-
Fixed a bug that allowed empty fields to be sent to the gateway
-
Released a new and improved version of the Virtual Terminal
-
Now you can get the Url that gets posted to the gateway through the AimUrl
property
-
Improved the error handling

Doing business on the Net
means finding a secure, cost-effective, and reliable way to collect payment and
process transactions. Authorize.Net fills that need with a server-based
real-time transaction processing system. You can use the system to submit,
authorize, capture, and settle credit card and electronic check transactions
without the need for a separate transaction terminal or processing software. A FREE
Secure Order page is included
for you to take orders over the Web - no need to buy your own certificate!
However, in order to use Authorize.Net's awesome features with ASP.NET or in any
other way with one of the .Net languages you need a specific middleware
component to negotiate the protocol with the payment gateway.
Before using Olvio.Ecommerce you need a merchant account with Authorize.Net.
If you do not have one you can easily open an account by
clicking here.
The setup is fast and easy and you will enjoy all the benefits of accepting
credit cards online for your business.

Olvio.Ecommerce is a FREE
component that allows you to:
-
Submit transactions to the Authorize.Net payment gateway using the Advanced
Integration Method
-
Redirect the current web page to the free payment form hosted by Authorize.Net,
called the Simple Integration Method
-
Create your own Virtual Terminal
using Windows Forms to receive your customer's payments
-
Process credit/debit card payments as well as electronic
checks.
The Olvio.Ecommerce
component saves you time by:
-
Generating the transaction request and parsing the response
-
Encrypting and hashing the data according to the Authorize.Net standard
-
Encapsulating all the information in one easy to handle class
The reason why you
need Olvio.Ecommerce are obvious:
-
It's totally free
!
-
It's written 100% in managed C#
and can be used with any .Net language (VB.NET, C#, C++, J#)
-
It comes with various samples ready to use, including a Virtual Terminal in C#
-
It's fully supported by our experienced staff
Here are some
of the most important features of the Olvio.Ecommerce library:
-
Can handle credit card (CC) and electronic check (ECHECK)
transactions
-
Works with AIM (Advanced Integration Method) and SIM
(Simple Integration Method)
-
Can be used from ASP.NET pages or with Windows Forms
applications
-
Includes the SimResponseReader
class to handle the silent post done by Authorize.Net. This allows people who
use SIM to automatically handle the approved transactions and update the
databases accordingly
-
Validates by request all the data before submission to make sure all required
fields are filled in and all fields have the right format
-
Automatically verify the MD5
hash sent by the gateway to make sure that all responses are valid
-
Internal tool for connecting to an SNTP
server (Simple Time Network Protocol) to get the real time for any time
zone. This is very useful for working with the SIM method.
-
Automatic reading and parsing of the AIM reponse stream
-
The easy function IsTransactionApproved
checks for the approval code and the validity of the response hash
-
Internal HMACMD5
hashing algorithm to compute the SIM method's request hash signature
-
The ability to save the Olvio.Ecommerce object in the Session to
access it between pages in the same session

|