Disable Stand-alone Pin Entry Device

Disable Stand-alone Pin Entry Device Overview

A Disable Stand-alone Pin Entry Device request message disables a single or multiple Stand-alone Pin Entry Devices from transaction processing.

428

How to process a Disable Stand-alone Pin Entry Device request message

A merchant POSTs a JSON Disable Stand-alone Pin Entry Device request message to disable either a single or multiple Stand-alone Pin Entry Devices. Section Disable Stand-alone Pin Entry Device describes the elements required to send a DisableStand-alone Pin Entry Device request message.

Examples of a Disable Stand-alone Pin Entry Device request message can be seen below.

{   
  "customerDetails": {
    "customerId": "CUS",
  },
  "storeDetails": { 
    "storeId": "CUS000000001", 
  },
  "standalonePinEntryDetails": {
    "merchantId": "11111111", 
    "terminalId": "11111111"
  },
}

Handling a Disabled Stand-alone Pin entry Device response message

Examples of an Enabled Stand-alone Pin entry Device response message can be seen below.

An empty body will be returned
{
    "code": "XXXXXX",
    "details": {
        "message": "Stand-alone Pin Entry Device for merchant id 11111111 and terminal id 11111111 failed to disable"
    }
}