Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

PINCapability Property

Indicates if the terminal device supports a PIN pad.

Syntax

[VB.NET]
Public Property PINCapability As PtechretailPINCapabilities

[C#]
public PtechretailPINCapabilities PINCapability {get; set;}

enum PtechretailPINCapabilities { ppUnknown, ppAcceptsPIN, ppNoPIN, ppPadInoperative, ppVerifiedPIN }

Remarks

This property indicates to the host whether the merchant's terminal has a PIN entry pad. Valid values for this property are:

Unknown (0) Unknown.
ppAcceptsPIN (1) Terminal device accepts PIN entry.
ppNoPIN (2) Terminal device does not accept PIN entry.
ppPadInoperative (8) PIN pad inoperative.
ppVerifiedPIN (9) PIN Verified by terminal device.

NOTE: Code 8 is not used at this time. This is for future use by Visa

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0