Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting Name

Description

Example

amountOptions

Array of available amounts for top up in the list to select.

[5, 20, 50, 100]
billingUrlURL of the billing system. As it is accessible from the Client Panel host
"https://127.0.0.1"
companiesIdID of the Reseller for the Client Panel
3
currenciesId

Currency ID (as per your system configuration) for the payments received from the specific Payment Gateway. Required.

2
currencyCode

Currency code of the Payment Gateway to charge payments in (declared by the gateway itself).

USD

logFile

Path to the Client Panel log file

"/opt/jerasoft/vcs-data/log/cp.log"
openedEndpoint

URL of the Client Panel (without "/" at the end). This URL will be used to return clients to after processing of the payment by the Payment Gateways

"http://127.0.0.1"
coreApi.urlURL of the Core API service
"http://127.0.0.1:3080"
coreApi.authTokenAuthorization token for the Core API service. You can get this token in the System/Users section
"PW2Ln6PSS3vpmmZrCQBV5of2NO7jJbcU"
managementApi.urlURL of the Management API
"https://127.0.0.1/jsonrpc"
managementApi.loginLogin of the user used for the integration. You need to have a dedicated user for the integration, use the same user for the Core API service and Management API
"api-client-portal"
managementApi.passwordPassword of the user used for the integration
"aqGW31oxHag8"
paymentAccountsId

Payment Account’s ID as per your system configuration.

1

Output Formatting

The following settings are located under "defaults" key of the configuration file.

...