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
UniPay Properties Definition
Property Locations:
Type
File Path / Table Name
Build
build.properties
Build
gradle.properties
Database
iapp_settings
File
camel-config.properties
File
config.properties
File
ibilling-client.properties
File
unibroker.properties
File
unipay-build.properties
Property Location Types:
Database
run-time property used by the application and stored within a database
File
run-time property used by the application and stored within a file
Build
build-time property used by the application and stored within a file
Groups:
All
General
Resources
Tokenization
FTP
FTP Gates
Unibroker
System
Unibill
Remittance
Notifications
Defaults
Services
QA
Unipay
Available Properties for iapp_settings:
unipay.hsm.host
unipay.tokenization.domain-id
unipay.tokenization.host
unipay.tokenization.password
unipay.tokenization.type
unipay.tokenization.username
Property Definitions for iapp_settings:
unipay.hsm.host
Added On:
03/05/18
Legacy Name:
Group:
Tokenization
Status:
Active
Attributes:
IP address of HSM (hardware security module) device used for tokenization.
unipay.tokenization.domain-id
Added On:
02/21/12
Legacy Name:
iapp.tokenization.did
Group:
Tokenization
Status:
Active
Attributes:
Domain ID (or other supplemental identifier, such as merchant id) to be used with external tokenization service, which is used by internal tokenization mechanism. Usually, domain id services as an additional identifier on top of user name and password pair.
unipay.tokenization.host
Added On:
02/21/12
Legacy Name:
iapp.tokenization.host
Group:
Tokenization
Status:
Active
Attributes:
Host (URL) name of an external tokenization service that is to be used by internal tokenization service. For example,
https://tokenization.service.com:8181
.
unipay.tokenization.password
Added On:
02/21/12
Legacy Name:
iapp.tokenization.password
Group:
Tokenization
Status:
Active
Attributes:
Encrypted
Password for authentication with an external tokenization service, which is used by internal tokenization mechanism.
unipay.tokenization.type
Added On:
02/21/12
Legacy Name:
iapp.tokenization.type
Group:
Tokenization
Status:
Active
Attributes:
Default ( strongauth )
Type of tokenization mechanism to be used by internal tokenization service.
Possible values:
default - encryption based, not available on servers with encryption disabled
strongauth - StrongAuth appliance based tokenization
unipay.tokenization.username
Added On:
02/21/12
Legacy Name:
iapp.tokenization.username
Group:
Tokenization
Status:
Active
Attributes:
User name for authentication with an external tokenization service, which is used by internal tokenization mechanism.