Enable Stand-Alone Pin Entry Device
Enable Stand-alone Pin Entry Device Overview
An Enable Stand-alone Pin Entry Device request message enables a single or multiple Stand-alone Pin Entry Devices for transaction processing.
How to process an Enable Stand-alone Pin Entry Device request message
A merchant Posts a JSON Enable Stand-alone Pin Entry Device request message to activate either a single or multiple Stand-alone Pin Entry Devices for transaction processing. Section Enable Stand-alone Pin Entry Device describes the elements required to send an Enable Stand-alone Pin Entry Device request message.
Examples of an Enable Stand-alone Pin Entry Device request message can be seen below.
{
"customerDetails": {
"customerId": "CUS",
},
"storeDetails": {
"storeId": "CUS000000001",
},
"standalonePinEntryDetails": {
"merchantId": "11111111",
"terminalId": "11111111"
},
}
Handling an Enabled 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": "nnnnnn",
"details": {
"message": "Stand-alone Pin Entry Device for merchant id 11111111 and terminal id 11111111 failed to enable"
}
}
Examples of an Enabled Stand-alone Pin Entry Device response message can be seen below.
Updated almost 6 years ago