var fDesc=new Array(); fDesc[0] = "TransaX FleXport contains documentation and examples for integrating payment processing within any application! TransaX FleXport supports:

- Sale
- Auth
- Capture
- Void
- Refund
-Ad Hoc Recurring billing
- One click and Secure Repeat billing
- Encrypted Swipe support
- Custom fields
- Level 2 Processing
- ACH (e-check) processing
- Software as a Service (SaaS) support
- MagTek MagneSafe support
- Much more!

Examples currently provided in:
- ANDROID SUPPORT! Easily integrate credit card and ACH acceptance into your Android App!!
- ASP.NET/VB.NET
- ASP.NET/C#
- VB6 / Visual Basic 6
- Classic ASP
- Microsoft Access / VBA
- Microsoft Excel / VBA
- FileMaker
- 4D/4th Dimension
- PHP
- FoxPro
- JAVA
- PERL

Additionally, a powerful QuickBooks module is available as part of FleXport. The QuickBooks module includes Batch Processing (both attended and uanattended), A powerful Gateway Sync, ACH processing and a Bill Pay feature

TRANSAX FleXport allows use of all functionality of the TRANSAX Gateway within any application - whether software or hardware based."; 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 = ''; } }