Config

Describes the configuration of the device

Payment Device Configuration

  • testEnv boolean

    Indicates whether the payment device is in a test environment. Set to true for testing or false 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 to true for POS operations on device or false for none.

  • settlementTime string

    The time at which transactions should be auto settled, in HH:mm format.

  • declineFailedDeposit boolean

    Determines whether a failed deposit should be automatically decline a transaction. Set to true to decline, or false to allow retry.

  • autoDeposit boolean

    Indicates whether deposits should be made automatically after a successful transaction. Set to true to enable automatic deposits, or false 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 to true for always-on or false 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 by settlementTime.

  • 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.