PinPadMessage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the possible prompt messages for the PIN pad device.
public enum PinPadMessage
type PinPadMessage =
Public Enum PinPadMessage
- Inheritance
-
PinPadMessage
Fields
Name | Value | Description |
---|---|---|
EnterPin | 1 | The user should enter his PIN on the PIN pad. |
PleaseWait | 2 | The system is processing. The user should wait. |
EnterValidPin | 3 | The PIN that was entered is not correct. The user should enter the correct PIN. |
RetriesExceeded | 4 | The user has failed to enter the correct PIN and the maximum number of attempts has been exceeded. |
Approved | 5 | The request has been approved. |
Declined | 6 | The EFT Transaction Host has declined to perform the requested function. |
Canceled | 7 | The request is canceled. |
AmountOK | 8 | The customer should enter Yes/No to approve the amount. |
NotReady | 9 | The PIN pad is not ready for use by customer. |
Idle | 10 | The system is Idle. |
SlideCard | 11 | The user should slide their card through the integrated magnetic strip reader (MSR). |
InsertCard | 12 | The customer should insert their (smart)card. |
SelectCardType | 13 | The customer should select the card type (typically credit or debit). |