| Author |
|
| Company |
.netCHARGE |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
January 21, 2002 |
| Updated on |
December 20, 2011 |
| .NET Framework |
1.x, 2.0 |
| Cost |
$125 |
Description

.netCHARGE 5.5 now with native processor support (pay no gateway fees), ASP.NET 2.0 support and 50+ supported companies: The heart
of any ecommerce site is the payment processing solution. .netCHARGE
provides unprecedented support for over 50 payment processors and acts as a
generic device driver for credit card processing. Switching between
processors is quick and simple and in many cases requires changing only 1 line
of script. .netCHARGE allows you to process transactions in real-time
from your own web site. Since .netCHARGE communicates seamlessly and
securely via SSL in the background, your site can maintain a consistent user
experience and will not require visitors to be redirected to payment processors
sites. NEW: Version 5.5 has been released.
40+ Supported Gateways / Processors include:
Native Vital (VisaNet) processor, Protx, Authorize.net AIM, Native Nova Processor, Native Paymentech Processor, Ehco, Ogone, Bank of America, PayPal, WorldPay, Itransact, PayReady, PayFlowLink,Intellipay,viaKLIX (Nova), Ecx, iBill, eProcessing, PlanetPayment,
Authorize.net 3.0 / 3.1, Mcps, Cybercash, SkipJack, LinkPoint, Itransact,
ioNgate, PSiGate, PayCom, ePoch, PayReady, PayflowPro, NetBilling, OptimalPayments, TrustCommerce, EsecPayments, Innovative, YourPay, SecurePay, Concord, HSBC, New PayPal Website Payments Pro (native PayPal)...
Seamless Integration: .netCHARGE can be easily integrated with any ASP.NET
ecommerce solution or even a simple payment script. Now you can clear
credit cards in real-time with a few lines of script.
New: Google Checkout support! Navigate support. Barclays ePDQ Gateway Support. VISA CISP Validated and much more!
Syntax Example
-----------------------------
In C#:
-----------------------------
dotnetCHARGE.CC Objcc = new dotnetCHARGE.CC();
Objcc.Amount =1.22;
Objcc.Number = "4111111111111111";
Objcc.Month = 11;
Objcc.Year = 4;
Objcc.Login = "your login id";
Objcc.Password="your password"; )
iResult = Objcc.Charge("Gateway/Processor");
-----------------------------
In VB.NET:
-----------------------------
Dim Objcc As dotnetCHARGE.CC = new dotnetCHARGE.CC()
Objcc.Amount =1.22
Objcc.Number = "4111111111111111"
Objcc.Year = 4
Objcc.Month = 11
Objcc.Login = "your login id"
Objcc.Password="your password"
iResult = Objcc.Charge("Gateway/Processor")
Reviews
Submit a review
It Works...
Reviewed by: Stevishere on Wednesday, January 12, 2011
2 Stars
I believe the developers are very good.
This control could be considered excellent if only I could have gotten a response to my email questions.
Phone support? They don't even list a number, anywhere.
Documentation? Fair. Many contradictions.
I wish there were more options to purchase a CC Payment Processing module.