var fDesc=new Array(); fDesc[0] = "E-Payment Integrator includes components for Credit Card & Electronic Check (ACH) processing & 3-D Secure Authorization via major Internet payment gateways. Rock-solid E-Commerce components trusted by thousands of developers worldwide.
ActiveX Controls and optimized for the Internet and a COM library optimized for server side development. Smaller, faster, and without dependencies on external libraries. The edition of choice for distributed Internet applications.
Features:
- Credit Card processing & eCheck support for every major Internet Payment Gateway.
- Visa Certified 3-D Secure™, MasterCard SecureCode™, and JCB J/Secure™ authentication component (MPI 1.0.2 compliant).
- Check21 electronic check image processing support.
- PCI Security Standards Council PA-DSS validated.
- Secure data communications using up to 128-bit SSL encryption and Digital Certificates.
- Reliable high volume transaction processing.
- Address Verification Service (AVS) support
- Intuitive, easy-to-use, extensible component design.
- Credit Card validity checks decrease expenses that result from attempting to authorize invalid credit cards.
- Small and lightweight components with no dependencies on external libraries.
- Native development components for all supported platforms and component technologies.
- Unlimited free Email technical support backed by an experienced & professional staff.
- Includes everything needed to rapidly add E-Commerce capabilities to your web or desktop applications, including: extensive documentation, sample applications, test accounts, integrated help, and much more!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }