EFT GETI Profile


Parent:    EFT Profile
Added On:  01/23/14 
SQL Table:  EFT_GETI_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EftGetiProfile 
Configuration settings for batch credit card processing through GETI.
Added On:  02/17/14
SQL Column:  CCD_TERMINAL_ID
Java Field:  ccdTerminalId
Status:  Active
SQL Type:  varchar(7)
Java Type:  String
Attributes:
Contains the ID for the Terminal when its Standard Entry Class is CCD. The Terminal ID will be numeric and be six digits. Provide by GETI
at time of terminal approval.
Added On:  07/10/14
SQL Column:  CHECK21_TERMINAL_ID
Java Field:  check21TerminalId
Status:  Active
SQL Type:  varchar(7)
Java Type:  String
Attributes: Pattern:/[0-9]{1,7}/
Contains the ID for the terminal. The Terminal ID will be numeric value.

Unique to each terminal used. Provided by Sage at time of terminal approval.
Added On:  03/04/14
SQL Column:  IS_CCD_DRIVER_LICENSE_REQUIRED
Java Field:  isCcdDriverLicenseRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the CCD terminal requires the driver’s license state and number to be included in the data packet request.
Added On:  03/04/14
SQL Column:  IS_POP_DRIVER_LICENSE_REQUIRED
Java Field:  isPopDriverLicenseRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the POP terminal requires the driver’s license state and number to be included in the data packet request.
Added On:  03/04/14
SQL Column:  IS_PPD_DRIVER_LICENSE_REQUIRED
Java Field:  isPpdDriverLicenseRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the PPD terminal requires the driver’s license state and number to be included in the data packet request.
Added On:  03/04/14
SQL Column:  IS_TEL_DRIVER_LICENSE_REQUIRED
Java Field:  isTelDriverLicenseRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the TEL terminal requires the driver’s license state and number to be included in the data packet request.
Added On:  03/04/14
SQL Column:  IS_WEB_DRIVER_LICENSE_REQUIRED
Java Field:  isWebDriverLicenseRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the WEB terminal requires the driver’s license state and number to be included in the data packet request.
Added On:  03/04/14
SQL Column:  IS_CCD_IDENTITY_VERIFICATION_REQUIRED
Java Field:  isCcdIdentityVerificationRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the CCD terminal requires
identity verification.
Added On:  03/04/14
SQL Column:  IS_POP_IDENTITY_VERIFICATION_REQUIRED
Java Field:  isPopIdentityVerificationRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the POP terminal requires
identity verification.
Added On:  03/04/14
SQL Column:  IS_PPD_IDENTITY_VERIFICATION_REQUIRED
Java Field:  isPpdIdentityVerificationRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the PPD terminal requires
identity verification.
Added On:  03/04/14
SQL Column:  IS_TEL_IDENTITY_VERIFICATION_REQUIRED
Java Field:  isTelIdentityVerificationRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the TEL terminal requires
identity verification.
Added On:  03/04/14
SQL Column:  IS_WEB_IDENTITY_VERIFICATION_REQUIRED
Java Field:  isWebIdentityVerificationRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Contains true or false indicating if the WEB terminal requires
identity verification.
Added On:  07/10/14
SQL Column:  IS_CHECK21_DRIVER_LICENSE_REQUIRED
Java Field:  isCheck21DriverLicenseRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates, whether the Check21 driver licence required or not.
Added On:  07/10/14
SQL Column:  IS_CHECK21_IDENTITY_VERIFICATION_REQUIRED
Java Field:  isCheck21IdentityVerificationRequired
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates, whether the check21 identity verification is required or not.
Added On:  01/23/14
SQL Column:  IS_TEST_MODE
Java Field:  isTestMode
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates, whether test mode is enabled for this profile or not.
Added On:  02/25/14
SQL Column:  IS_TIMEOUT_REVERSAL_ENABLED
Java Field:  isTimeoutReversalEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates, whether timeout reversal mode is enabled for this profile or not.
Added On:  01/23/14
SQL Column:  PASSWORD
Java Field:  password
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Password provided by GETI for authorization.
Added On:  02/17/14
SQL Column:  POP_TERMINAL_ID
Java Field:  popTerminalId
Status:  Active
SQL Type:  varchar(7)
Java Type:  String
Attributes:
Contains the ID for the Terminal when its Standard Entry Class is POP. The Terminal ID will be numeric and be six digits. Provide by GETI
at time of terminal approval.
Added On:  02/17/14
SQL Column:  PPD_TERMINAL_ID
Java Field:  ppdTerminalId
Status:  Active
SQL Type:  varchar(7)
Java Type:  String
Attributes:
Contains the ID for the Terminal when the Standard Entry Class is PPD. The Terminal ID will be numeric and be six digits. Provide by GETI
at time of terminal approval.
Added On:  02/17/14
SQL Column:  TEL_TERMINAL_ID
Java Field:  telTerminalId
Status:  Active
SQL Type:  varchar(7)
Java Type:  String
Attributes:
Contains the ID for the Terminal when its Standard Entry Class is TEL. The Terminal ID will be numeric and be six digits. Provide by GETI
at time of terminal approval.
Added On:  01/23/14
SQL Column:  USER_NAME
Java Field:  userName
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Username provided by GETI for authorization.
Added On:  02/17/14
SQL Column:  WEB_TERMINAL_ID
Java Field:  webTerminalId
Status:  Active
SQL Type:  varchar(7)
Java Type:  String
Attributes:
Contains the ID for the Terminal when its Standard Entry Class is WEB. The Terminal ID will be numeric and be six digits. Provide by GETI
at time of terminal approval.