POS Entry Modes
Description¶
The posEntryModes endpoint is used to get the list of POS Entry Modes that are supported by the application.  
Request¶
Endpoint¶
ui/refdata/v1/posEntryModesMethod¶
GET
Response¶
[
    {
        "name": "EMV_CONTACT_WIRED"
    },
    {
        "name": "EMV_CONTACT_WIRELESS"
    },
    {
        "name": "EMV_CONTACTLESS_WIRED"
    },
    {
        "name": "EMV_CONTACTLESS_WIRELESS"
    },
    {
        "name": "MSR_WIRED"
    },
    {
        "name": "MSR_WIRELESS"
    },
    {
        "name": "MANUAL_ENTRY_WIRED"
    },
    {
        "name": "MANUAL_ENTRY_WIRELESS"
    },
    {
        "name": "MANUAL_ENTRY_MSR_WIRED"
    },
    {
        "name": "MANUAL_ENTRY_MSR_WIRELESS"
    },
    {
        "name": "PINPAD_WIRED"
    },
    {
        "name": "PINPAD_WIRELESS"
    },
    {
        "name": "SCAN_CHECK"
    }
]
Tabular Format
| POS ENTRY MODE NAME | 
|---|
| EMV_CONTACT_WIRED | 
| EMV_CONTACT_WIRELESS | 
| EMV_CONTACTLESS_WIRED | 
| EMV_CONTACTLESS_WIRELESS | 
| MSR_WIRED | 
| MSR_WIRELESS | 
| MANUAL_ENTRY_WIRED | 
| MANUAL_ENTRY_WIRELESS | 
| MANUAL_ENTRY_MSR_WIRED | 
| MANUAL_ENTRY_MSR_WIRELESS | 
| PINPAD_WIRED | 
| PINPAD_WIRELESS | 
| SCAN_CHECK | 
Updated As Of Version: 6.6.0.0