UniPay Properties Definition


Property Location Types:


Database run-time property used by the application and stored within a database
Filerun-time property used by the application and stored within a file
Buildbuild-time property used by the application and stored within a file


Groups: All   General   Resources   Tokenization   FTP   FTP Gates   Encryption/Decryption  
Keystore   Debug   Unibroker   System  

Available Properties for unibroker.properties:



Property Definitions for unibroker.properties:


unibroker.tokenization.batch.host   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Host name of an external tokenization service that is to be used by UniBroker for batch operations.
unibroker.tokenization.batch.inbox   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Relative (to the connection's root) location of the inbox folder on the server where files are to be placed by UniBroker for encryption/decryption operations.
unibroker.tokenization.batch.outbox   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Relative (to the connection's root) location of the outbox folder on the server, from which results of encryption/decryption processes should be downloaded by UniBroker.
unibroker.tokenization.batch.passphrase   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:   Encrypted  
Passphrase on the private key used for sFTP authentication with an external tokenization service that is to be used by UniBroker for batch operations.
unibroker.tokenization.batch.password   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:   Encrypted  
Password of an external tokenization service that is to be used by UniBroker for batch operations (for sFTP connectivity).
unibroker.tokenization.batch.port   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Port of an external tokenization service that is to be used by UniBroker for batch operations.
unibroker.tokenization.batch.private-key   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Private key for sFTP authentication with an external tokenization service that is to be used by UniBroker for batch operations.

The value of the property is the name of the file that contains the private key. The file must be located in unibroker.home/ssh
unibroker.tokenization.batch.username   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
User name of an external tokenization service that is to be used by UniBroker for batch operations (for sFTP connectivity).
unibroker.tokenization.integrated   
Added On:  05/24/17
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:   Default ( false )
Indicates whether tokenization settings are imported from merchant's/merchant account's {UniPay} profile or from unibroker.properties.
Possible types:
  • true - tokenization settings are imported from merchant's/merchant account's {UniPay} profile
  • false - tokenization settings are imported from unibroker.properties

Note: If the type is true, unibroker.tokenization.type is only applied to proxy values of the card numbers received from {UniBill}.
unibroker.tokenization.realtime.domain-id   
Added On:  07/24/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Domain ID (or other supplemental identifier, such as merchant id) to be used with external tokenization service employed by UniBroker for tokenization. Usually, domain ID services as an additional identifier on top of user name and password pair.
unibroker.tokenization.realtime.host   
Added On:  07/18/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Host name of an external tokenization service that is to be used by UniBroker for real-time operations.
unibroker.tokenization.realtime.merchant-id   
Added On:  02/13/15
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
Merchant ID (or other supplemental identifier, such as domain id) to be used with external tokenization service employed by UniBroker for tokenization. Usually, merchant ID services as an additional identifier on top of user name and password pair.
unibroker.tokenization.realtime.password   
Added On:  07/24/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:   Encrypted  
Password for authentication with an external tokenization service used by UniBroker
unibroker.tokenization.realtime.username   
Added On:  07/24/12
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:  
User name for authentication with an external tokenization service to be used by UniBroker
unibroker.tokenization.type   
Added On:  02/13/15
Legacy Name:  
Group:  Tokenization
Status:  Active
Attributes:   Default ( strong-auth )
Type of tokenization used by UniBroker.

Supported values are:
  • strong-auth
  • trust-commerce

Note: If it is desirable for tokenization to be done depending on the settings of the billing profile associated with a particular merchant/merchant account, then unibroker.tokenization.type should not be specified within unibroker.properties file at all.