payfrit-works/cfpayment/api/gateway/itransact
2025-12-27 20:14:55 -08:00
..
tests Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00
itransact.cfc Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00
itransact_cc.cfc Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00
itransact_eft.cfc Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00
README Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00

ABOUT ITRANSACT.COM - $Id$

iTransact has three products available:

 * "Front-end" HTML - create HTML forms customers post to iTransact.com, no programming required;
                      includes features like customer email receipts, merchant dashboard and reporting.
                      http://www.itransact.com/support/connect_html.html

 * "Front-end" XML - receive customer details and post them to iTransact.com using HTTP; includes
                     features like customer email receipts, merchant dashboard and reporting.
                     http://www.itransact.com/support/connect_xml_fe.html

 * "Back-end" XML - receive customer details and post them to iTransact.com using alternative XML
                    interface - does NOT provide customer email receipts, etc.  The private-labeled
                    solution that requires more integration but more flexibility.
 
This Gateway implementation is for the third gateway, the "Back-end XML Gateway".  For serious 
e-commerce merchants, this gives you absolute control over all aspects of the payment processing
workflow but also requires more integration.  Or, it did until we wrote the gateway for you.

Now you simply need to worry about the order tracking and reporting on your end, which any serious
e-commerce shop is already doing.  Even simple e-commerce companies will have a few database tables
for orders, customers and so forth.

I've been using this gateway for the last 5 years (and 4 years at a company before that) and it has
served me well.  

To obtain service documentation (if desired) or your own test account (recommended), contact iTransact
by email at support@itransact.com.