billmax documentation   BillMax Billing Solutions
  877.245.5629
  sales@billmax.com
 

Name

ccsoft.conf — Defines different output and input for credit card processing

DESCRIPTION

The /usr/local/billmax/local/ccsoft.conf defines different output formats that ccbatch may generate and different input formats that ccparse will parse. These formats are designated by Electronic Funds Processing processor and define the data fields that the processor requires for the type of transaction. Which set of input and output formats are used is determined by the globalconf.ccsoft field.

In addition to defining the input and output formats, what program switches to use when executing ccbatch and ccparse are also listed in this file.

Example 4.1. /usr/local/billmax/local/ccsoft.conf Format Set


$CCSOFT{'LoopBack'}{cc}{Submit}= "ccnum,balance,number,ccexp,ccname,ccaddr,cczip";(1)
$CCSOFT{'LoopBack'}{cc}{Response}= "type,result,reason,ccnum,amount,account,authcode,transid,avs,alloc";(2)
$CCSOFT{'LoopBack'}{batchflags}{cc}="-x -r -c -e -t generic -f";(3)
$CCSOFT{'LoopBack'}{parseflags}{cc}="-v -t generic -f";(4)


(1)

Processor

"LoopBack"

Transaction Type

"cc" - credit card. Other option is "ech" for e-check.

Submit

Denotes that value from the field listed of the account table are to be extracted by ccbatch.

(2)

"Response" - Denotes the fields that are available to ccparse when parsing a file containing the transaction results.

(3)

"batchflags" - Specifies the command line options to use when running ccbatch.

(4)

"parseflags" - Specifies the command line options to use when running ccparse.


Document Revision A for BillMax 2.2.0   -   Copyright © 1997-2006 The iSpark Group, Inc.

All rights reserved. No part of this documentation may be reproduced or transmitted in any fashion without written permission by The iSpark Group, Inc. This documentation is for the sole use of licensees of the BillMax billing software created by The iSpark Group, Inc. Making the documentation available to a non-licensee of BillMax without written permission of The iSpark Group, Inc. is a violation of the use of this documentation.

While precautions have been taken in the preparation of this documentation, The iSpark Group, Inc. assumes neither liability nor responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.

All terms mentioned that are known to be trademarks have been appropriately capitalized. Use of the a trademark does not affect the validity of any trademark or service mark.

Links to third-party Web sites are provided for convenience. The iSpark Group, Inc. is not responsible for any content contained in the third-party Web sites.

Comments about this documentation may be sent to doc@billmax.com