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   Unibroker  
System   Unibill   Remittance   Notifications   Defaults   Services   QA  

Available Properties for iapp_settings:



Property Definitions for iapp_settings:


unipay.unibroker.batch.directory   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
Local or remote directory, used to exchange files between UniBroker and UniPay instances to handle batch requests.

When local directory is used, the value of the property must be an absolute path to the directory.

When remote directory is used, the value must be a remote directory path understood by the underlying FTP server.
unipay.unibroker.batch.host   
Added On:  07/18/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
When remote connectivity is required (sFTP), host (url) of the UniBroker instance used by the running instance of the UniPay server to handle batch requests.
unipay.unibroker.batch.passphrase   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:   Encrypted  
When remote connectivity is required (sFTP), passphrase of the private key used to authenticate with the FTP server, which is used to exchange files with UniBroker instance.
unipay.unibroker.batch.password   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:   Encrypted  
Password for the connection to the UniBroker instance used by the running instance of the UniPay server to handle batch requests.
unipay.unibroker.batch.port   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
Port of the UniBroker instance used by the running instance of the UniPay server to handle batch requests.
unipay.unibroker.batch.private-key   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
When remote connectivity is required (sFTP), private key used to authenticate with the FTP server, which is used to exchange files with UniBroker instance.

The value of the property is the name of the file that contains the private key. The file must be located in unipay.resources-home/ssh
unipay.unibroker.batch.type   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
Type of connectivity to use to exchange files with UniBroker instance to handle batch requests.

When value is set, UniBroker will be used to filter all batch incoming and outgoing traffic of the application.

Possible values:
  • file - files are exchanged through a local directory or a mapped remote directory in the same network
  • sftp - files are exchanged through sFTP connection using SSH key
unipay.unibroker.batch.username   
Added On:  07/19/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
User name for the connection to the UniBroker instance used by the running instance of the UniPay server to handle batch requests.
unipay.unibroker.passphrase   
Added On:  07/24/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:   Encrypted  
Passphrase on the private key used for PGP decryption of all messages coming from UniPay to UniBroker.
unipay.unibroker.private-key   
Added On:  07/24/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
Private key for PGP encryption used by UniPay to decrypt all incoming content from UniBroker.

The value of the property is the name of the file that contains the private key. The file must be located in unipay.resources-home/pgp.
Public and private keys used by UniPay to UniBroker communication process must belong to different key pairs.
unipay.unibroker.public-key   
Added On:  07/24/12
Legacy Name:  
Group:  Unibroker
Status:  Active
Attributes:  
Public key for PGP encryption used by UniPay to encrypt all outgoing content to UniBroker.

The value of the property is the name of the file that contains the public key. The file must be located in unipay.resources-home/pgp.
Public and private keys used by UniPay to UniBroker communication process must belong to different key pairs.
unipay.unibroker.realtime.host   
Added On:  02/22/12
Legacy Name:  unipay.system.unibroker-host; iapp.proxy.url
Group:  Unibroker
Status:  Active
Attributes:  
Host (URL) of the UniBroker instance used by the running instance of the UniPay server to handle real-time requests. For example, https://unibroker.unipay.com.
When value is set, UniBroker will be used to filter all real-time incoming and outgoing traffic of the application.