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

PINCapability Property

Indicates if the terminal device supports a PIN pad.

Syntax

public int getPINCapability();
public void setPINCapability(int PINCapability);

Enumerated values: public final static int ppUnknown = 0; public final static int ppAcceptsPIN = 1; public final static int ppNoPIN = 2; public final static int ppPadInoperative = 8; public final static int ppVerifiedPIN = 9;

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