Difference between revisions of "Template:Serial Pin Pad Connection Settings"

From Payment Processing Software Library
Jump to: navigation, search
Line 1: Line 1:
 
CreditLine Credit Card Software interfaces to this device through a serial port.  The serial port is specified in '''911\data\CLCAPI.INI''' file like so:<br\>
 
CreditLine Credit Card Software interfaces to this device through a serial port.  The serial port is specified in '''911\data\CLCAPI.INI''' file like so:<br\>
;Pin Pad Default for all terminals
+
<nowiki>
[PINPAD]
+
<br>;Pin Pad Default for all terminals  
;TerminalID is taken from the Settlement Setup of the Debit Card by default
+
<br>[PINPAD]
TerminalID=
+
<br>;TerminalID is taken from the Settlement Setup of the Debit Card by default
Enabled=1 ; 1=PinPad is enabled
+
<br>TerminalID=
PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads
+
<br>Enabled=1 ; 1=PinPad is enabled
;Pin Pad type  
+
<br>PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads
;1 = Verifone (default)
+
<br>;Pin Pad type  
;2 = IDT
+
<br>;1 = Verifone (default)
;3 = Ingenico 3070
+
<br>;2 = IDT
Type=1
+
<br>;3 = Ingenico 3070
UsePinPadSwipe=0; 0 = Do not use Pin Pad for card swipes. Default = 0;
+
<br>Type=1
 
+
<br>UsePinPadSwipe=0; 0 = Do not use Pin Pad for card swipes. Default = 0;
;Terminal specific override (optional)
+
<br>
;TERMCLIENTNAME is the name given to the client by the calling API<br>
+
<br>;Terminal specific override (optional)
[PINPAD.TERMCLIENTNAME]
+
<br>;TERMCLIENTNAME is the name given to the client by the calling API<br>
;TerminalID is taken from the Settlement Setup of the Debit Card by default
+
<br>[PINPAD.TERMCLIENTNAME]
;Note that multiple pin pads must have individual Terminal IDs assigned to them by the processor
+
<br>;TerminalID is taken from the Settlement Setup of the Debit Card by default
TerminalID=003
+
<br>;Note that multiple pin pads must have individual Terminal IDs assigned to them by the processor
Enabled=1
+
<br>TerminalID=003
PortDef=COM2:115200
+
<br>Enabled=1
Type=3
+
<br>PortDef=COM2:115200
UsePinpadSwipe=1
+
<br>Type=3
QuickSetPinEntryData=0
+
<br>UsePinpadSwipe=1
ForceCurrentKey=0
+
<br>QuickSetPinEntryData=0
;The following section confirms the correct correct and synch - autopopulated
+
<br>ForceCurrentKey=0
KeySyncDate=20120426
+
<br>;The following section confirms the correct correct and synch - autopopulated
TPK=CB60CA9DB4961B03
+
<br>KeySyncDate=20120426
TAK=2EA255B90B9062D8
+
<br>TPK=CB60CA9DB4961B03
KeyIndex=1
+
<br>TAK=2EA255B90B9062D8
 +
<br>KeyIndex=1
 +
</nowiki>

Revision as of 20:06, 27 April 2012

CreditLine Credit Card Software interfaces to this device through a serial port. The serial port is specified in 911\data\CLCAPI.INI file like so:<br\> <br>;Pin Pad Default for all terminals <br>[PINPAD] <br>;TerminalID is taken from the Settlement Setup of the Debit Card by default <br>TerminalID= <br>Enabled=1 ; 1=PinPad is enabled <br>PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads <br>;Pin Pad type <br>;1 = Verifone (default) <br>;2 = IDT <br>;3 = Ingenico 3070 <br>Type=1 <br>UsePinPadSwipe=0; 0 = Do not use Pin Pad for card swipes. Default = 0; <br> <br>;Terminal specific override (optional) <br>;TERMCLIENTNAME is the name given to the client by the calling API<br> <br>[PINPAD.TERMCLIENTNAME] <br>;TerminalID is taken from the Settlement Setup of the Debit Card by default <br>;Note that multiple pin pads must have individual Terminal IDs assigned to them by the processor <br>TerminalID=003 <br>Enabled=1 <br>PortDef=COM2:115200 <br>Type=3 <br>UsePinpadSwipe=1 <br>QuickSetPinEntryData=0 <br>ForceCurrentKey=0 <br>;The following section confirms the correct correct and synch - autopopulated <br>KeySyncDate=20120426 <br>TPK=CB60CA9DB4961B03 <br>TAK=2EA255B90B9062D8 <br>KeyIndex=1