![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
ccsoft.conf — Defines different output and input for credit card processing
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) |
|
| (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. |