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/posEntryModes
Method¶
GET
Response¶
[
{
"value": "EMV Contact - Wired (Future)",
"name": "EMV_CONTACT_WIRED"
},
{
"value": "EMV Contact - Wireless (Future)",
"name": "EMV_CONTACT_WIRELESS"
},
{
"value": "EMV Contactless - Wired",
"name": "EMV_CONTACTLESS_WIRED"
},
{
"value": "EMV Contactless - Wireless",
"name": "EMV_CONTACTLESS_WIRELESS"
},
{
"value": "Fallback Magnetic Stripe - Wired",
"name": "FALLBACK_MSR_WIRED"
},
{
"value": "Fallback Magnetic Stripe - Wireless",
"name": "FALLBACK_MSR_WIRELESS"
},
{
"value": "Magnetic Stripe - Wired",
"name": "MSR_WIRED"
},
{
"value": "Magnetic Stripe - Wireless",
"name": "MSR_WIRELESS"
},
{
"value": "Manual Entry - Wired (Current EMV)",
"name": "MANUAL_ENTRY_WIRED"
},
{
"value": "Manual Entry - Wireless (Current EMV)",
"name": "MANUAL_ENTRY_WIRELESS"
},
{
"value": "PIN Pad - Wired",
"name": "PINPAD_WIRED"
},
{
"value": "PIN Pad - Wireless",
"name": "PINPAD_WIRELESS"
}
]
Tabular Format
POS ENTRY MODE VALUE | POS ENTRY MODE NAME |
---|---|
EMV Contact - Wired (Future) | EMV_CONTACT_WIRED |
EMV Contact - Wireless (Future) | EMV_CONTACT_WIRELESS |
EMV Contactless - Wired | EMV_CONTACTLESS_WIRED |
EMV Contactless - Wireless | EMV_CONTACTLESS_WIRELESS |
Fallback Magnetic Stripe - Wired | FALLBACK_MSR_WIRED |
Fallback Magnetic Stripe - Wireless | FALLBACK_MSR_WIRELESS |
Magnetic Stripe - Wired | MSR_WIRED |
Magnetic Stripe - Wireless | MSR_WIRELESS |
Manual Entry - Wired | MANUAL_ENTRY_WIRED |
Manual Entry - Wireless | MANUAL_ENTRY_WIRELESS |
PIN Pad - Wired | PINPAD_WIRED |
PIN Pad - Wireless | PINPAD_WIRELESS |
Updated As Of Version: 3.3.0.5