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

From Payment Processing Software Library
Jump to: navigation, search
Line 3: Line 3:
 
;Pin Pad Default for all terminals
 
;Pin Pad Default for all terminals
 
[PINPAD]
 
[PINPAD]
 +
;TerminalID is taken from the Settlement Setup of the Debit Card by default
 +
TerminalID=
 
Enabled=1 ; 1=PinPad is enabled
 
Enabled=1 ; 1=PinPad is enabled
 
PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads
 
PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads
Line 15: Line 17:
 
;TERMCLIENTNAME is the name given to the client by the calling API<br>
 
;TERMCLIENTNAME is the name given to the client by the calling API<br>
 
[PINPAD.TERMCLIENTNAME]
 
[PINPAD.TERMCLIENTNAME]
PortDef=COM3
+
;TerminalID is taken from the Settlement Setup of the Debit Card by default
Type=2
+
;Note that multiple pin pads must have individual Terminal IDs assigned to them by the processor
 
+
TerminalID=003
 +
Enabled=1
 +
PortDef=COM2:115200
 +
Type=3
 +
UsePinpadSwipe=1
 +
QuickSetPinEntryData=0
 +
ForceCurrentKey=0
 +
;The following section confirms the correct correct and synch - autopopulated
 +
KeySyncDate=20120426
 +
TPK=CB60CA9DB4961B03
 +
TAK=2EA255B90B9062D8
 +
KeyIndex=1
 
</pre>
 
</pre>

Revision as of 20:02, 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\>

;Pin Pad Default for all terminals
[PINPAD]
;TerminalID is taken from the Settlement Setup of the Debit Card by default
TerminalID=
Enabled=1 ; 1=PinPad is enabled
PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads
;Pin Pad type 
;1 = Verifone (default)
;2 = IDT
;3 = Ingenico 3070
Type=1
UsePinPadSwipe=0; 0 = Do not use Pin Pad for card swipes. Default = 0;

;Terminal specific override (optional)
;TERMCLIENTNAME is the name given to the client by the calling API<br>
[PINPAD.TERMCLIENTNAME]
;TerminalID is taken from the Settlement Setup of the Debit Card by default
;Note that multiple pin pads must have individual Terminal IDs assigned to them by the processor
TerminalID=003
Enabled=1
PortDef=COM2:115200
Type=3
UsePinpadSwipe=1
QuickSetPinEntryData=0
ForceCurrentKey=0
;The following section confirms the correct correct and synch - autopopulated
KeySyncDate=20120426
TPK=CB60CA9DB4961B03
TAK=2EA255B90B9062D8
KeyIndex=1