Stand-alone Pin Entry Device State Notification

Stand-alone Pin Entry Device State Notification Overview

A Stand-alone Pin Entry Device State Notification request message enables the merchant to receive updates on whether the Stand-alone Pin Entry Device was registered and reseeded.

666

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

PXP Financial will Posts a JSON Stand-alone Pin Entry Device State Notification request message to the merchant's system advising of state for the Stand-alone Pin Entry Device following a Registration or reseed of the device.

Section Stand-alone Pin Entry Device State Notification describes the elements required to handle a Stand-alone Pin Entry Device State Notification request message.

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

{   
  "customerDetails": {
    "customerId": "CUS",
  },
  "storeDetails": { 
    "storeId": "CUS000000001",
  },
  "standalonePinEntryDetails": {
    "merchantId": "11111111", 
    "terminalId": "11111111", 
    "state": "Registered"
    },
  },
}
{   
  "customerDetails": {
    "customerId": "CUS",
  },
  "storeDetails": { 
    "storeId": "CUS000000001",
  },
  "standalonePinEntryDetails": {
    "merchantId": "11111111", 
    "terminalId": "11111111", 
    "state": "Error",
    "errorCode": "nnnnnn", 
    "errorMessage": "Add a description here"     
    },
  },
}