Retail LPB Medoro Profile


Parent:    Retail Profile
Added On:  08/17/15 
SQL Table:  RETAIL_LPB_MEDORO_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  RetailLpbMedoroProfile 
Encapsulates LPB Medoro specific settings required for real-time transaction processing. Adds LPB Medoro specific fields to the base fields of Billing Profile and Retail Profile.
Added On:  08/17/15
SQL Column:  DESCRIPTOR
Java Field:  descriptor
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Dynamic descriptor appearing on cardholder’s credit card statement for the transaction. Is allowed to be included in XML only when dynamic descriptor feature is enabled.
Added On:  08/17/15
SQL Column:  GATEWAY_KEY
Java Field:  gatewayKey
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Gateway key.
Added On:  08/17/15
SQL Column:  IP_ADDRESS
Java Field:  ipAddress
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
IP address of the merchant.
Added On:  09/03/15
SQL Column:  IS_TEST_MODE
Java Field:  isTestMode
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the test mode is enabled.
Added On:  08/17/15
SQL Column:  KEY_INDEX
Java Field:  keyIndex
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Index of merchant’s RSA public key used for data encryption of the payment in progress.
Added On:  08/17/15
SQL Column:  MERCHANT_INTERFACE
Java Field:  merchantInterface
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
A unique code provided by LPB system to a merchant for identification purpose.
Added On:  08/17/15
SQL Column:  MERCHANT_KEY
Java Field:  merchantKey
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Single-use RC4 key encrypted by merchant’s RSA public key and then base64 encoded.