Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
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
.
Available Fields:
Descriptor
Gateway Key
IP Address
Is Test Mode
Key Index
Merchant Interface
Merchant Key
Descriptor
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.
Gateway Key
Added On:
08/17/15
SQL Column:
GATEWAY_KEY
Java Field:
gatewayKey
Status:
Active
SQL Type:
varchar(100)
Java Type:
String
Attributes:
Gateway key.
IP Address
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.
Is Test Mode
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.
Key Index
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.
Merchant Interface
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.
Merchant Key
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.