GET devices/key/terminal-config
GET /api/v2/paymentengine/devices/:devicekey:/terminal-config
Retrieves the current terminal configuration.
Example Request
curl --basic --user APIKEY:PINHASH \
https://EBizCharge.com/api/v2/paymentengine/devices/sa_CCpRfLbkYXNV9rVLdRGvPjwf6ytgN/terminal-config
Response
Variable | Description |
---|---|
enable_emv | Enables EMV processing. |
enable_debit_msr | Enables PIN debit for swiped transactions. |
enable_tip_adjust | Allows EMV transactions amounts to be adjusted after authorization (to add tip). Disables PIN authentication. |
enable_contactless | Enables NFC reader. |
Example Response
{
"enable_emv":true,
"enable_debit_msr":true,
"tip_adjust":true,
"enable_contactless":true
}