Set up the global settings

In order to use Web Deposit, define the following global settings that modify all payment systems for all users:
  1. Connect to the database server used by Web Deposit with a database manipulating application (e.g. SQL Server Management Studio).
  2. Search for the “EQWebDeposit” database.
  3. Set the global setting by locating the “GlobalSettings” table and edit the following:
    • Specify the minimum possible amount of the transactions in the “MinAmount” column. Its precision is two digits that cannot be negative. Any transactions performed with Web Deposit transfers at least the minimum amount of money.
    • Specify the maximum possible amount of the transactions in the “MaxAmount” column. Its precision is two digits and its possible values are 0 (no upper limit) or at least the minimum possible amount. Any transactions performed with Web Deposit transfers this maximum amount of money.
    • Specify the transaction fee in the “TransactionFee” column. Its precision is two digits that cannot be negative. This amount is also transferred to the central merchant account but is not added to the Equitrac account.
  4. Restart the “Equitrac” application pool in IIS.