Config
Describes the configuration of the device
Payment Device Configuration
-
testEnv
boolean
Indicates whether the payment device is in a test environment. Set totrue
for testing orfalse
for production use. -
terminalId
string
The unique identifier for the terminal. Used to identify the terminal with the host. -
terminalNo
int
The terminal number assigned to the device. It may be used to identify individual terminals in a fleet. -
paymentGateway
enum
The payment gateway used. Possible values:SHVA
,ARENA
,TRANZILLA
,PELECARD
. -
pinpad
enum
The type of the pinpad integration. Possible values:NONE
,SYNQPAY_HTTP
,SYNQPAY_TCP
,SYNQPAY_AIDL
,SYNQPAY_WEBSOCKET
-
beneficiary
string
The id of the beneficiary or with the host for the transaction. -
posMode
boolean
Indicates if the point of sale mode is enabled. Set totrue
for POS operations on device orfalse
for none. -
settlementTime
string
The time at which transactions should be auto settled, inHH:mm
format. -
declineFailedDeposit
boolean
Determines whether a failed deposit should be automatically decline a transaction. Set totrue
to decline, orfalse
to allow retry. -
autoDeposit
boolean
Indicates whether deposits should be made automatically after a successful transaction. Set totrue
to enable automatic deposits, orfalse
to disable it. -
maxAmountLimit
int
The maximum transaction amount that the terminal is allowed to process. -
screenAlwaysOn
boolean
Controls whether the device's screen stays on continuously. Set totrue
for always-on orfalse
to allow it to turn off when idle. -
cachedResponses
boolean
Indicates if cached responses are enabled for TCP or WebSocket connections. -
nsd
boolean
Indicates if Network Service Discovery (NSD) is enabled. -
autoGatewaySettlement
boolean
Determines whether settlement requests are automatically sent to the payment gateway during the scheduled settlements defined bysettlementTime
. -
secureConnection
boolean
Specifies if secure connections are enabled for HTTP and WebSocket protocols. -
printTransactionReceipt
enum
Determines whether transaction receipts should be printed and which copies should be printed. Possible values:NONE
: No receipts will be printed.MERCHANT_AND_CARDHOLDER
: Both merchant and cardholder copies will be printed.MERCHANT_ONLY
: Only the merchant copy will be printed.CARDHOLDER_ONLY
: Only the cardholder copy will be printed.
-
printSettlement
boolean
Indicates whether settlement reports should be printed. -
zfl
boolean
Zero Floor Limit. Indicates whether transactions should always go for online authorization if connection is available.